powered by
Given a pair of basic periods, plots a lattice of periods on the complex plane
latplot(p, n=10, do.lines=TRUE, ...)
Vector of length two with first element the first period and second element the second period. Note that \(p_1=2\omega_1\)
Size of lattice
Boolean with default TRUE meaning to show boundaries between adjacent period parallelograms
TRUE
Extra arguments passed to plot(). See examples section for working use
plot()
Robin K. S. Hankin
K. Chandrasekharan 1985. Elliptic functions, Springer-Verlag.
p1 <- c(1, 1i) p2 <- c(2+3i, 5+7i) latplot(p1) latplot(p2, xlim=c(-4,4), ylim=c(-4,4), n=40)
Run the code above in your browser using DataLab