Differences between revisions 7 and 45 (spanning 38 versions)
Revision 7 as of 2022-03-16 03:46:34
Size: 615
Comment:
Revision 45 as of 2026-02-02 17:02:42
Size: 1687
Comment: Section
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/SpecialMatrices|Special Matrices]]

A branch of [[CategoryMathematics|mathematics]].
Line 19: Line 7:
 * [[LinearAlgebra/2Equations2Unknowns|2 equations, 2 unknowns]]
 * [[LinearAlgebra/3Equations3Unknowns|3 equations, 3 unknowns]]
 * [[LinearAlgebra/Basis|Basis]]
 * [[LinearAlgebra/Determinant|Determinant]]
 * [[LinearAlgebra/EigenvaluesAndEigenvectors|Eigenvalues and Eigenvectors]]
 * [[LinearAlgebra/Idempotency|Idempotency]]
 * [[LinearAlgebra/Invertibility|Invertibility]]
 * [[LinearAlgebra/LinearMapping|Linear mapping]]
 * [[LinearAlgebra/Linearity|Linearity]]
 * [[LinearAlgebra/MatrixConjugation|Matrix conjugation]]
 * [[LinearAlgebra/MatrixMultiplication|Matrix multiplication]]
 * [[LinearAlgebra/Orthogonality|Orthogonality]]
 * [[LinearAlgebra/PositiveDefiniteness|Positive definiteness]]
 * [[LinearAlgebra/Rank|Rank]]
 * [[LinearAlgebra/RotationMatrix|Rotation matrix]]
 * [[LinearAlgebra/SpecialMatrices|Special matrices]]
 * [[LinearAlgebra/Trace|Trace]]
 * [[LinearAlgebra/Transposition|Transposition]]

== Elimination ==
Line 22: Line 27:
 * [[LinearAlgebra/EliminationMatrices|Elimination Matrices]]
 * [[LinearAlgebra/InverseMatrices|Inverse 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 28: Line 51:
CategoryRicottone CategoryRicottone CategoryMathematics

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