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