photo

Alan Earl


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Using a while loop to check convergence
I am using the secant method to find the root for a function, my code is as follows: % code f=@(x) x^2 - 612; x(1)=...

9 years ago | 1 answer | 1

1

answer