Taylor METHOD OF ORDER 3
1 次查看(过去 30 天)
显示 更早的评论
I want to implement Taylor's method of order 3 in MALTAB FOR SOLVING 3 EQUATIONS SEPARATELY
f(1)=a(y-x)
f(2)=(c-a)x- xz+ cy
f(3)=xy-bz
WHERE a,b,c are constants h=0.001 LOOP 1 TO 1000
I WANT TO GET FINALLY X,Y & Z VALUES FORM TAYLOR METHOD OF ORDER 3
Thanks
3 个评论
the cyclist
2012-2-9
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!