Find the Dimensions [[8,9],[6,3],[2,4],[1,0]]
Problem
Solution
Count the rows of the matrix by identifying the number of horizontal entries. There are 4 rows.
Count the columns of the matrix by identifying the number of vertical entries. There are 2 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!