gpt4 book ai didi

python - 使用 SymPy trigsymp 进行表达式简化

转载 作者:太空宇宙 更新时间:2023-11-03 17:10:45 24 4
gpt4 key购买 nike

为什么下面的简单示例不返回 1?

from sympy import *

r, theta, phi = symbols('r, theta, phi')
pprint(trigsimp(cos(phi)**2 * sin(theta)**2+sin(phi)**2 * sin(theta)**2
+ cos(theta)**2))

相反,我得到

   2       2         2       2         2         2   
sin (φ)⋅sin (θ) - cos (φ)⋅cos (θ) + cos (φ) + cos (θ)

simplify()相同。

最佳答案

这似乎只是版本问题,在 sympy 0.7.6.1 中工作正常

关于python - 使用 SymPy trigsymp 进行表达式简化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34118283/

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