1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What is the trace?
Sum of all elements in the leading diagonal
What is the identity matrix?
A square matrix where all elements of the leading diagonal are 1 and all other elements are 0

What is the transposition of a matrix?
Where the rows of matrix A become the columns of matrix AT

What is the equation for finding the determinant of a 2×2 matrix?
det(A)= ad-cb
How do you divide a matrix by a determinant?
Multiply the matrix by 1/(ad-cb)
What is the result when you multiply a matrix by its inverse?
The identity matrix