Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

can someone solve this problem with dsolve?

1 view (last 30 days)
Nenad Vujovic
Nenad Vujovic on 25 Jan 2020
Closed: MATLAB Answer Bot on 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)

Answers (1)

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

This question is closed.

Tags

Products


Release

R2014b

Community Treasure Hunt

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

Start Hunting!