Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can someone solve this problem with dsolve?

1 回表示 (過去 30 日間)
Nenad Vujovic
Nenad Vujovic 2020 年 1 月 25 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
>> syms y(t);
dsolve('Dy=sin(t)*cos(t)+2-(y*cos(t))')
ans =
C5*exp(-sin(t)) + exp(-sin(t))*int((exp(sin(t))*(sin(2*t) + 4))/2, t, 'IgnoreAnalyticConstraints', true)

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 1 月 25 日
What problem? That is the solution.
Remember that many many integrals do not have a closed form solution.

タグ

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by