由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Python版 - calculate an integral in python (转载)
相关主题
solve equations of integrals in python (转载)请问关于一个分部积分的问题
setter and getterDOW跌了超过一千点了
python 问题 (转载)segfault
solve integral eq. embeeded with another integral eq. (转载)solve equations of integrals in python (转载)
calculate an integral in python (转载)solve equations of integrals in python (转载)
calculate an integral in python (转载)请教:Use R to do integration
calculate an integral in python请教一个正态分布的积分问题
calculate an integral in python (转载)请教:R或Matlab里怎么求inverse continuous Fourier transform
相关话题的讨论汇总
话题: integral话题: python话题: calculate话题: oo话题: invalid
1 (共1页)
m******t
发帖数: 273
1
【 以下文字转载自 Quant 讨论区 】
发信人: myregmit (myregmit), 信区: Quant
标 题: calculate an integral in python
发信站: BBS 未名空间站 (Fri Mar 21 09:39:52 2014, 美东)
I need to calculate an integral in python.
I have imported sympy.
g(a,z) = integral_from_z_to_inf of ( t^(a-1) * e^(-1))
in python:
x,a,z = symbols('x a z')
g = integrate(x**(a-1) * exp(-x), z, oo)
I got error:
ValueError: Invalid limits given: (z, oo)
Any help would be appreciated !
Thanks !
1 (共1页)
相关主题
请教:R或Matlab里怎么求inverse continuous Fourier transformcalculate an integral in python (转载)
solve equations of integrals in pythoncalculate an integral in python (转载)
GOOG (转载)calculate an integral in python
BPcalculate an integral in python (转载)
solve equations of integrals in python (转载)请问关于一个分部积分的问题
setter and getterDOW跌了超过一千点了
python 问题 (转载)segfault
solve integral eq. embeeded with another integral eq. (转载)solve equations of integrals in python (转载)
相关话题的讨论汇总
话题: integral话题: python话题: calculate话题: oo话题: invalid