統計
All
MATLAB Answers
3 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
2 パブリック チャネル
平均評価
40
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Need help with differential equations , getting error that "free variable must be used in vars"
I am trying to solve the equations : du/dt = k1*s - k2*v*u dv/dt = k3*s - k4*u*v For this i followed the code : syms...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Getting an error solving differential equation "free variable must be included in vars"
Hi. I am trying to solve the equations : du/dt = k1*s - k2*u*v dv/dt = k3*s - k4*v where s = floor(t/4) Now i wrote the ...
7年以上 前 | 1 件の回答 | 1
1
回答質問
Explicit solution could not be found.. > In dsolve at 194
here is my code : >>sums u(t) v(t) >>ode1= diff(u)==u^2/v - u >>ode2= diff(v) == u^2-v >>odes=[ode1;ode2]
7年以上 前 | 2 件の回答 | 1