> 其他 >
mathematica作图的错误是
Plot[Normal[Series[Sin[x],{x,3,3}]],{x,1,5}]为什么做不出图,错误提示为General::ivar:1.0000817142857144` is not a valid variable.
General::stop:Further output of General::ivar will be suppressed during this calculation.
人气:426 ℃ 时间:2020-05-27 11:16:59
解答
在Normal前面加个Evaluate就行了 :
Plot[Evaluate@Normal[Series[Sin[x],{x,3,3}]],{x,1,5}]
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版