Newtons Method Program?
显示 更早的评论
Hello, I need to create a program which uses newton's method (xvn+1v=[f(xvnv)]/[f'(xvnv)]....(i use v to indicate subscripts) to estimate solution of any given equation until they are within .001 of each other. I know i'll need function files for both f and f' as well as a plot of f to get xv1v, as a starting guess, but i dont know what to do from there, any help would be greatly appreciated as i know almost nothing about matlab, thanks
回答(1 个)
Matt Fig
2011-3-30
0 个投票
From there I would guess you start implementing Newton's method to solve the problem.
Where are you stuck?
类别
在 帮助中心 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!