文件名称:chap11
介绍说明--下载内容均来自于网络,请自行研究使用
syms x
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' )
g=exp(x*sin(x))
t=taylor(g,12,2)
xd = 1:0.05:3 yd = subs(g,x,xd)
ezplot(t, [1,3]) hold on
plot(xd, yd, r-. )
title( Taylor approximation vs. actual function )
legend( Taylor , Function )-syms x g = exp (x* sin (x)) t = taylor (g, 12,2) xd = 1:0.05:3 yd = subs (g, x, xd) ezplot (t, [1 , 3]) hold on plot (xd, yd, ' r-.' ) title (' Taylor approximation vs. actual function' ) legend (' Taylor' , ' Function' )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
chap11\myfun1.m
......\myfun2.m
......\myfun3.m
......\myfun4.m
......\myfun5.m
......\myfun6.m
......\nonlconstr.m
......\objfun.m
chap11
......\myfun2.m
......\myfun3.m
......\myfun4.m
......\myfun5.m
......\myfun6.m
......\nonlconstr.m
......\objfun.m
chap11