vikingnewton 发表于 2010-4-10 21:47

mathematics5绘图的一些问题

在用mathematics 5画tan图像时,输入In:=Plot,{x,-10,10}]
不管怎么取最值,都是显示

-Plot::plnr :
  tan is not a machine-size real
  number at x =-0.785398
-Plot::plnr :
  tan is not a machine-size real
  number at x =-0.721676
-Plot::plnr :
  tan is not a machine-size real
  number at x =-0.652181
-General::stop :
   Further output of Plot::plnr will
     be suppressed during
     this calculation.
然后出现坐标系,什么都没有,有没有人能解释一下,或告诉我该怎么画
因为tan这样的函数肯定有无穷大的值,如果这么说的话是不是mathematics画不了这类函数?

olh2008 发表于 2010-4-10 22:56

你犯了一个初学Mathematica的人很容易犯的错误, tan不对,应该是Tan,用Mathematica一定要注意内置函数的首字母,大写哦

vikingnewton 发表于 2010-4-11 10:18

谢谢~
改过来了。。。。。。。。。。。。。。。

浩星无恨 发表于 2010-12-4 00:23

顶一下......
页: [1]
查看完整版本: mathematics5绘图的一些问题