newton raphson method matlab
显示 更早的评论
f (t) = 4.8626 *t* e^( -4.4721*t ) - 0.17
Use Newton Raphsonmethod by using the code newtraph.m.
initial estimate 0.03
1 个评论
James Tursa
2019-9-5
What have you done so far? What specific problems are you having with your code?
回答(2 个)
Roshni Garnayak
2019-9-9
0 个投票
There is no built-in function in MATLAB for solving systems of nonlinear equations using the Newton Raphson method.
The following MATLAB answers post provides a code that implements the Newton-Raphson method.
类别
在 帮助中心 和 File Exchange 中查找有关 Newton-Raphson Method 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!