Elliptic functions of a complex argument in Python

1 · John Cook · Nov. 30, 2022, 2:44 a.m.
Summary
I used Mathematica to create the graphics for my previous two posts because SciPy didn’t have the functions I needed. In particular, elliptic integrals and elliptic functions in SciPy only take real-valued arguments, but I needed to use complex arguments. Also, I needed theta functions, which are not in SciPy at all. I thought mpmath […] The post Elliptic functions of a complex argument in Python first appeared on John D. Cook....