|
Contents | Previous | Next | Subchapters |
| Syntax |
i |
j | |
| See Also | complex numbers |
i and j can be used for the
square root of minus one.
[1, 1+i, 1-j]
O-Matrix will reply
[ (1,0) , (1,1) , (1,-1) ]
i and j are
intrinsic functions
they can be redefined by an assignment statement.
If in Mlmode you enter
i = 1;
i
O-Matrix will reply
1