can someone solve this problem with dsolve?

>> 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 日

0 投票

What problem? That is the solution.
Remember that many many integrals do not have a closed form solution.

この質問は閉じられています。

製品

リリース

R2014b

タグ

質問済み:

2020 年 1 月 25 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by