Sign In
9
We want to determine how many elements there are in a 3* 3 matrix. Recall that a matrix is a rectangular arrangement of numbers that can be used to organize data. To find the number of its elements, we must figure out what the notation 3* 3 actually means.
This means that the matrix in question has 3 rows and 3 columns. Let's take a look at the general form of this kind of matrix with a_(ij) being the number in row i and column j.
To find a general rule for all matrices, let's look closely at the connection between the numbers in the given dimensions. ccccc Rows & & Columns & & Elements 3&*& 3 &=& 9 We can notice that the number of elements is equal to the number of rows times the number of columns. This fact holds true for not only 3* 3 matrices but for all matrices. To visualize this, we will consider counting the number of elements in a matrix as calculating the area of a rectangle with the same dimensions.
We can calculate the number of elements in a matrix simply by multiplying the number of rows by the number of columns. Finally, let's calculate the number of elements for other examples of matrices.
| Matrix | Number of Rows | Number of Columns | Number of Elements |
|---|---|---|---|
| 1 & 2 -3 & 1 | 2 | 2 | 2* 2= 4 |
| 4 & 15 & 3 | 1 | 3 | 1* 3= 3 |
| 0.5 & 1 & 3 -3 & 2.7 & -0.5 | 2 | 3 | 2* 3= 6 |
| 0.5 & 1 3 & -3 2.7 & -0.5 | 3 | 2 | 3* 2= 6 |