gpt4 book ai didi

python - 为什么结果在 python Sympy.limit 中不同?

转载 作者:太空宇宙 更新时间:2023-11-04 00:58:18 25 4
gpt4 key购买 nike

我猜他们两个是相等的(在 python/sympy 中):

from sympy import *

x = Symbol('x')

limit(sin(x)/x,x,0)

#(result 1)

limit(sin(1/x)*x,x,00)

#(result 0 !!!)

实际上,让 y = 1/x, limit(sin(1/x)*x,x,00) = limit(sin(y)/y,y,0),对吧?

(在 anaconda 64 位、ipython notebook、python 2.7、sympy0.7.6 中)

最佳答案

尝试使用 oo(oo 是无穷大)而不是 00。

关于python - 为什么结果在 python Sympy.limit 中不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34018739/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com