今天是:2025年9月18日 星期四
  • >
  • >

  

重复实验

  实验代码:

f(x):=(1+2*x)^(3/sin(x))$
'limit(f(x),x,0)=limit(f(x),x,0);
wxplot2d(f(x),[x,-0.1,0.1])$

  执行结果:

     

点评:0