laplace transform with conditions

3 ビュー (過去 30 日間)
Faisal Al-Wazir
Faisal Al-Wazir 2022 年 6 月 1 日
hi im trying to right to solve this to get the laplase transform
this is my code but it's not right
syms s t m1(t) m2(t) l1(t) l2(t) g(t) a1(t) a2(t) A1(s) A2(s)
da1=diff(a1,t)
d2a1=diff(da1,1)
da2=diff(a2,t)
d2a2=diff(da2,t)
M1=(m1+m2)*(l1^2)*d2a1+m2*l1*l2*d2a2+(m1+m2)*g*l1*a1==0
M2=m2*l1*l2*d2a1+m2*(l2^2)*d2a2+m2*g*l2*a2==0
conda1= a1(0) == 0.5;
conda2= a2(0) == 0;
conda11= diff(a1(0)) == 0.8;
conda12= diff(a2(0)) == 0;
lM1=laplace(M1)
lM2=laplace(M2)

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics and Optimization についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by