Re: [PATCH 3/3] Integral.evalf(): method='scipy' implemented

2009-04-07 Thread Fabian Seoane
Ondrej Certik wrote: if the method='scipy' is specified, the scipy.integrate.quad function is called on the lambdified argument of the integral. Tests were added to sympy/test_external/test_scipy.py Signed-off-by: Ondrej Certik ond...@certik.cz --- sympy/core/evalf.py

[PATCH 3/3] Integral.evalf(): method='scipy' implemented

2009-04-06 Thread Ondrej Certik
if the method='scipy' is specified, the scipy.integrate.quad function is called on the lambdified argument of the integral. Tests were added to sympy/test_external/test_scipy.py Signed-off-by: Ondrej Certik ond...@certik.cz --- sympy/core/evalf.py | 43