Complex number syntax - Factor Documentation (original) (raw)

A complex number is given by two components, a "real" part and an "imaginary" part. The components must either be integers, ratios or floats.

C{ 1/2 1/3 } ! the complex number 1/2+1/3i C{ 0 1 } ! the imaginary unit

C{

More information on complex numbers can be found in Complex numbers.