Differences between revisions 2 and 3
Revision 2 as of 2026-02-02 16:36:18
Size: 900
Comment: Hermitian
Revision 3 as of 2026-02-13 03:19:26
Size: 775
Comment: Link
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
This is most important for calculating the '''Hermitian transpose''', notated as either '''''A'''^H^'' or '''''A'''^†^'' ('dagger'). This involves [[LinearAlgebra/Transposition|transposing]] and taking the complex conjugate. This is most important for calculating the [[LinearAlgebra/HermitianTranspose|Hermitian transpose]]
Line 29: Line 29:

Matrix Conjugation

Matrix conjugation is an evolution of vector conjugation.


Description

Following the exact same logic as vector conjugation, a matrix can also be conjugated.

This is most important for calculating the Hermitian transpose

Properties

The double conjugate of a matrix is the original matrix: double.svg

Conjugation is distributive: dist.svg

The transpose of a conjugate is equal to the conjugate of the transpose: trans.svg


CategoryRicottone

LinearAlgebra/MatrixConjugation (last edited 2026-02-13 03:19:26 by DominicRicottone)