Feeds
回答済み
How to solve runge kutta using implicit method
I did this for n =2:(N-1) % calculation loop fun = @(k) [k(1) - (f(tout(n-1) +(...
How to solve runge kutta using implicit method
I did this for n =2:(N-1) % calculation loop fun = @(k) [k(1) - (f(tout(n-1) +(...
11年以上 前 | 0
質問
How to solve runge kutta using implicit method
hey guys I am trying to write a script using runge kutta implicit method 4th order I got the following equations for ...
11年以上 前 | 2 件の回答 | 0