Explore tens of thousands of sets crafted by our community.
Linear Algebra - Matrix Operations
18
Flashcards
0/18
Add two matrices: ,
Subtract two matrices: ,
Multiply a matrix by a scalar:
Matrix multiplication: ,
Transpose of a matrix:
Determinant of a 2x2 matrix:
Inverse of a 2x2 matrix:
Element-wise multiplication (Hadamard product): ,
Matrix-vector multiplication: ,
Matrix power: ,
Find the trace of a matrix:
Rank of a matrix:
Matrix norm: where and using the Frobenius norm
Eigenvalues of a matrix:
Eigenvalues are and
Diagonalize a matrix:
Cramer's Rule to solve for where and
LU decomposition:
L = \begin{bmatrix} 1 & 0 \\ 1.5 & 1 \end{bmatrix}, U = \begin{bmatrix} 4 & 3 \\ 0 & -1.5 \end{bmatrix}, A = LU
Solve a system of linear equations using matrix inverse:
© Hypatia.Tech. 2024 All rights reserved.