Matrices Flashcards
What is a matrix?
A table of values
What is meant by the order of a matrix?
The number of rows and columns.
When determining the order of a matrix, are the rows or columns looked at first?
Rows, then columns
What is an element in a matrix?
An individual term
What is a square matrix?
Matrices with the same number of rows and columns (2x2, 3x3, 4x4, etc)
What is meant by matrices being non-conformable under addition?
You can’t add or subtract matrices of different orders
How do you multiply a matrix by a scalar?
Multiply each element within the matrix by the scalar
What is the identity matrix?
A matrix with 1 down the diagonal and the rest 0
What is meant by associativity?
(xy) * z = x * (yz)
What is meant by commutativity?
xy = yx
Is matrix addition associative?
Yes
Is matrix subtraction associative?
No
Is matrix addition commutative?
Yes
Is matrix subtraction commutative?
No
Is matrix multiplication commutative?
No