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

  讨论函数处的连续性。

重复实验

  实验代码:

f(x):=sin(1/x);
limit(f(x),x,0);
wxplot2d(f(x),[x,-2,2]);

  执行结果:

    ind

点评:0