photo

Peter Beaini


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how do i fix this Unable to perform assignment because the left and right sides have a different number of elements.
x(i+1) = x(i) + h; % euler forward ye= y0+h*f(x0,y0); f_newton = @(yvar) yvar-y-h*f(x(i+1),yvar); df_new...

5 years ago | 1 answer | 0

1

answer