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

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

 Respuesta aceptada

dagax
dagax el 25 de Nov. de 2022

0 votos

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

Más respuestas (0)

Categorías

Más información sobre 编程 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 25 de Nov. de 2022

Respondida:

el 25 de Nov. de 2022

Community Treasure Hunt

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

Start Hunting!