統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,936
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
answer different on MATLAB than the expected answer
i have used this code to solve ODE syms y(x) Q_22= (diff(y,x,3))- (diff(y,x,2))== 6; disp('The solution is:') ySol(x) = sim...
4年以上 前 | 1 件の回答 | 0
1
回答質問
How to solve laplace transform for ODE with initial value condition
i have tried to solve this problem with this code : syms t y(t) Y(s) Dy0 a b y0 Dy1 = diff(y,t,1); eqn = laplace(t*...
4年以上 前 | 1 件の回答 | 0
