Multiply the Matrices [[3],[-1],[4]][[2],[2],[0]]
Problem
Solution
Identify the dimensions of the matrices. The first matrix is a
3×1 column vector and the second matrix is a3×1 column vector.Determine if the multiplication is defined. For matrix multiplication
A*B the number of columns inA must equal the number of rows inB Check the dimensions: the first matrix has
1 column and the second matrix has3 rows.Conclude that since
1≠3 the matrix product is undefined.
Final Answer
Want more problems? Check here!