Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can someone solve this problem with dsolve?

1 visualización (últimos 30 días)
Nenad Vujovic
Nenad Vujovic el 25 de En. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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)

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by