lattice: Lattice of complex numbers

Description Usage Arguments Author(s) Examples

Description

Returns a lattice of numbers generated by a given complex basis.

Usage

1
lattice(p,n)

Arguments

p

Complex vector of length two giving a basis for the lattice

n

size of lattice

Author(s)

Robin K. S. Hankin

Examples

1
2
 lattice(c(1+10i,100+1000i),n=2)
plot(lattice(c(1+1i,1.1+1.4i),5))

elliptic documentation built on May 2, 2019, 9:37 a.m.