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 years 前 | 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 years 前 | 2 个回答 | 0