Find the Dimensions [[1,-2,3],[0,1,-3]]
Problem
Solution
Identify the number of horizontal rows in the matrix. There are 2 rows.
Identify the number of vertical columns in the matrix. There are 3 columns.
State the dimensions using the standard notation
m×n wherem is the number of rows andn is the number of columns.
Final Answer
Want more problems? Check here!