Or search by topic
A Matrix is a rectangular array of numbers (which are called the entries of the matrix). The plural of matrix is matrices.
The matrix $
\begin{pmatrix}2&-3&\phantom{-}5\\0&\phantom{-}8&-1\end{pmatrix} $ has two rows and three columns. We say that the dimension of the matrix is $2 \times 3$.
You can add and multiply two matrices if they satisfy certain conditions. To add two matrices they must have the same dimensions, and then you can add together the corresponding elements.
Example:
$$
\begin{pmatrix}\phantom{-}2&\phantom{-}0\\\phantom{-}9&-3\\\phantom{-}1&\phantom{-}4\end{pmatrix}+\begin{pmatrix}-5&\phantom{-}1\\\phantom{-}2&\phantom{-}3\\\phantom{-}0&-1\end{pmatrix}=\begin{pmatrix}2+
-5&\phantom{-}0+1\\9+2&-3+3\\1+0&\phantom{-}4+-1\end{pmatrix}=\begin{pmatrix}-3&\phantom{-}1\\\,11&\phantom{-}0\\\phantom{-}1&\phantom{-}3\end{pmatrix}
$$
To multiply two matrices together then the number of columns of the first matrix has to be equal to the number of rows of the second matrix. The example below shows how one element of the product of two matrices has been calculated - can you see how the other elements have been generated?
You can use this matrix to check how the other elements were calculated. If you click on entries in the answer matrix you will see the relevant rows and columns highlighted and the calculations used to generate the entry.
Calculate these matrix products:
You might like to use this Matrix Multiplication Calculator to check your answers. If you click on an entry in the answer matrix you can see how the value was calculated.
For the rest of this question we will consider square $2 \times 2$ matrices, so matrices of the form $\begin{pmatrix}a&b\\c&d\end{pmatrix}$. Here are some questions to think about:
There are more matrix problems in this feature.
This problem in geometry has been solved in no less than EIGHT ways by a pair of students. How would you solve it? How many of their solutions can you follow? How are they the same or different? Which do you like best?
Follow hints using a little coordinate geometry, plane geometry and trig to see how matrices are used to work on transformations of the plane.
Follow hints to investigate the matrix which gives a reflection of the plane in the line y=tanx. Show that the combination of two reflections in intersecting lines is a rotation.