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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0