MATLAB中的数值计算与符号计算.ppt
《MATLAB中的数值计算与符号计算.ppt》由会员分享,可在线阅读,更多相关《MATLAB中的数值计算与符号计算.ppt(19页珍藏版)》请在三一办公上搜索。
1、微积分实验(2)MATLAB中的数值计算与符号计算,函数复合命令格式:compose(f,g,x),即求f(g(x);例子:syms f,x;f=sin(x);compose(f,f,x)ans=sin(sin(x)syms f,x;f=sin(x);g=1+x2;compose(f,g,x)ans=sin(1+x2),设f(sin(x/2)=cos(x)+1,求f(x)与f(cos(x/2).syms x,f;old=cos(x);new=1-2*sin(x/2)2;subs(f(sin(x/2)=cos(x)+1,old,new)ans=f(sin(x/2)=(1-2*sin(x/2)2)
2、+1syms u;subs(ans,sin(x/2),u)ans=f(u)=2-2*u2,Syms x,f,g;f=x/sqrt(1+x2);g=x;g=simple(compose(f,f,x)f=x/(1+x2)(1/2)g=x/(2*x2+1)(1/2)g=simple(compose(g,f,x)g=x/(3*x2+1)(1/2)g=simple(compose(g,f,x)g=x/(4*x2+1)(1/2)g=simple(compose(g,f,x)g=x/(5*x2+1)(1/2),syms x,f;f=sin(x)2/(1+cot(x)+cos(x)2/(1+tan(x);di
3、ff(f,x)Ans=2*sin(x)/(1+cot(x)*cos(x)-sin(x)2/(1+cot(x)2*(-1-cot(x)2)-2*cos(x)/(1+tan(x)*sin(x)-cos(x)2/(1+tan(x)2*(1+tan(x)2)simple(ans)ans=-2*cos(x)2+1diff(f,x,2)ans=2*cos(x)2/(1+cot(x)-4*sin(x)/(1+cot(x)2*cos(x)*(-1-cot(x)2)-2*sin(x)2/(1+cot(x)+2*sin(x)2/(1+cot(x)3*(-1-cot(x)2)2+2*sin(x)2/(1+cot(x
4、)2*cot(x)*(-1-cot(x)2)+2*sin(x)2/(1+tan(x)+4*cos(x)/(1+tan(x)2*sin(x)*(1+tan(x)2)-2*cos(x)2/(1+tan(x)+2*cos(x)2/(1+tan(x)3*(1+tan(x)2)2-2*cos(x)2/(1+tan(x)2*tan(x)*(1+tan(x)2)simple(ans)ans=4*sin(x)*cos(x),syms x y z f g;f=exp(z)-z+x*y-3;g=jacobian(f,x,y,z)g=y,x,exp(z)-1g(1)ans=yg(2)ans=xg(3)ans=exp
5、(z)-1g(1)/g(3)ans=y/(exp(z)-1),syms x y t a;x=a*cos(t)3;y=a*sin(t)3;y=simple(diff(y,t)/diff(x,t)y=-tan(t)simple(diff(y,t)/diff(x,t)ans=1/3/cos(t)4/a/sin(t),syms x;int(1-sin(x)+cos(x)/(1+sin(x)-cos(x)ans=2*log(tan(1/2*x)-2*log(tan(1/2*x)+1)-2*atan(tan(1/2*x),simple(ans)ans=2*log(tan(1/2*x)-2*log(tan(
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- MATLAB 中的 数值 计算 符号
链接地址:https://www.31ppt.com/p-5438925.html