Chapter 6: Matrices Flashcards
1
Q
What is a square matrix?
A
A matrix with the same amount of rows and columns
2
Q
What is a zero matrix?
A
A matrix in which all elements are 0
3
Q
What is an identity matrix?
A
A square matrix in which elements on the leading diagonal (top left to bottom right) are all 1 and the rest are 0.
e.g. |1 0|
|0 1|