MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Maple论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=35)
-   -   微分方程数字解法的图形显示 (https://www.labfans.com/bbs/showthread.php?t=5518)

alon 2008-11-28 09:16

微分方程数字解法的图形显示
 
想将数字解用图形描述出来 部知道怎么操作

bombcat 2008-11-30 13:42

回复: 微分方程数字解法的图形显示
 
试试这个
with(DEtools);
写一个方程,比如
eqn := diff(y(x), x) = 2*x+1

dsolve(eqn)
画图
DEplot(eqn, y(x), x = -3 .. 3, [[y(0) = 0], [y(0) = -2], [y(-1) = 2]], y = -3 .. 3, title = `1-rank differential equation`, color = red, linecolor = black)


所有时间均为北京时间。现在的时间是 10:11

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.