Section 5.1 Basic Definitions and Operations
Subsection 5.1.1 Matrix Order and Equality
A convenient way of describing a matrix in general is to designate each entry via its position in the array. That is, the entry is the entry in the third row and fourth column of the matrix Depending on the situation, we will decide in advance to which set the entries in a matrix will belong. For example, we might assume that each entry ( ) is a real number. In that case we would use to stand for the set of all by matrices whose entries are real numbers. If we decide that the entries in a matrix must come from a set we use to denote all such matrices.
Definition 5.1.2. The Order of a Matrix.
Since it is rather cumbersome to write out the large rectangular array above each time we wish to discuss the generalized form of a matrix, it is common practice to replace the above by In general, matrices are often given names that are capital letters and the corresponding lower case letter is used for individual entries. For example the entry in the third row, second column of a matrix called would be
Example 5.1.3. Orders of Some Matrices.
Since we now understand what a matrix looks like, we are in a position to investigate the operations of matrix algebra for which users have found the most applications.
First we ask ourselves: Is the matrix equal to the matrix No, they are not because the corresponding entries in the second row, second column of the two matrices are not equal.
Next, is equal to No, although the corresponding entries in the first two columns are identical, doesn’t have a third column to compare to that of We formalize these observations in the following definition.
Definition 5.1.4. Equality of Matrices.
and have the same order, and- all corresponding entries are equal: that is,
= for all appropriate and
Subsection 5.1.2 Matrix Addition and Scalar Multiplication
The first two operations we introduce are very natural and are not likely cause much confusion. The first is matrix addition. It seems natural that if and , then
However, if and is there a natural way to add them to give us No, the orders of the two matrices must be identical.
Definition 5.1.5. Matrix Addition.
Let and be matrices. Then is an matrix where (read “The th th entry of the matrix is obtained by adding the th th entry of to the th th entry of ”). If the orders of and are not identical, is not defined.
Another frequently used operation is that of multiplying a matrix by a number, commonly called a scalar in this context. Scalars normally come from the same set as the entries in a matrix. For example, if a scalar can be any real number.
Example 5.1.6. A Scalar Product.
If and if and we wish to find it seems natural to multiply each entry of by 3 so that and this is precisely the way scalar multiplication is defined.
Definition 5.1.7. Scalar Multiplication.
Let be an matrix and a scalar. Then is the matrix obtained by multiplying times each entry of that is
Subsection 5.1.3 Matrix Multiplication
A definition that is more awkward to motivate is the product of two matrices. See Exercise 5.1.4.8 for an attempt to do so. In time, the reader will see that the following definition of the product of matrices will be very useful, and will provide an algebraic system that is quite similar to elementary algebra.
Definition 5.1.8. Matrix Multiplication.
The mechanics of computing one entry in the product of two matrices is illustrated in Figure 5.1.9.

The computation of a product can take a considerable amount of time in comparison to the time required to add two matrices. Suppose that and are matrices; then is determined performing multiplications and additions. The full product takes multiplications and additions. This compares with additions for the sum of two matrices. The product of two 10 by 10 matrices will require 1,000 multiplications and 900 additions, clearly a job that you would assign to a computer. The sum of two matrices requires a more modest 100 additions. This analysis is based on the assumption that matrix multiplication will be done using the formula that is given in the definition. There are more advanced methods that, in theory, reduce operation counts. For example, Strassen’s algorithm ( by matrices in operations. There are practical issues involved in actually using the algorithm in many situations. For example, round-off error can be more of a problem than with the standard formula.
en.wikipedia.org/wiki/Strassen_algorithm
) computes the product of two
Example 5.1.10. A Matrix Product.
Let a matrix, and let a matrix. Then is a matrix:
Remarks:
- The product
is defined only if is an matrix and is an matrix; that is, the two “inner” numbers must be equal. Furthermore, the order of the product matrix is the “outer” numbers, in this case - It is wise to first determine the order of a product matrix. For example, if
is a matrix and is a matrix, then is a matrix of the formThen to obtain, for example, we multiply corresponding entries in the third row of times the first column of and add the results.
Example 5.1.11. Multiplication with a diagonal matrix.
Let and . Then
The net effect is to multiply the first row of by and the second row of by 3.
Note: The columns of are multiplied by and 3 when the order is switched.
Remarks:
- An
matrix is called a square matrix. - If
is a square matrix, is defined and is denoted by , and etc. - The
matrices whose entries are all 0 are denoted by or simply when no confusion arises regarding the order.
Exercises 5.1.4 Exercises
1.
- Compute
and - Compute
and - If
show that - Show that
- Compute
- Compute
- Compute
and where is the zero matrix. - Compute
where 0 is the real number (scalar) zero. - Let
and Show that
Answer.
For parts c, d and i of this exercise, only a verification is needed. Here, we supply the result that will appear on both sides of the equality.
2.
3.
Answer.
4.
5.
Answer.
6.
- Determine
and - What is
equal to for any - Prove your answer to part (b) by induction.
7.
- Ifshow that
is a way of expressing the system using matrices. -
Express the following systems of equations using matrices:
Answer.
equals if and only if both of the equalities are true.- (i)
8.
In this exercise, we propose to show how matrix multiplication is a natural operation. Suppose a bakery produces bread, cakes and pies every weekday, Monday through Friday. Based on past sales history, the bakery produces various numbers of each product each day, summarized in the matrix It should be noted that the order could be described as “number of days by number of products.” For example, on Wednesday (the third day) the number of cakes (second product in our list) that are produced is
The main ingredients of these products are flour, sugar and eggs. We assume that other ingredients are always in ample supply, but we need to be sure to have the three main ones available. For each of the three products, The amount of each ingredient that is needed is summarized in the or “number of products by number of ingredients” matrix For example, to bake a cake (second product) we need cups of flour (first ingredient). Regarding units: flour and sugar are given in cups per unit of each product, while eggs are given in individual eggs per unit of each product.
These amounts are “made up”, so don’t used them to do your own baking!
- How many cups of flour will the bakery need every Monday? Pay close attention to how you compute your answer and the units of each number.
- How many eggs will the bakery need every Wednesday?
- Compute the matrix product
What do you notice? - Suppose the costs of ingredients are
for a cup of flour, for a cup of sugar and for one egg. How can this information be put into a matrix that can meaningfully be multiplied by one of the other matrices in this problem?
You have attempted 1 of 1 activities on this page.