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