|
Contents | Previous | Next | Subchapters |
| Syntax |
ellipe(phi, k) |
| See Also | elliprd , ellipf , ellipi |
phi
/ 2 2 1/2
E(phi, k) = | [ 1 - k sin (x) ] dx
/
0
where the arguments phi and k
are real or double-precision matrices.
If both of these arguments is not a scalar,
they must have the same dimension.
For each (i, j),
| phi(i, j) | < pi/2 and | k(i, j) | < 1
phi
/
E(phi, 0) = | dx = phi
/
0
If you enter
phi = rand(2, 3)
print ellipe(phi, 0.)
print phi
O-Matrix will print two matrices with the same values.