photo

Sinclair Song


Last seen: meer dan 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Creating a code that calculates acceleration simulation
clc clear all close all x = [0, 10, 20, 30, 40, 50]; %time in minutes y = [0, 60, 120, 280, 150, 40]; %distance travelled...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Question


Looking to write a code which utilises a formula to solve an equation
clc clear all close all AF = @(x) x^3-4x^2-1; % function equation xR(R/2) = 46/x + 5(x-3); % iterative formula x3 = 1;...

meer dan 4 jaar ago | 1 answer | 0

1

answer