Community Profile

photo

Kevin Osborn


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer