Mehul kumar
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Cannot understand the error in my code to solve differential equation. Please someone tell me the corrections to be made.
clf syms t m ycf='exp(m*t)';clf syms t m ycf='exp(m*t)'; y1=diff(ycf,t); y2=diff(y1,t); y3=simplify(subs('D2y+y=0',{'y','...
約3年 前 | 1 件の回答 | 0
1
回答質問
Unable to understand the error
close all clc syms c1 c2 x m omega gamma Fo F=input('enter the coefficients [a,b,c]:'); f=input('enter the RHS function f(x)...
約3年 前 | 1 件の回答 | 0
1
回答質問
How to give a piecewise function as input
clear all clc syms t s y(t) Y dy(t)=diff(y(t)); d2y(t)=diff(y(t),2); F = input('Input the coefficients [a,b,c]: '); a=F(...
約3年 前 | 2 件の回答 | 0