Mathematical information can be represented in a variety of ways. A matrix is a rectangular grouping of numbers that can be used to organize and display data. In general, matrices are typically notated by a capital letter.
The dimensions of a matrix are referred to as the order and are always listed by row then column in the form r\times c where r represents the number of rows and c represents the number of columns. Special forms of a matrix can be classified by their order:
The elements of a matrix are the individual numbers and variables and can be identified by their position using subscript notation a_{mn} where m represents the row the element is located in and n represents the column as shown in the matrix below:
Matrices can only be equal if they have the same order and every element within each matrix is equal. For example, if A=B, then a_{11}=b_{11}, a_{12}=b_{12}... etc.
Consider the following table that displays the favorite color of students by grade level:
6th grade | 7th grade | 8th grade | |
---|---|---|---|
Red | 5 | 5 | 3 |
Blue | 8 | 6 | 5 |
Black | 2 | 4 | 7 |
Represent the data in the table as a matrix, A.
Determine the order of the matrix.
Identify the value of a_{23} and interpret its meaning in context.
Consider the matrix equation: \begin{bmatrix} x & 5 \\ 9 & 6-y \end{bmatrix}=\begin{bmatrix} 3 & 5 \\ 9 & 2 \end{bmatrix}
Solve for x.
Solve for y.