Maple计算微积分问题
在前面,我已经介绍了用Maple计算函数的导数问题。本文,进一步学习Maple处理微积分的问题。

2、加上常数项:f:=x->sin(x);Integrate(f(x),x)=integrate(f(x),x)+C;对比一下。

4、还有些函数的原函数很复杂,不能表示为初等函数:g:=x->sin(x^2);Integrate(g(x),x)=integrate(g(x)荑樊综鲶,x)+C;和g:=x->sin(x^3);Integrate(g(x),x)=integrate(g(x),x)+C:simplify(%);

2、给a和b赋上具体的数值:f := x-> sin(x) ;a:=0:b:=pi:Integrate(f(x), x = a .. b) = integrate(f(x), x = a .. b)

4、除非函数值出界:f := x-> 1/sin(x) ;a:=0:b:=pi:Integrate(f(x), x = a .. b) = integrate(f(x), x = a .. b)

6、给出数值解:f := x-> 1/(1+sin猾诮沓靥(x+1)) ;a:=1:b:=2.:Integrate(f(x), x = a .. b) = integrate(f(x)荑樊综鲶, x = a .. b)大家看看上下文的代码有什么区别吗?

8、integrate(1/(1-x^2),x=a..b);出界了。

2、求y'(x)=exp(a*x-y(x))满足y(0)=0的特解:with(DEtools):de:= diff(y(x),x)=exp(2*x-y(x));dsolve({de,y(0)=0}, y(x));

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:43
阅读量:91
阅读量:32
阅读量:40
阅读量:50