Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can someone solve this problem with dsolve?

1 visualizzazione (ultimi 30 giorni)
Nenad Vujovic
Nenad Vujovic il 25 Gen 2020
Chiuso: MATLAB Answer Bot il 20 Ago 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)

Risposte (1)

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

Questa domanda è chiusa.

Tag

Prodotti


Release

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by