Kevin Osborn
Followers: 0 Following: 0
Feeds
提问
LogLog Plots for Newton's and Secant Methods
I need help with creating loglog plots for Newton's and the secant method for root approximations in numerical analysis. Here i...
3 years 前 | 1 个回答 | 0
1
个回答提问
How do I display my secant method iteration values in a table?
Here is my code for the secant method approximation of the function. func = @(x) 2*exp(-2*x) + 4*sin(x) - 2*cos(2*x); x1 = 2.5...
3 years 前 | 1 个回答 | 0