[top][index]
search for:

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) :

  • BasicList -- the class of all basic lists
  • 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 :

  • conjugate -- complex conjugate
  • conjugate CC
  • Methods for using a complex number :

  • - CC
  • CC * CC
  • CC * QQ
  • CC * RR
  • CC * ZZ
  • CC + CC
  • CC + QQ
  • CC + RR
  • CC + ZZ
  • CC - CC
  • CC - QQ
  • CC - RR
  • CC - ZZ
  • CC / CC
  • CC / QQ
  • CC / RR
  • CC / ZZ
  • CC == QQ
  • CC == RR
  • CC == ZZ
  • CC ^ ZZ
  • degree CC
  • expression CC
  • imaginaryPart CC
  • isConstant CC
  • mathML CC
  • net CC
  • QQ * CC
  • QQ + CC
  • QQ - CC
  • QQ / CC
  • QQ == CC
  • realPart CC
  • RR * CC
  • RR + CC
  • RR - CC
  • RR / CC
  • RR == CC
  • toExternalString CC
  • toString CC
  • ZZ * CC
  • ZZ + CC
  • ZZ - CC
  • ZZ / CC
  • ZZ == CC
  • Fixed objects of class CC :

  • ii -- square root of -1

  • [top][index]
    search for: