Explore tens of thousands of sets crafted by our community.
Linear Algebra Formulas
20
Flashcards
0/20
Eigenvalues of a Matrix
An eigenvalue of a matrix is a scalar such that there exists a non-zero vector where . Example: For , one eigenvalue is because has a non-trivial solution.
Calculating the Trace of a Matrix
The trace of a square matrix , denoted as , is the sum of its diagonal elements. Example: For , .
Eigenvectors of a Matrix
An eigenvector of a matrix is a non-zero vector such that for some scalar , the eigenvalue. Example: For and , an eigenvector is because .
LU Decomposition
LU decomposition expresses a matrix as the product of a lower triangular matrix and an upper triangular matrix . Example: For , , so .
Dot Product
The dot product of two vectors and is a scalar . Example: For , , .
Column Space
The column space of a matrix , , is the span of its column vectors. Example: For , is the plane spanned by and in .
Row Space
The row space of a matrix , denoted as , is the subspace generated by its row vectors. Example: For , is the plane spanned by and in .
Cross Product
The cross product of vectors and in is a vector , calculated as . Example: For , , .
Scalar Multiplication
Given a scalar and a matrix , the product is obtained by multiplying each element of by . Example: For and , .
Matrix Multiplication
The product of two matrices and , is a new matrix where each element is the dot product of the ith row of and the jth column of . Example: For and , .
Kernel or Null Space
The kernel of a matrix , denoted as , is the set of vectors such that . Example: For , .
Calculating Determinant of 2x2 Matrix
For a 2x2 matrix , the determinant is . Example: For , .
Rank of a Matrix
The rank of a matrix is the maximum number of linearly independent column vectors (or row vectors) in the matrix. Example: For , since the third row is a linear combination of the first two, .
Identity Matrix
The identity matrix of size is a square matrix with ones on the main diagonal and zeros elsewhere. Example: .
Diagonal Matrix
A diagonal matrix is a matrix where all off-diagonal elements are zero. Example: .
Finding Matrix Inverse
For a square matrix , the inverse is where is the determinant and is the adjugate. Example: For , .
Matrix Addition
For two matrices and of the same dimension, their sum is found by adding corresponding elements. Example: For and , .
Matrix Norm
The norm of a matrix , denoted , gives a measure of its size. Common norm is the Frobenius norm . Example: For , .
Cramer's Rule
For a system of linear equations with a square matrix , the solution for each variable is given by , where is matrix with its ith column replaced by vector . Example: For and , .
Matrix Transpose
The transpose of a matrix is a new matrix , where the rows of are the columns of . Example: For , .
© Hypatia.Tech. 2024 All rights reserved.