Matrices
Matrices
2
Equality of Matrices
3
Equality of Matrices
This section introduces some fundamentals of matrix
theory. It is standard mathematical convention to represent
matrices in any of the following three ways. Do not copy.
4
Equality of Matrices
Two matrices
5
Example 1 – Equality of Matrices
Solve for a11, a12, a21, and a22 in the following matrix
equation. You do not need to copy this.
Solution:
Because two matrices are equal only when their
corresponding entries are equal, you can conclude that
6
Equality of Matrices
Be sure you see that for two matrices to be equal, they
must have the same dimension and their corresponding
entries must be equal. You do not need to copy this again.
For instance,
7
Matrix Addition and
Scalar Multiplication
8
Matrix Addition and Scalar Multiplication
9
Example 2 – Addition of Matrices
a.
b.
c. The sum of
11
Example 3 – Scalar Multiplication
For the following matrix, find 3A.
Solution:
12
Matrix Addition and Scalar Multiplication
and
14
Matrix Addition and Scalar Multiplication
15
Example 5 – Using the Distributive Property
16
Matrix Addition and Scalar Multiplication
x+a=b X+A=B
x + a + (–a) = b + (–a) X + A + (–A) = B + (–A)
x+0=b–a X+O=B–A
x=b–a X=B–A
17
Example 6 – Solving a Matrix Equation
Solve for X in the equation
3X + A = B
where
and
18
Example 6 – Solution
Begin by solving the equation for X to obtain
3X = B – A
X= (B – A)
20
Matrix Multiplication
Another basic matrix operation is matrix multiplication.
You will see later, that this definition of the product of two
matrices has many practical applications.
21
Matrix Multiplication
The definition of matrix multiplication indicates a
row-by-column multiplication, where the entry in the ith row
and jth column of the product AB is obtained by multiplying
the entries in the ith row A of by the corresponding entries
in the jth column of B and then adding the results.
22
Matrix Multiplication
The general pattern for matrix multiplication is as follows.
23
Example 7 – Finding the Product of Two Matrices
Solution:
First, note that the product is defined because the
number of columns of A is equal to the number of rows
of B. Moreover, the product AB has dimension 3 2.
24
Example 7 – Solution cont’d
AB =
25
Matrix Multiplication
The general pattern for matrix multiplication is as follows,
but you do not need to write it or the next slide down.
26
Matrix Multiplication
27
Matrix Multiplication
If A is an n n matrix, then the identity matrix has the
property that AIn = A and InA = A.
For example,
AI = A
28