MATRIX RULE COPIED!
Matrix Mastery Guide
aij
Element
A single number inside the matrix. 'i' is the row and 'j' is the column index.
m × n
Order / Size
Defines the matrix dimensions. Always Row count first, then Column count.
|A|
Determinant
A scalar value that helps find the Inverse and check if a system has solutions.
I
Identity
The 'number 1' of matrices. Multiplying any matrix by I leaves it unchanged.
AT
Transpose
The operation of flipping a matrix over its diagonal (swapping rows and columns).
A-1
Inverse
A matrix that, when multiplied with the original, results in the Identity Matrix.
0
Null Matrix
A matrix where every single element is zero. Used as the additive identity.
k·A
Scalar Multi
Multiplying the entire matrix by a single number. Every element gets multiplied.
det=0
Singular
If the determinant is 0, the matrix has no inverse. It's called Singular.