Bob
Followers: 0 Following: 0
Feeds
已回答
How to solve system of 2nd order differential equations using ode45
Hopefully, it is valid % define n, where Earth GM : μ = 398600.442 km³/s² n = sqrt(398600.442e9/earthRadius^3) ; % note: eart...
How to solve system of 2nd order differential equations using ode45
Hopefully, it is valid % define n, where Earth GM : μ = 398600.442 km³/s² n = sqrt(398600.442e9/earthRadius^3) ; % note: eart...
2 years 前 | 0
已回答
How to simulate using ode23 with multidimentional second order differential equations
It is late :( but might be useful :) clear; clc; % clear the desk t = [ 0 , 10 ] ; % time interval, use the default...
How to simulate using ode23 with multidimentional second order differential equations
It is late :( but might be useful :) clear; clc; % clear the desk t = [ 0 , 10 ] ; % time interval, use the default...
2 years 前 | 0