基础篇-第8章-matlab在高等数学中的应用.pptxVIP

  • 25
  • 0
  • 约8.43千字
  • 约 46页
  • 2018-07-09 发布于浙江
  • 举报

基础篇-第8章-matlab在高等数学中的应用.pptx

基础篇-第8章-matlab在高等数学中的应用

第8章 Matlab在高等数学中的应用 ;8.1 极 限;clf subplot(1,2,1) hold on grid on n=1:40; %描40个点 m=1+(-1).^(n-1)./n; plot(n,m,.) fplot(0.5,[0,40]) %?取0.5 fplot(1.5,[0,40]) axis([0,40,0,2]) subplot(1,2,2) hold on grid on plot(n,m,.) fplot(0.9,[0,40]) %?取0.1 fplot(1.1,[0,40]);8.1.2 函数极限定义及性质 (1)自变量趋于有限数时函数的极限 【例8-2】函数 ,当 f(x)的极限不存在。 观察图8-3,当 时,f(x)的左极限为-1,右极限为1, ,所 不存在 ,x=0是函数f(x)的跳跃间断点。 ; 作图的源程序: hold on fplot(x-1,[-5,0]) fplot(x+1,[0,5]) plot(0,0,.) axis([-5,5,-6,6]) grid on plot(0,1,o) plot(0,-1,o) (2)函数f(x)

文档评论(0)

1亿VIP精品文档

相关文档