next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
conjugate(CC)
conjugate(CC) -- complex conjugate
Synopsis
Function:
conjugate
Usage:
conjugate z
Inputs:
z
,
a
complex number
Outputs:
a
complex number
, the complex conjugate of
z
Description
i1 : conjugate(1+2.5*ii) o1 = 1-2.5*ii o1 : CC (of precision 53)
i2 : conjugate 3 o2 = 3
Ways to use this method:
conjugate(CC)
-- complex conjugate
"conjugate(Number)"