[
<
]
[
>
]
[ << ]
[
Up
]
[ >> ]
[
Top
]
[
Contents
]
[
Index
]
[
?
]
6.1.12
conj
,
real
,
imag
real(
comp
)
:: Real part of
comp
.
imag(
comp
)
:: Imaginary part of
comp
.
conj(
comp
)
:: Complex conjugate of
comp
.
return comp
complex number
Basic operations for complex numbers.
These functions works also for polynomials with complex coefficients.
[111] A=(2+@i)^3; (2+11*@i) [112] [real(A),imag(A),conj(A)]; [2,11,(2-11*@i)]
This document was generated by
root
on
March, 5 2004
using
texi2html