Differences between revisions 9 and 46 (spanning 37 versions)
Revision 9 as of 2022-03-19 21:01:10
Size: 678
Comment:
Revision 46 as of 2026-02-04 02:28:39
Size: 1721
Comment: Reorg
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
<<TableOfContents>>

----



== Matrix Math ==

 * [[LinearAlgebra/MatrixMultiplication|Matrix Multiplication]]
 * [[LinearAlgebra/MatrixTransposition|Matrix Transposition]]
 * [[LinearAlgebra/MatrixInversion|Matrix Inversion]]
 * [[LinearAlgebra/SpecialMatrices|Special Matrices]]
 * [[LinearAlgebra/PermutationMatrices|Permutation Matrices]]

A branch of [[CategoryMathematics|mathematics]].
Line 21: Line 7:
 * [[LinearAlgebra/2Equations2Unknowns|2 equations, 2 unknowns]]
 * [[LinearAlgebra/3Equations3Unknowns|3 equations, 3 unknowns]]
 * [[LinearAlgebra/Determinant|Determinant]]
 * [[LinearAlgebra/Invertibility|Invertibility]]
 * [[LinearAlgebra/MatrixConjugation|Matrix conjugation]]
 * [[LinearAlgebra/MatrixMultiplication|Matrix multiplication]]
 * [[LinearAlgebra/Orthogonality|Orthogonality]]
 * [[LinearAlgebra/PositiveDefiniteness|Positive definiteness]]
 * [[LinearAlgebra/Rank|Rank]]
 * [[LinearAlgebra/SpecialMatrices|Special matrices]]
 * [[LinearAlgebra/Trace|Trace]]
 * [[LinearAlgebra/Transposition|Transposition]]

== Linear Transformations ==

 * [[LinearAlgebra/Basis|Basis]]
 * [[LinearAlgebra/EigenvaluesAndEigenvectors|Eigenvalues and Eigenvectors]]
 * [[LinearAlgebra/Idempotency|Idempotency]]
 * [[LinearAlgebra/LinearMapping|Linear mapping]]
 * [[LinearAlgebra/Linearity|Linearity]]
 * [[LinearAlgebra/RotationMatrix|Rotation matrix]]

== Elimination ==
Line 24: Line 30:
 * [[LinearAlgebra/EliminationMatrices|Elimination Matrices]]  * [[LinearAlgebra/GeneralSolution|General solution]]
 * [[LinearAlgebra/NullSpace|Null Space]]
 * [[LinearAlgebra/ParticularSolution|Particular solution]]
 * [[LinearAlgebra/TrivialSolution|Trivial solution]]

== Decompositions and Factorizations ==

 * [[LinearAlgebra/Diagonalization|Diagonalization]]
 * [[LinearAlgebra/LUDecomposition|LU Decomposition]]
 * [[LinearAlgebra/Orthonormalization|Orthonormalization]]

== Applications ==

 * [[LinearAlgebra/MarkovMatrices|Markov Matrices]]
 * [[LinearAlgebra/Projection|Projection]]

== Inner Product Spaces ==

 * [[LinearAlgebra/InnerProduct|Inner product]]
 * [[LinearAlgebra/Norm|Norm]]
Line 29: Line 54:
CategoryRicottone CategoryRicottone CategoryMathematics

LinearAlgebra (last edited 2026-02-16 16:44:56 by DominicRicottone)