Podcast
Questions and Answers
Adding two matrices requires that they have the same number of rows and columns.
Adding two matrices requires that they have the same number of rows and columns.
True (A)
Subtracting two matrices is equivalent to adding the negative of the second matrix to the first.
Subtracting two matrices is equivalent to adding the negative of the second matrix to the first.
True (A)
We can divide matrices directly using the division operator.
We can divide matrices directly using the division operator.
False (B)
To transpose a matrix, we swap its rows and columns.
To transpose a matrix, we swap its rows and columns.
Multiplying a matrix by a constant is also known as scalar multiplication.
Multiplying a matrix by a constant is also known as scalar multiplication.