Differences between revisions 1 and 2
Revision 1 as of 2026-02-02 00:22:44
Size: 756
Comment: Initial commit
Revision 2 as of 2026-02-02 00:24:10
Size: 664
Comment: Correction
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
 * If ''d = exp(a)'', then ''d̅ = exp(a̅)''
 * If ''d = ln(a)'', then ''d̅ = ln(a̅)''

Complex Vector

A complex vector is a vector whose members are complex numbers.


Description

A complex vector is simply a vector of complex numbers.

complex.svg

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̅.

Distance


CategoryRicottone

Calculus/ComplexVector (last edited 2026-02-02 16:56:34 by DominicRicottone)