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

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

 采纳的回答

dagax
dagax 2022-11-25

0 个投票

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 编程 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!