Closed JoelSjogren closed 1 year ago
Ah there is m = inversenomeq(q)
but I have typically q = 0.98
or so...
Using this instead. It gives the same results as mpmath
.
https://se.mathworks.com/matlabcentral/fileexchange/65915-elfun18
Y = JacobiTheta3(X,Q)
I am in need of an equivalent of
mpmath.jtheta(n, z, q)
. Not sure whatV
,M
,K
mean intheta.m
- how to relate them toz
,q
?