收藏 分享(赏)

积分和微分方程的maple求解.ppt

上传人:无敌 文档编号:331384 上传时间:2018-03-29 格式:PPT 页数:9 大小:136.50KB
下载 相关 举报
积分和微分方程的maple求解.ppt_第1页
第1页 / 共9页
积分和微分方程的maple求解.ppt_第2页
第2页 / 共9页
积分和微分方程的maple求解.ppt_第3页
第3页 / 共9页
积分和微分方程的maple求解.ppt_第4页
第4页 / 共9页
积分和微分方程的maple求解.ppt_第5页
第5页 / 共9页
点击查看更多>>
资源描述

1、符号运算系统MAPLE的使用(四),七、微分方程(组)的求解,六、积分,六、积分,int.mws,Int(ln(t)/t,t);int(ln(t)/t,t); Int(x*sin(x),x)=int(x*sin(x),x); Int(sin(x)/x,x)=int(sin(x)/x,x); Int(exp(t)/t,t)=int(exp(t)/t,t);,不定积分,Int(exp(-x),x=a.b);int(exp(-x),x=a.b);I1:=Int(exp(-x2),x=0.1) =int(exp(-x2),x=0.1); ?erf evalf(I1); # 求近似值Int(sin(x)

2、/x,x=0.infinity)=int(sin(x)/x,x=0.infinity);Int(a*exp(b*x),x=0.d)=int(a*exp(b*x),x=0.d);,定积分,求下列积分,七 微分方程求解, ?dsolveode1:=t*diff(y(t),t) =y(t)*ln(t*y(t)-y(t); dsolve(ode1,y(t);ode2:=diff(y(t),t,t) +2*diff(y(t),t)+3*y(t)=a*sin(t); dsolve(ode2,y(t);,微分方程的初值问题求解, # solve the initial value problems of O

3、DE dsolve(ode1, y(1)=a,y(t); dsolve(ode2,y(0)=2,D(y)(0)=1,y(t);,微分方程组求通解, # solve the system of ODES sys1:= diff(y(t),t) =-x(t),diff(x(t),t)=y(t); dsolve(sys1, x(t),y(t);sys2 := diff(f(x),x) = cos(f(x), diff(g(x),x) = -f(x)(1/2), diff(h(x),x,x) = g(x)/f(x); dsolve(sys2, f,g,h);,微分方程组的初值问题求解, # solve the system of ODES with initial value conditions IC_1 := x(a)=A,y(b)=B; ans1 := dsolve(sys1 union IC_1,x(t),y(t); ans1 := combine(dsolve(sys1 union IC_1,x(t),y(t),trig); IC_2 := x(a)=A,diff(x(a),a)=B; ans2 := combine(dsolve(sys1 union IC_2,x(t),y(t),trig);,课堂练习,

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 企业管理 > 经营企划

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报