单变量极限
一、定義
或
二、調(diào)用格式
L = limit(fun,x,x0,'right'或'left')
L = limit(fun,x,x0,'right') L = limit(fun,x,x0,'left')三、例子
(1)試求解極限問題
syms x a b f = x*(1+a/x)^x*sin(b/x); L = limit(f,x,inf)L =b*exp(a)(2)求解單邊極限問題
syms x limit((exp(x^3)-1)/(1-cos(sqrt(x-sin(x)))),x,0,'right')ans =12下面我們從圖像中顯示 極限 情況
x = -0.1:0.001:0.1; y = (exp(x.^3)-1)./(1-cos(sqrt(x-sin(x)))); plot(x,y,'-',[0],[12],'o')?
總結(jié)
- 上一篇: picture2
- 下一篇: 支持向量机ModuleNotFoundE