Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

latplot

Plots a lattice of periods on the complex plane


Description

Given a pair of basic periods, plots a lattice of periods on the complex plane

Usage

latplot(p, n=10, do.lines=TRUE, ...)

Arguments

p

Vector of length two with first element the first period and second element the second period. Note that p1=2*omega1

n

Size of lattice

do.lines

Boolean with default TRUE meaning to show boundaries between adjacent period parallelograms

...

Extra arguments passed to plot(). See examples section for working use

Author(s)

Robin K. S. Hankin

References

K. Chandrasekharan 1985. Elliptic functions, Springer-Verlag.

Examples

p1 <- c(1,1i)
p2 <- c(2+3i,5+7i)
latplot(p1)
latplot(p2,xlim=c(-4,4),ylim=c(-4,4),n=40)

elliptic

Weierstrass and Jacobi Elliptic Functions

v1.4-0
GPL-2
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.