I know how to solve in Mathematica with EllipticF
:
EllipticF[ζI[P], k2[P]] - EllipticF[ζr[P, r], k2[P]]
That's basically what i want to do in Python. I've tried many thing to use such as the function scipy.special.ellipj
, but it returns a list and i want a number. Please, does anyone know how to solve this problem?