Chapter 1.7: Matrices and Matrix Operations
Learning Objectives
In this section, you will:
- Find the sum and difference of two matrices.
- Find scalar multiples of a matrix.
- Find the product of two matrices.

Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season. (Figure) shows the needs of both teams.
Wildcats | Mud Cats | |
---|---|---|
Goals | 6 | 10 |
Balls | 30 | 24 |
Jerseys | 14 | 20 |
A goal costs $300; a ball costs $10; and a jersey costs $30. How can we find the total cost for the equipment needed for each team? In this section, we discover a method in which the data in the soccer equipment table can be displayed and used for calculating other information. Then, we will be able to calculate the cost of the equipment.
Finding the Sum and Difference of Two Matrices
To solve a problem like the one described for the soccer teams, we can use a matrix, which is a rectangular array of numbers. A row in a matrix is a set of numbers that are aligned horizontally. A column in a matrix is a set of numbers that are aligned vertically. Each number is an entry, sometimes called an element, of the matrix. Matrices (plural) are enclosed in [ ] or ( ), and are usually named with capital letters. For example, three matrices named and
are shown below.
Describing Matrices
A matrix is often referred to by its size or dimensions: indicating
rows and
columns. Matrix entries are defined first by row and then by column. For example, to locate the entry in matrix
identified as
we look for the entry in row
column
In matrix
shown below, the entry in row 2, column 3 is
A square matrix is a matrix with dimensions meaning that it has the same number of rows as columns. The
matrix above is an example of a square matrix.
A row matrix is a matrix consisting of one row with dimensions
A column matrix is a matrix consisting of one column with dimensions
A matrix may be used to represent a system of equations. In these cases, the numbers represent the coefficients of the variables in the system. Matrices often make solving systems of equations easier because they are not encumbered with variables. We will investigate this idea further in the next section, but first we will look at basic matrix operations.
Matrices
A matrix is a rectangular array of numbers that is usually named by a capital letter: and so on. Each entry in a matrix is referred to as
such that
represents the row and
represents the column. Matrices are often referred to by their dimensions:
indicating
rows and
columns.
Finding the Dimensions of the Given Matrix and Locating Entries
Given matrix
- What are the dimensions of matrix
- What are the entries at
and
Show Solution
- The dimensions are
because there are three rows and three columns.
- Entry
is the number at row 3, column 1, which is 3. The entry
is the number at row 2, column 2, which is 4. Remember, the row comes first, then the column.
Adding and Subtracting Matrices
We use matrices to list data or to represent systems. Because the entries are numbers, we can perform operations on matrices. We add or subtract matrices by adding or subtracting corresponding entries.
In order to do this, the entries must correspond. Therefore, addition and subtraction of matrices is only possible when the matrices have the same dimensions. We can add or subtract a matrix and another
matrix, but we cannot add or subtract a
matrix and a
matrix because some entries in one matrix will not have a corresponding entry in the other matrix.
Adding and Subtracting Matrices
Given matrices and
of like dimensions, addition and subtraction of
and
will produce matrix
or
Matrix addition is commutative.
It is also associative.
Finding the Sum of Matrices
Find the sum of and
given
Show Solution
Add corresponding entries.
Adding Matrix A and Matrix B
Find the sum of and
Show Solution
Add corresponding entries. Add the entry in row 1, column 1, of matrix
to the entry in row 1, column 1,
of
Continue the pattern until all entries have been added.