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년 전 | 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년 전 | 0