Matrices Flashcards
(56 cards)
How many rows and columns does the matrix An×m have?
In other words, which of n and m define the row and column
n rows
m columns
What does aij represent?
An element at the row i and column j
What is another word for a matrix with one row?
A row vector
often denoted by lower-case letters in bold type
What is another word for a matrix with one column
A column vector
often denoted by lower-case letters in bold type
What is another word for a matrix with one row and one column?
A number/scalar
What is a zero matrix?
A matrix in which all the entries/elements are 0
Sometimes written as 0m×n
What is a square matrix?
A matrix with equal number of columns and rows
What two conditions make the two matrices A=(aij) and B=(bij) equal?
True or false?
Matrices must have the same size to execute addition and subtraction
True.
Two matrices cannot be added nor subtracted if they are of different sizes
True or false?
Matrix addition/subtraction is both commutative and associative
True.
True or false? GIven a matrix A
A + 0ij = A
True.
Any matrix added to a zero matrix is still the original matrix
GIven matrices A and B
When can you multiply these matrices?
The product of AB exists if and only if the number of columns in A equals the number of rows in B
- AA is possible
- CA is not possible
- AC is possible
- BB is not possible
True or false?
Matrix multiplication is both commutative and associative
False. Matrix multiplication is only associative.
True or false? Matrix multiplication is distributive
True.