Loading...

Find the Dimensions [[1,9]]

Problem

[[1,9]]

Solution

  1. Identify the number of rows in the matrix. There is only 1 horizontal line of entries.

  2. Identify the number of columns in the matrix. There are 2 vertical lines of entries.

  3. State the dimensions using the standard m×n format, where m is the number of rows and n is the number of columns.

Final Answer

Dimensions of *[[1,9]]=1×2


Want more problems? Check here!