Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

can someone solve this problem with dsolve?

1 vue (au cours des 30 derniers jours)
Nenad Vujovic
Nenad Vujovic le 25 Jan 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021
>> 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)

Réponses (1)

Walter Roberson
Walter Roberson le 25 Jan 2020
What problem? That is the solution.
Remember that many many integrals do not have a closed form solution.

Cette question est clôturée.

Tags

Produits


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by