Description Usage Arguments Details Value Author(s) Examples
Takes vectors and
interprets them appropriately for input to g2.fun()
and
g3.fun()
. Not really intended for the end user.
1 | p1.tau(b)
|
b |
Vector of periods |
If b
is of length two, interpret the elements as
omega1 and omega2 respectively.
If a two-column matrix, interpret the columns as omega1 and omega2 respectively.
Otherwise, interpret as a vector of tau=omega1/omega2.
Returns a two-component list:
p1 |
First period |
tau |
Period ratio |
Robin K. S. Hankin
1 |
Attaching package: 'elliptic'
The following objects are masked from 'package:stats':
sd, sigma
The following object is masked from 'package:base':
is.primitive
$p1
[1] 1+1i
$tau
[1] 12.1115+11.0115i
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.