Differences between revisions 3 and 4
Revision 3 as of 2026-02-02 00:30:30
Size: 1086
Comment: Distance
Revision 4 as of 2026-02-02 00:30:49
Size: 1089
Comment: Typo
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
Distance of complex vectors relies [[Calculus/ComplexNumbers#Complex_Conjugate|conjugation]]. In [[LinearAlgebra|linear algebra]] notation, the distance of complex vector ''z'' is equal to ''z̅^T^z''. Distance of complex vectors relies on [[Calculus/ComplexNumbers#Complex_Conjugate|conjugation]]. In [[LinearAlgebra|linear algebra]] notation, the distance of complex vector ''z'' is equal to ''z̅^T^z''.

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

Note that a complex vector as z = [1+i 1-i] would, according to the conventional definition for distance, have a magnitude of 0. Only the zero vector should have a magnitude of 0 however.

Distance of complex vectors relies on conjugation. In linear algebra notation, the distance of complex vector z is equal to Tz.


CategoryRicottone

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