Community Profile

photo

Kevin Osborn


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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...

2年以上 前 | 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...

2年以上 前 | 1 件の回答 | 0

1

回答