Complex Vector
A complex vector is a vector whose members are complex numbers.
Contents
Description
A complex vector is simply a vector of complex numbers.
Properties
The double conjugate of a vector is the original vector: a̿ = a.
Conjugation is distributive.
If c = ab, then c̅ = a̅b̅.
If c = a + b, then c̅ = a̅ + b̅.
If c = a - b, then c̅ = a̅ - b̅.
If d = exp(a), then d̅ = exp(a̅)
If d = ln(a), then d̅ = ln(a̅)
