CC -- the class of all complex numbers
The ring CC is a member of the class Ring.
Each object of class CC is called a complex number.
Each complex number is also a member of class BasicList.
More general types (whose methods may also apply) :
The symbol ii represents the square root of -1.
i1 : z = 3-4*ii
o1 = 3 - 4ii
o1 : CC |
i2 : z^5
o2 = - 237 + 3116ii
o2 : CC |
i3 : 1/z
3 4
o3 = -- + --*ii
25 25
o3 : CC |
Functions and methods returning a a complex number :
Methods for using a complex number :
Fixed objects of class CC :