[2018年最新整理]实验2符号运算求解微积分与线性代数.docVIP

  • 14
  • 0
  • 约4.26千字
  • 约 7页
  • 2018-04-15 发布于浙江
  • 举报

[2018年最新整理]实验2符号运算求解微积分与线性代数.doc

[2018年最新整理]实验2符号运算求解微积分与线性代数

1. 求下列函数极限(Find the limits of the following functions) (1) syms x f=sin(x)/x; limit(f,x,0) ans = 1 (2) syms x f=(1+1/x)^x; limit(f,x,inf) ans = exp(1) (3) syms a x f=(1+a/x)^x; limit(f,x,inf) ans = exp(a) (4) syms x f=(1+1/x)^x; limit(f,x,-inf) ans = exp(1) (5) syms x f=(1-cos(x))/(x^2); limit(f,x,0) ans = 1/2 (6) syms n f=n^(1/n); limit(f,n,inf) ans = 1 (7) syms x f=(cos(x^0.5))^(pi/x); limit(f,x,0,right) ans = 1/exp(pi/2) 2.求下列函数的导数或偏导数( Find the derivatives of the following functions) (1) syms a b c x f=(a*x*x+b*x+c)^0.5;

文档评论(0)

1亿VIP精品文档

相关文档