Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

can someone solve this problem with dsolve?

1 Ansicht (letzte 30 Tage)
Nenad Vujovic
Nenad Vujovic am 25 Jan. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 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)

Antworten (1)

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

Diese Frage ist geschlossen.

Tags

Produkte


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by