怎么求高阶微分方程的精确解数和值解。

y''-2y'+5y=(e^x)(sinx);
y'(0)=y(0)=0;
并在[115,120]做出图像

 Akzeptierte Antwort

dagax
dagax am 25 Nov. 2022

0 Stimmen

符号解可以用dsolve
数值解可以用ode45之类的求解
用法可以看帮助,或者搜索本论坛

Weitere Antworten (0)

Kategorien

Mehr zu 编程 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 25 Nov. 2022

Beantwortet:

am 25 Nov. 2022

Community Treasure Hunt

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

Start Hunting!