mathematica 微分方程 作图DSolve[{y''[x] + y[x] + 0.1 y'[x] == 0,y[0] == 7,y'[0] == 1},y[x],x];Plot[y[x],{x,0,20}]输出只有一个坐标系……没有图像……求解!
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/16 15:48:23
mathematica微分方程作图DSolve[{y''''[x]+y[x]+0.1y''[x]==0,y[0]==7,y''[0]==1},y[x],x];Plot[y[x],{x,0,20}]输出只有一个
mathematica 微分方程 作图DSolve[{y''[x] + y[x] + 0.1 y'[x] == 0,y[0] == 7,y'[0] == 1},y[x],x];Plot[y[x],{x,0,20}]输出只有一个坐标系……没有图像……求解!
mathematica 微分方程 作图
DSolve[{y''[x] + y[x] + 0.1 y'[x] == 0,y[0] == 7,y'[0] == 1},y[x],
x];
Plot[y[x],{x,0,20}]
输出只有一个坐标系……没有图像……求解!
mathematica 微分方程 作图DSolve[{y''[x] + y[x] + 0.1 y'[x] == 0,y[0] == 7,y'[0] == 1},y[x],x];Plot[y[x],{x,0,20}]输出只有一个坐标系……没有图像……求解!
把你的第二个语句改为下面这样,
Plot[y[x] /.%,{x,0,20}]
原因是你第一个语句的解实际上是一个规则替换,并不是函数定义,所以直接以函数名称是画不出图的.
mathematica 微分方程作图y'=y^2+x^2, y(0)=0用mathematica作图,为什么画不出来?
用mathematica解决微分方程
mathematica怎么求微分方程
mathematica解微分方程不出图
用Mathematica作图,求代码.
在Mathematica 如何计算这个微分方程
在mathematica 中如何求解偏微分方程
如何用 mathematica 解常微分方程?
mathematica怎么绘制常微分方程线素场
怎么使用Mathematica求导解如下的方程并作图?y'(t)=-3/10(y(t))^2+2y(t).初值y(0)=2我输入Mathematica之后得到一个我觉得不正确的3D图?
用matlab或者mathematica求积分解微分方程
用mathematica画微分方程的图像怎么画?
求解微分方程,用matlab或mathematica解都可以,只要结果求解微分方程{2 a t[x] t'[x] + c t''[x] + a t[x]^2 t''[x] == 0,t[0] == b,t[d] == E} 其中a,c,b,d,e都是常数,用matlab或mathematica解都可以,只要结果
Mathematica作图的阴影问题用Mathematica作图,普通的一元函数,要求作出的曲线和x轴围成的区域有阴影
mathematica 微分方程 作图DSolve[{y''[x] + y[x] + 0.1 y'[x] == 0,y[0] == 7,y'[0] == 1},y[x],x];Plot[y[x],{x,0,20}]输出只有一个坐标系……没有图像……求解!
mathematica解运动方程我想解一个带非线性阻尼的微分方程,用MATHEMATICA就是算不出来,求大侠们帮忙.命令如下:MotionEquation=D[u[x,t],{t,2}]-a*D[u[x,t],{x,2}]-b*D[u[x,t],x]*D[u[x,t],{x,2}]==0;DSolve[MotionEquation,u[x,
用mathematica解含积分的微分方程就是这个题.mathematica解不出来啊,直接原样输出了
如何用mathematica画一阶微分方程y'=y/x的方向场(斜率场)?