gpt4 book ai didi

python - 与 matematica 和 python 相比,maple 中的 EllipticE

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

尝试在 maple 中实现 Euler Elastica,其中 Jacobi 椭圆函数和椭圆积分至关重要。Jacobi 椭圆函数:JacobiSN、JacobiCN、JacobiDN 和 JacobiAM 似乎按我的预期工作,但椭圆积分:EllipticE 的行为与我认为它应该做的不准确。

比较了maple、matematica和python的内置函数:

Maple: 
plot([t, EllipticE(t), t = 0 .. 1])

enter image description here

Matematica: 
plot[EllipticE[t], {t, 0, 1}]

enter image description here

Python(scipy.special):     
t = arange(0, 1, 0.001)
plot(t, ellipe(t))

enter image description here

我唯一能找到的是:Maple计算第二类不完全和完全椭圆积分。

其中python和matematica计算第二类完全椭圆积分

最佳答案

当我在发布问题 4 分钟后意识到答案时,爱和哈迪。maple 使用 m,而 python 和 matematica 使用 k。其中 k^2 = m

plot([t, EllipticE(sqrt(t)), t = 0 .. 1])

enter image description here

关于python - 与 matematica 和 python 相比,maple 中的 EllipticE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28317034/

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