Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wolfram mathematica 极限在Mathematica和Wolfram Alpha上给出了错误的答案_Wolfram Mathematica_Wolframalpha - Fatal编程技术网

Wolfram mathematica 极限在Mathematica和Wolfram Alpha上给出了错误的答案

Wolfram mathematica 极限在Mathematica和Wolfram Alpha上给出了错误的答案,wolfram-mathematica,wolframalpha,Wolfram Mathematica,Wolframalpha,这幅图中的两个结果是矛盾的。根据图,函数是发散的,而极限为零 很明显,这个极限的答案是不正确的 我的问题似乎不会出现在其他人的计算机上。我的版本是12.0.0.0,根据评论,12.2版没有问题 然而,最让我吃惊的是Wolfram Alpha给出了同样的错误答案 这有什么问题吗?任何帮助都将不胜感激。这个问题在Mathematica网站上可能会更好,因为它似乎处理了Mathematica本身的怪癖。这里有一个类似的问题,尽管是在旧版本的Mathematica上:../(1/x^3)==..*x^

这幅图中的两个结果是矛盾的。根据图,函数是发散的,而极限为零

很明显,这个极限的答案是不正确的

我的问题似乎不会出现在其他人的计算机上。我的版本是12.0.0.0,根据评论,12.2版没有问题

然而,最让我吃惊的是Wolfram Alpha给出了同样的错误答案


这有什么问题吗?任何帮助都将不胜感激。

这个问题在Mathematica网站上可能会更好,因为它似乎处理了Mathematica本身的怪癖。这里有一个类似的问题,尽管是在旧版本的Mathematica上:../(1/x^3)==..*x^3?
Limit[(Cos[x^2]/(x^2) - Cos[(x + 1)^2]/((x + 1)^2))/(1/(x^3)), x -> Infinity]

Plot[(Cos[x^2]/(x^2) - Cos[(x + 1)^2]/((x + 1)^2))/(1/(x^3)), {x, 0, 1000}]