photo

AGCM


Last seen: 2 months ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to find x values where y= 0 using newtons method and secant method?
I´ve drawn up newtons method in an easy function as: function [x, iter] = newton(f, df, x) maxiter = 1000; iter = 0; ...

3 years ago | 1 answer | 0

1

answer