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

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

 Réponse acceptée

dagax
dagax le 25 Nov 2022

0 votes

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

Plus de réponses (0)

Catégories

En savoir plus sur 编程 dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!