統計
MATLAB Answers
3 質問
0 回答
ランク
of 176,593
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to access the previous value during an ODE - Acceleration
I have a 2nd order ODE to solve in MATLAB: ( (a + f(t))·d²x/dt² + (b/2 + k(t))·dx/dt ) · dx/dt - g(t) = 0 Initial co...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How do I solve this 2nd order ODE with time-dependent parameters?
2nd ODE to solve dx/dt*(a + f(t))* d2x/dt2 + 0.5*b*(dx/dt)^2 + k(t)*(dx/dt)^2 - g(t) = 0 Boundary condition: dx/dt(0) =...
9年以上 前 | 2 件の回答 | 1
2
回答質問
How could I solve this 2nd order ODE with ode45?
2nd ODE to solve dx/dt*(a + f(t))* d2x/dt2 + 0.5*b*(dx/dt)^2 + k(t)*(dx/dt)^2 - g(t) = 0 Boundary condition: dx/dt(0) =...
9年以上 前 | 1 件の回答 | 0
