Differences between revisions 6 and 7
Revision 6 as of 2026-02-02 04:07:31
Size: 1010
Comment: Replacing with SVGs
Revision 7 as of 2026-02-02 16:56:34
Size: 1144
Comment: Expanding section on distance
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
Note that a complex vector as ''z = [1+i 1-i]'' would, according to the conventional definition for [[Calculus/Distance|distance]], have a magnitude of 0. Only the zero vector should have a magnitude of 0 however. Note that a complex vector as ''v = [1+i 1-i]'' would, according to the conventional definition for [[Calculus/Distance|distance]], have a magnitude of 0. Only the zero vector should have a magnitude of 0 however.
Line 33: Line 33:
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''. Distance of complex vectors relies on [[Calculus/ComplexNumbers#Complex_Conjugate|conjugation]]. Note that this is algebraically equivalent to calculating the distance of the absolute value. If ''v = a + bi = [a b]'', then the distance is ''||v|| = √(a^2^ + b^2^)''.

I
n [[LinearAlgebra|linear algebra]] notation, ''||v|| = v̅^T^v''.

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.

  • dist1.svg

  • dist2.svg

Distance

Note that a complex vector as v = [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. Note that this is algebraically equivalent to calculating the distance of the absolute value. If v = a + bi = [a b], then the distance is ||v|| = √(a2 + b2).

In linear algebra notation, ||v|| = v̅Tv.


CategoryRicottone

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