jtheta4 {jacobi}R Documentation

Jacobi theta function four

Description

Evaluates the fourth Jacobi theta function.

Usage

jtheta4(z, tau = NULL, q = NULL)

ljtheta4(z, tau = NULL, q = NULL)

Arguments

z

complex number, vector, or matrix

tau

lattice parameter, a complex number with strictly positive imaginary part; the two complex numbers tau and q are related by q = exp(1i*pi*tau), and only one of them must be supplied

q

the nome, a complex number whose modulus is strictly less than one, but not zero

Value

A complex number, vector or matrix; jtheta4 evaluates the fourth Jacobi theta function and ljtheta4 evaluates its logarithm.

Examples

jtheta4(1 + 1i, q = exp(-pi/2))

[Package jacobi version 3.1.1 Index]