photo

Bob


Last seen: 10ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

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...

1年以上 前 | 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...

1年以上 前 | 0