实验九 无穷级数.pptxVIP

  • 7
  • 0
  • 约4.34千字
  • 约 41页
  • 2022-07-20 发布于上海
  • 举报
会计学;实验九 无穷级数;9.1 学习MATLAB命令;9.1.1 符号表达式求和函数;9.1.2 符号函数的泰勒级数展开函数;taylortool(f) 对指定的函数f, 用图形用户界面显示出泰勒展开式;subs(S,old,new) 将符号表达式S中的符号变量old用new代替;simplify(expr)与simple(expr) 用于化简符号表达式expr;9.2 实验内容;9.2.1 级数求和;【例2】求级数 的和。 输入: syms k x s2=symsum(x^(3*k),k,1,inf) 得到和函数 s2 =piecewise([x^3 = 1, Inf], [x^3 1 and abs(x) in Dom::Interval(0, 1), -x^3/(x^3 - 1)], [x^3 1 and (1 abs(x) and not 1 x or abs(x) = 1 and ((abs(x) 1 or 0 x) and x = 1 or not 0 x) and x 1), -(limit(x^(3*k)/(x^3 - 1), k = Inf) - x^3*limit(x^(3*k)/(x^3 - 1), k = Inf) + x^3)/(x^3 - 1)]);【例3】设

文档评论(0)

1亿VIP精品文档

相关文档