Info

此问题已关闭。 请重新打开它进行编辑或回答。

can someone solve this problem with dsolve?

1 次查看(过去 30 天)
>> 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