SlideShare a Scribd company logo
1 of 12
Download to read offline
28 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
1.4 More Matrix Operations and Properties
In this section, we look at the properties of the various operations on matrices.
As we do so, we try to draw a parallel between matrices and real numbers and
the properties of the operations we use on them. We will see that there are
many similarities, but also important di¤erences. It is important to understand
these di¤erences. Some techniques we use with real numbers will not work with
matrices.
1.4.1 Properties of the Standard Matrix Operations
Having de…ned matrices, and some of the operations which can be performed
on them, it is important to know the properties of each operation so we know
how to manipulate matrices with these operations.
We will prove some of the properties given in this section to illustrate the
proofs techniques used. The remaining proofs will be left as exercises. As we
do these proofs, it will be important to remember the de…nitions and various
theorems studied. Some proofs will involve using the de…nitions and working on
the entries of matrices. Other proofs will involve using results already derived.
Properties of addition and subtraction
With these two operations, matrices behave very much like real numbers. They
have the same properties.
Proposition 69 We assume that the sizes of the matrices involved are such that
the operations listed are possible. The set of m n matrices with real coe¢ cients
together with addition is an Abelian (commutative) group. That is, addition
satis…es the following properties:
1. Addition is commutative that is A + B = B + A for any two matrices A
and B in the set.
2. Addition is associative that is A + (B + C) = (A + B) + C for any
matrices A; B; C in the set.
3. There exists an additive identity matrix, the m n matrix whose entries
are all 00
s. If we denote this matrix by 0, then it has the following property:
A + 0 = 0 + A = A.
4. Each matrix has an additive inverse. The additive inverse of A is A. It
satis…es: A + ( A) = A + A = 0, where 0 is the zero matrix here.
Proof. Since matrix addition/subtraction amounts to adding/subtracting cor-
responding entries, these properties will follow from the same properties of real
numbers. We prove part 1 and leave the other parts as exercises.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 29
1. Let A = [aij], B = [bij] and (A + B)ij denote the the ij entry of A + B.
We need to prove that (A + B)ij = (B + A)ij. By de…nition,
(A + B)ij = aij + bij
= bij + aij (addition of real numbers is commutative)
= (B + A)ij
2. See exercises.
3. See exercises.
4. See exercises.
Remark 70 Properties 2-4 are the properties of a group.
Remark 71 You should notice the similarity between the properties of matrices
and real numbers.
Properties of Scalar Multiplication
Proposition 72 We assume that the sizes of the matrices involved are such
that the operations listed are possible. The set of m n matrices with real
coe¢ cients together with scalar multiplication satis…es the following properties:
1. 1A = A1 = A for every matrix A in the set.
2. (c1c2) A = c1 (c2A) for every scalar c1; c2 and every matrix A in the set.
3. c (A + B) = cA + cB for every scalar c and every matrix A and B in the
set.
4. (c1 + c2) A = c1A + c2A for every scalar c1; c2 and every matrix A in the
set.
Remark 73 Propositions 69 and 72 imply that the set of m n matrices with
real coe¢ cients together with addition and scalar multiplication is a vector space.
We will study vector spaces in greater details in the chapters to come.
Properties of Matrix Multiplication
Several important properties real numbers have with multiplication are not
shared by matrices.
We begin with the identity element for matrix multiplication, called the
identity matrix. It is a diagonal matrix with 10
s on its diagonal. It plays a role
similar to 1 for multiplication of real numbers. Of course, there is an n n
identity matrix for each value of n.
30 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
Proposition 74 Suppose that A is m n and recall that In denotes the n n
identity matrix (diagonal matrix with 10
s on the diagonal). Then,
AIn = A
and
ImA = A
You will note that a di¤erent identity matrix was used (why?).
Proof. Two matrices are equal when their corresponding entries are equal. We
begin by introducing some notation. Let A = [aij], In = [bij]. Let [cij] =
(AIn)ij, the ij entry of AIn. We need to show that cij = aij. We know by
de…nition that bij = 0 if i 6= j and bii = 1. From the de…nition of the product
of two matrices, we have
cij =
mX
k=1
aikbkj
= aij (why?)
The second equality is proved the same way.
Proposition 75 Let A, B and C be matrices with sizes such that the operations
below are possible. Then, the following properties hold:
1. Matrix multiplication is associative, that is A (BC) = (AB) C.
2. With 0 denoting the zero matrix, 0A = A0 = 0.
3. Left distributive law: A (B + C) = AB + AC.
4. Right distributive law: (B + C) A = BA + CA.
There are important properties which hold for real numbers but not for
matrices. We list the most important ones.
1. Matrix multiplication is not commutative, though it is possible to
…nd some matrices for which their product will be. This is easy to see.
For example, if A is m n and B is n m, then AB is m m and BA is
n n. AB and BAdo not even have the same size.
2. You may then ask, how about if A and B are such that AB and BA have
the same size, for example both A and B could be n n. In most cases,
AB and BA will still not be equal. Here is an example.
1 2
1 1
3 1
2 5
=
7 11
5 6
and
3 1
2 5
1 2
1 1
=
4 7
7 9
So, the two are not equal.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 31
3. The cancellation law does not hold. Recall for real numbers if ab = ac
and c 6= 0 then a = b. This is used a lot when solving equations. This
does not hold for matrices. Consider
A =
0 1
0 2
B =
1 1
3 4
and
C =
2 5
3 4
The reader can verify that
AB =
0 1
0 2
1 1
3 4
=
3 4
6 8
and
AC =
0 1
0 2
2 5
3 4
=
3 4
6 8
So that AB = AC yet A 6= B.
4. Another important property of real numbers is the principle of zero prod-
ucts which states that the product of two real numbers is zero if and only
if at least one of the factors is zero. It is possible for two non zero
matrices to have a product equal to zero. Here is an example:
0 1
0 2
2 5
0 0
=
0 0
0 0
We …nish with an important theorem concerning the reduced row-echelon
form of a matrix.
Theorem 76 The reduced row-echelon form of an n n matrix either has at
least a row of zeroes or is the identity matrix.
Proof. This is an either or result. A common technique is to assume one of
the conclusion is not true and show the other has to happen. If we assume the
reduced row-echelon form has no rows consisting entirely of zeroes, then every
row has a leading one. Since the matrix is n n, there will be n leading ones,
staggered further to the right as we move down the matrix. Since no two rows
can be the same, these leading ones have to be along the diagonal.
32 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
1.4.2 Multiplicative Inverse of a Matrix
Keeping with the parallel between real numbers and matrices, we know that
every real number not equal to 0 has a multiplicative inverse. For matrices, it
is not as simple. First, only square matrices have an inverse. Second, not every
square matrix has an inverse. We begin with the de…nition of the inverse of a
matrix.
De…nition 77 Let A be an n n matrix. If there exists a matrix B, also n n
such that
AB = BA = In
then B is called the multiplicative inverse of A. The multiplicative inverse of a
matrix A is usually denoted A 1
.
Remark 78 Note that the above de…nition also says that A is the inverse of B.
Its is important to note that we only talk about inverses for square matrices.
It is also important to understand that not every square matrix has an inverse.
Proposition 79 If a matrix A has an inverse, then it is unique.
Proof. See exercises at the end of the section.
Example 80 The inverse of
2
4
1 2 3
3 2 1
1 3 6
3
5 is
2
4
9
4
3
4 1
17
4
3
4 2
7
4
1
4 1
3
5, to check this,
we compute
2
4
1 2 3
3 2 1
1 3 6
3
5
2
4
9
4
3
4 1
17
4
3
4 2
7
4
1
4 1
3
5 =
2
4
1 0 0
0 1 0
0 0 1
3
5
and 2
4
9
4
3
4 1
17
4
3
4 2
7
4
1
4 1
3
5
2
4
1 2 3
3 2 1
1 3 6
3
5 =
2
4
1 0 0
0 1 0
0 0 1
3
5
Example 81 The matrix A =
1 0
3 0
does not have an inverse. We see
this by showing that no matrix can be the inverse of A. If it did, it would
also be a 2 2 matrix. Let B =
a b
c d
. Then, we should have AB =
BA =
1 0
0 1
. However, no matter what the entries of B are, we have
BA =
a b
c d
1 0
3 0
=
a + 3b 0
c + 3d 0
. Since the second column consists
of zeroes, BA can never be the identity matrix.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 33
Finding the inverse of a matrix is a long and tedious process. In the next
sections, we will develop a technique to do so. For 2 2 matrices, there is an
easy answer. We give it as a theorem.
Theorem 82 Let A =
a b
c d
. Then A is invertible if ad bc 6= 0. In this
case,
A 1
=
1
ad bc
d b
c a
Proof. We leave it to the reader to verify that AA 1
= A 1
A = I.
Example 83 The inverse of
2 1
4 3
is 1
2
3 1
4 2
. We can check it by
computing the product of the two.
1
2
2 1
4 3
3 1
4 2
=
1 0
0 1
and
1
2
3 1
4 2
2 1
4 3
=
1 0
0 1
We …nish this subsection with a theorem regarding the inverse of a product
of matrices.
Theorem 84 If A and B are two invertible matrices having the same size, then
(AB)
1
= B 1
A 1
Proof. We need to show that (AB) B 1
A 1
= B 1
A 1
(AB) = I.
(AB) B 1
A 1
= A BB 1
A 1
(associativity)
= AIA 1
= AA 1
= I
Similarly
B 1
A 1
(AB) = B 1
A 1
A B
= B 1
IB
= B 1
B
= I
In fact, this result can be extended to a product of any number of matrices.
The inverse of a product of matrices is the product of their inverses, in the
reverse order
34 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
1.4.3 Power of a Matrix
Like with real numbers, we can de…ne the power of a square matrix.
De…nition 85 If A is a square matrix, and n is a positive integer, then we
de…ne the following:
1. A0
= I
2. An
= AA A (n factors).
3. If A is invertible, then A n
= A 1 n
Example 86 Let A =
1 2
1 1
. Then
A2
=
1 2
1 1
2
=
3 4
2 3
A3
=
1 2
1 1
3
=
7 10
5 7
Example 87 Let B =
1 0
1 1
. Then
B2
=
1 0
1 1
2
=
1 0
2 1
B3
=
1 0
1 1
3
=
1 0
3 1
Can you guess, then prove what Bn
is?
The laws of exponents which hold for real numbers also hold for matrices.
We give them as a theorem.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 35
Theorem 88 If A is a square matrix and r and s are two positive integers then
Ar
As
= Ar+s
Proof. See problems.
Theorem 89 If A is an invertible square matrix then:
1. A 1
is invertible and A 1 1
= A.
2. An
is invertible and (An
)
1
= A n
for n = 0; 1; 2;
3. For any nonzero scalar k, (kA) is invertible and (kA)
1
= 1
k A 1
.
Proof. We prove each result separately.
1. Since A has an inverse which is A 1
, we have: AA 1
= A 1
A = I. This
also says that A is the inverse of A 1
in other words A 1 1
= A. Since
the inverse is unique, the result follows.
2. See problems.
3. We prove it by veri…cation.
(kA)
1
k
A 1
= k
1
k
AA 1
= AA 1
= I
and
1
k
A 1
(kA) =
1
k
kA 1
A
= A 1
A
= I
We can use these de…nitions and properties to extend to matrices concepts
which apply to real numbers. We give two as examples.
Example 90 (Matrix Polynomial) Let p (x) = a0 +a1x+a2x2
+ +anxn
.
Let A be an n n matrix. We de…ne
p (A) = a0I + a1A + a2A2
+ + anAn
36 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
Example 91 (Exponential of a Matrix) Recall from Calculus II that the
Taylor series for ex
is
ex
= 1 + x +
x2
2!
+
x3
3!
+
As we did above, we de…ne
eA
= I + A +
1
2!
A2
+
1
3!
A3
+
The exponential of a matrix has applications in solving di¤erential equations.
1.4.4 Properties of the Transpose
Theorem 92 Let A and B be two matrices with sizes such that the operations
below are possible. Let k be any scalar. Then, the following is true:
1. AT T
= A
2. (A B)
T
= AT
BT
3. (kA)
T
= kAT
4. (AB)
T
= BT
AT
5. If A is also invertible, then AT 1
= A 1 T
Proof. We prove some of these results, the remaining ones are left as exercises.
1. Recall that if A = [aij] then AT
ij
= aji in other words, we switch the
rows and columns which amounts to switching the indices. We want to
show that AT T
ij
= aij. If A = [aij] then AT
ij
= aji (switch
indices). Therefore, AT T
ij
= aij (switch indices again).
2. See problems
3. See problems
4. This one is a little bit more tricky, we show the proof. Let A = [aij] be
m r and B = [bij] be r n. To prove that (AB)
T
= BT
AT
we need to
prove the matrices have the same size and the same corresponding entries.
Same size. AB will be an m n matrix, so (AB)
T
will be an n m
matrix. BT
will be an n r matrix and AT
will be an r m matrix
so that BT
AT
is an n m matrix. Thus (AB)
T
and BT
AT
have the
same size.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 37
Same corresponding entries. Let (AB)
T
ij
denote the ij entry
of (AB)
T
and BT
AT
ij
denote the ij entry of BT
AT
. We need to
prove that (AB)
T
ij
= BT
AT
ij
. We have
(AB)
T
ij
= (AB)ji
= aj1b1i + aj2b2i + ::: + ajrbri
If we call AT
ij
= a0
ij and BT
ij
= b0
ij, we also have
BT
AT
ij
= b0
i1a0
1j + b0
i2a0
2j + + b0
ira0
rj
= b1iaj1 + b2iaj2 + + briajr
= aj1b1i + aj2b2i + + ajrbri
So, we see the two are equal.
5. We prove it by veri…cation. We need to show that A 1 T
AT
= AT
A 1 T
=
I.
A 1 T
AT
= AA 1 T
by #4
= IT
= I
and
AT
A 1 T
= A 1
A
T
= IT
= I
Remark 93 The result of #4can be extended to a product of more than two
matrices. The transpose of a product of matrices is the product of their transpose
in reverse order.
1.4.5 Matrix Equations
As mathematical objects, matrices can appear in equations the same way num-
bers do. Equations involving matrices are solved in a similar way. In this
section, we only look at equations of the form
Ax = b
where A is n n, x is n 1 and b is n 1. Solving the equation means …nding
x such that the equation is satis…ed.
When solving matrix equations, the following operations are permitted:
38 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES
1. Add the same matrix on each side of the equation.
2. Multiply each side of the equation by the same non-zero scalar.
3. Multiply each side of the equation by the same non-zero matrix.
Let us assume for now that A has an inverse. Then, to solve Ax = b, we
proceed as follows:
Ax = b
A 1
Ax = A1
b (multiply each side by the same matrix)
Inx = A1
b (use the fact that A 1
A = In)
x = A 1
b (property of the identity matrix)
Of course, the above assumes that A has an inverse.
Application: Linear System of Equation Written as a Matrix Equa-
tion
One technique used to solve a linear system of n equations in n variables is to
write it as a matrix equation, then solve the matrix equation. It is easy to see
that the above system is equivalent to the matrix equation
Ax = b
where
A =
2
6
6
6
4
a11 a12 a1n
a21 a22 a2n
...
...
an1 an2 ann
3
7
7
7
5
x =
2
6
6
6
4
x1
x2
...
xn
3
7
7
7
5
b =
2
6
6
6
4
b1
b2
...
bn
3
7
7
7
5
A is called the coe¢ cient matrix, b is called the constant matrix. Therefore, the
solution, when it exists, is
x = A 1
b
It should be noted that this is not the preferred way to solve a system.
Finding the inverse of a matrix is di¢ cult and time consuming. There are
better methods.
1.4. MORE MATRIX OPERATIONS AND PROPERTIES 39
Remark 94 With the notation of this section, the augmented matrix for a sys-
tem can be denoted
A j b =
2
6
6
6
4
a11 a12 a1n j b1
a21 a22 a2n j b2
...
...
...
... j
an1 an2 ann j bn
3
7
7
7
5
1.4.6 Problems on Sections
1. Finish proving proposition 74.
2. Prove proposition 79 that is prove that if a matrix has an inverse, then
the inverse is unique. Hint: assume there are two inverses and show they
are equal.
3. Finish proving the properties in propositions 69 and 72.
4. Finish proving proposition 75.
5. Think of problems in your areas of interest in which solving the problem
would involve solving a linear system of equations.
6. Find Bn
for any positive integer n for B =
1 0
1 1
. You must prove
your claim.
7. Prove theorem 88.
8. Finish proving theorem 89.
9. Finish proving theorem 92.
10. On pages 48 - 51 of your book, do # 1, 4, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17,
21, 29, 31.

More Related Content

What's hot

What's hot (17)

1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matrices
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
Determinants
DeterminantsDeterminants
Determinants
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
 
Matrix and Determinants
Matrix and DeterminantsMatrix and Determinants
Matrix and Determinants
 
6.3 matrix algebra
6.3 matrix algebra6.3 matrix algebra
6.3 matrix algebra
 
matrix algebra
matrix algebramatrix algebra
matrix algebra
 
matrices and determinantes
matrices and determinantes matrices and determinantes
matrices and determinantes
 
Matrices
MatricesMatrices
Matrices
 
Business matrices complete lecture-note 1
Business  matrices complete lecture-note 1Business  matrices complete lecture-note 1
Business matrices complete lecture-note 1
 
Matrices Questions & Answers
Matrices Questions & AnswersMatrices Questions & Answers
Matrices Questions & Answers
 
Matrices y determinants
Matrices y determinantsMatrices y determinants
Matrices y determinants
 
Matrices & Determinants
Matrices & DeterminantsMatrices & Determinants
Matrices & Determinants
 
MATRICES
MATRICESMATRICES
MATRICES
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 

Viewers also liked

Managed services for SXE Installation
 Managed services for SXE Installation Managed services for SXE Installation
Managed services for SXE InstallationAmit Panchal
 
Methods of payment part 2
Methods of payment   part 2Methods of payment   part 2
Methods of payment part 2Dyann Barras
 
أعمال الجسور - Bridge Works
أعمال الجسور - Bridge Worksأعمال الجسور - Bridge Works
أعمال الجسور - Bridge WorksHussain Sbetan
 
Metodologia proyectos 7º.
Metodologia proyectos 7º.Metodologia proyectos 7º.
Metodologia proyectos 7º.Gustavo Bolaños
 
3Com 16-0134-000
3Com 16-0134-0003Com 16-0134-000
3Com 16-0134-000savomir
 
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5ºfloribella
 
El guion para multimedia
El guion para multimediaEl guion para multimedia
El guion para multimediaHugo Santander
 
أعمال المطارات - Airport Works
أعمال المطارات - Airport Worksأعمال المطارات - Airport Works
أعمال المطارات - Airport WorksHussain Sbetan
 
Construyamos juntos comunidades seguras.
Construyamos juntos comunidades seguras.Construyamos juntos comunidades seguras.
Construyamos juntos comunidades seguras.Gustavo Bolaños
 
1454099638cuadernillo de trabajo 5to
1454099638cuadernillo de trabajo 5to1454099638cuadernillo de trabajo 5to
1454099638cuadernillo de trabajo 5tofloribella
 
Макулатурнир
МакулатурнирМакулатурнир
Макулатурнирraduga1124
 
Chipotle final advertising project
Chipotle final advertising projectChipotle final advertising project
Chipotle final advertising projectKDingee123
 
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´G
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´GMANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´G
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´GMaribell Gallego Hernandez
 
Características do temperamento e suas influências
Características do temperamento e suas influênciasCaracterísticas do temperamento e suas influências
Características do temperamento e suas influênciasHelder Badiani
 
أعمال المساحة - Surveying Works
أعمال المساحة - Surveying Worksأعمال المساحة - Surveying Works
أعمال المساحة - Surveying WorksHussain Sbetan
 
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...Bob Thomas
 
History of the Barber-Surgeons
History of the Barber-SurgeonsHistory of the Barber-Surgeons
History of the Barber-SurgeonsClifford_Wong
 
El tutor de elearning
El tutor de elearningEl tutor de elearning
El tutor de elearningagustinabert
 

Viewers also liked (20)

Managed services for SXE Installation
 Managed services for SXE Installation Managed services for SXE Installation
Managed services for SXE Installation
 
Methods of payment part 2
Methods of payment   part 2Methods of payment   part 2
Methods of payment part 2
 
أعمال الجسور - Bridge Works
أعمال الجسور - Bridge Worksأعمال الجسور - Bridge Works
أعمال الجسور - Bridge Works
 
Metodologia proyectos 7º.
Metodologia proyectos 7º.Metodologia proyectos 7º.
Metodologia proyectos 7º.
 
3Com 16-0134-000
3Com 16-0134-0003Com 16-0134-000
3Com 16-0134-000
 
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º
1393510559 anexo unidad 1, 2, 3 unidades lecturas 5º
 
El guion para multimedia
El guion para multimediaEl guion para multimedia
El guion para multimedia
 
PROYECTO CAMPO VERDE
PROYECTO CAMPO VERDEPROYECTO CAMPO VERDE
PROYECTO CAMPO VERDE
 
أعمال المطارات - Airport Works
أعمال المطارات - Airport Worksأعمال المطارات - Airport Works
أعمال المطارات - Airport Works
 
Construyamos juntos comunidades seguras.
Construyamos juntos comunidades seguras.Construyamos juntos comunidades seguras.
Construyamos juntos comunidades seguras.
 
1454099638cuadernillo de trabajo 5to
1454099638cuadernillo de trabajo 5to1454099638cuadernillo de trabajo 5to
1454099638cuadernillo de trabajo 5to
 
Макулатурнир
МакулатурнирМакулатурнир
Макулатурнир
 
Chipotle final advertising project
Chipotle final advertising projectChipotle final advertising project
Chipotle final advertising project
 
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´G
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´GMANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´G
MANTENIMIENTO DE UN ARTEFACTO TECNOLÓGICO M´G
 
Características do temperamento e suas influências
Características do temperamento e suas influênciasCaracterísticas do temperamento e suas influências
Características do temperamento e suas influências
 
أعمال المساحة - Surveying Works
أعمال المساحة - Surveying Worksأعمال المساحة - Surveying Works
أعمال المساحة - Surveying Works
 
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...
Faulty by Design: A Psychological Examination of How Our Decisions Are Guided...
 
Ocet Act1 Uni2
Ocet Act1 Uni2Ocet Act1 Uni2
Ocet Act1 Uni2
 
History of the Barber-Surgeons
History of the Barber-SurgeonsHistory of the Barber-Surgeons
History of the Barber-Surgeons
 
El tutor de elearning
El tutor de elearningEl tutor de elearning
El tutor de elearning
 

Similar to Matrixprop

matrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdfmatrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdfShafaqMehmood2
 
chap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptchap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptadonyasdd
 
Section 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for everySection 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for everyjaved75
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Rai University
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To MatrixAnnie Koh
 
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridgealproelearning
 
dm_11_Matrices_MathInduction (1).pdf
dm_11_Matrices_MathInduction (1).pdfdm_11_Matrices_MathInduction (1).pdf
dm_11_Matrices_MathInduction (1).pdfSanjanaAdri
 
Definitions matrices y determinantes fula 2010 english subir
Definitions matrices y determinantes   fula 2010  english subirDefinitions matrices y determinantes   fula 2010  english subir
Definitions matrices y determinantes fula 2010 english subirHernanFula
 
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANKMatrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANKWaqas Afzal
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdfRohitAnand125
 

Similar to Matrixprop (20)

matrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdfmatrix-algebra-for-engineers (1).pdf
matrix-algebra-for-engineers (1).pdf
 
chap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.pptchap01987654etghujh76687976jgtfhhhgve.ppt
chap01987654etghujh76687976jgtfhhhgve.ppt
 
Section 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for everySection 7.5 version 2 AM new ppt for every
Section 7.5 version 2 AM new ppt for every
 
Ma3bfet par 10.5 31 julie 2014
Ma3bfet par 10.5 31 julie 2014Ma3bfet par 10.5 31 julie 2014
Ma3bfet par 10.5 31 julie 2014
 
Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -Bba i-bm-u-2- matrix -
Bba i-bm-u-2- matrix -
 
Business matrices 2
Business  matrices 2Business  matrices 2
Business matrices 2
 
7 4
7 47 4
7 4
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To Matrix
 
Matrices
MatricesMatrices
Matrices
 
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge9.matrices and transformation   Further Mathematics Zimbabwe Zimsec Cambridge
9.matrices and transformation Further Mathematics Zimbabwe Zimsec Cambridge
 
1560 mathematics for economists
1560 mathematics for economists1560 mathematics for economists
1560 mathematics for economists
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
dm_11_Matrices_MathInduction (1).pdf
dm_11_Matrices_MathInduction (1).pdfdm_11_Matrices_MathInduction (1).pdf
dm_11_Matrices_MathInduction (1).pdf
 
Definitions matrices y determinantes fula 2010 english subir
Definitions matrices y determinantes   fula 2010  english subirDefinitions matrices y determinantes   fula 2010  english subir
Definitions matrices y determinantes fula 2010 english subir
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
 
3.-Matrix.pdf
3.-Matrix.pdf3.-Matrix.pdf
3.-Matrix.pdf
 
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANKMatrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
Matrices ,Basics, Determinant, Inverse, EigenValues, Linear Equations, RANK
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdf
 
Ch4.pdf
Ch4.pdfCh4.pdf
Ch4.pdf
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 

Matrixprop

  • 1. 28 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES 1.4 More Matrix Operations and Properties In this section, we look at the properties of the various operations on matrices. As we do so, we try to draw a parallel between matrices and real numbers and the properties of the operations we use on them. We will see that there are many similarities, but also important di¤erences. It is important to understand these di¤erences. Some techniques we use with real numbers will not work with matrices. 1.4.1 Properties of the Standard Matrix Operations Having de…ned matrices, and some of the operations which can be performed on them, it is important to know the properties of each operation so we know how to manipulate matrices with these operations. We will prove some of the properties given in this section to illustrate the proofs techniques used. The remaining proofs will be left as exercises. As we do these proofs, it will be important to remember the de…nitions and various theorems studied. Some proofs will involve using the de…nitions and working on the entries of matrices. Other proofs will involve using results already derived. Properties of addition and subtraction With these two operations, matrices behave very much like real numbers. They have the same properties. Proposition 69 We assume that the sizes of the matrices involved are such that the operations listed are possible. The set of m n matrices with real coe¢ cients together with addition is an Abelian (commutative) group. That is, addition satis…es the following properties: 1. Addition is commutative that is A + B = B + A for any two matrices A and B in the set. 2. Addition is associative that is A + (B + C) = (A + B) + C for any matrices A; B; C in the set. 3. There exists an additive identity matrix, the m n matrix whose entries are all 00 s. If we denote this matrix by 0, then it has the following property: A + 0 = 0 + A = A. 4. Each matrix has an additive inverse. The additive inverse of A is A. It satis…es: A + ( A) = A + A = 0, where 0 is the zero matrix here. Proof. Since matrix addition/subtraction amounts to adding/subtracting cor- responding entries, these properties will follow from the same properties of real numbers. We prove part 1 and leave the other parts as exercises.
  • 2. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 29 1. Let A = [aij], B = [bij] and (A + B)ij denote the the ij entry of A + B. We need to prove that (A + B)ij = (B + A)ij. By de…nition, (A + B)ij = aij + bij = bij + aij (addition of real numbers is commutative) = (B + A)ij 2. See exercises. 3. See exercises. 4. See exercises. Remark 70 Properties 2-4 are the properties of a group. Remark 71 You should notice the similarity between the properties of matrices and real numbers. Properties of Scalar Multiplication Proposition 72 We assume that the sizes of the matrices involved are such that the operations listed are possible. The set of m n matrices with real coe¢ cients together with scalar multiplication satis…es the following properties: 1. 1A = A1 = A for every matrix A in the set. 2. (c1c2) A = c1 (c2A) for every scalar c1; c2 and every matrix A in the set. 3. c (A + B) = cA + cB for every scalar c and every matrix A and B in the set. 4. (c1 + c2) A = c1A + c2A for every scalar c1; c2 and every matrix A in the set. Remark 73 Propositions 69 and 72 imply that the set of m n matrices with real coe¢ cients together with addition and scalar multiplication is a vector space. We will study vector spaces in greater details in the chapters to come. Properties of Matrix Multiplication Several important properties real numbers have with multiplication are not shared by matrices. We begin with the identity element for matrix multiplication, called the identity matrix. It is a diagonal matrix with 10 s on its diagonal. It plays a role similar to 1 for multiplication of real numbers. Of course, there is an n n identity matrix for each value of n.
  • 3. 30 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES Proposition 74 Suppose that A is m n and recall that In denotes the n n identity matrix (diagonal matrix with 10 s on the diagonal). Then, AIn = A and ImA = A You will note that a di¤erent identity matrix was used (why?). Proof. Two matrices are equal when their corresponding entries are equal. We begin by introducing some notation. Let A = [aij], In = [bij]. Let [cij] = (AIn)ij, the ij entry of AIn. We need to show that cij = aij. We know by de…nition that bij = 0 if i 6= j and bii = 1. From the de…nition of the product of two matrices, we have cij = mX k=1 aikbkj = aij (why?) The second equality is proved the same way. Proposition 75 Let A, B and C be matrices with sizes such that the operations below are possible. Then, the following properties hold: 1. Matrix multiplication is associative, that is A (BC) = (AB) C. 2. With 0 denoting the zero matrix, 0A = A0 = 0. 3. Left distributive law: A (B + C) = AB + AC. 4. Right distributive law: (B + C) A = BA + CA. There are important properties which hold for real numbers but not for matrices. We list the most important ones. 1. Matrix multiplication is not commutative, though it is possible to …nd some matrices for which their product will be. This is easy to see. For example, if A is m n and B is n m, then AB is m m and BA is n n. AB and BAdo not even have the same size. 2. You may then ask, how about if A and B are such that AB and BA have the same size, for example both A and B could be n n. In most cases, AB and BA will still not be equal. Here is an example. 1 2 1 1 3 1 2 5 = 7 11 5 6 and 3 1 2 5 1 2 1 1 = 4 7 7 9 So, the two are not equal.
  • 4. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 31 3. The cancellation law does not hold. Recall for real numbers if ab = ac and c 6= 0 then a = b. This is used a lot when solving equations. This does not hold for matrices. Consider A = 0 1 0 2 B = 1 1 3 4 and C = 2 5 3 4 The reader can verify that AB = 0 1 0 2 1 1 3 4 = 3 4 6 8 and AC = 0 1 0 2 2 5 3 4 = 3 4 6 8 So that AB = AC yet A 6= B. 4. Another important property of real numbers is the principle of zero prod- ucts which states that the product of two real numbers is zero if and only if at least one of the factors is zero. It is possible for two non zero matrices to have a product equal to zero. Here is an example: 0 1 0 2 2 5 0 0 = 0 0 0 0 We …nish with an important theorem concerning the reduced row-echelon form of a matrix. Theorem 76 The reduced row-echelon form of an n n matrix either has at least a row of zeroes or is the identity matrix. Proof. This is an either or result. A common technique is to assume one of the conclusion is not true and show the other has to happen. If we assume the reduced row-echelon form has no rows consisting entirely of zeroes, then every row has a leading one. Since the matrix is n n, there will be n leading ones, staggered further to the right as we move down the matrix. Since no two rows can be the same, these leading ones have to be along the diagonal.
  • 5. 32 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES 1.4.2 Multiplicative Inverse of a Matrix Keeping with the parallel between real numbers and matrices, we know that every real number not equal to 0 has a multiplicative inverse. For matrices, it is not as simple. First, only square matrices have an inverse. Second, not every square matrix has an inverse. We begin with the de…nition of the inverse of a matrix. De…nition 77 Let A be an n n matrix. If there exists a matrix B, also n n such that AB = BA = In then B is called the multiplicative inverse of A. The multiplicative inverse of a matrix A is usually denoted A 1 . Remark 78 Note that the above de…nition also says that A is the inverse of B. Its is important to note that we only talk about inverses for square matrices. It is also important to understand that not every square matrix has an inverse. Proposition 79 If a matrix A has an inverse, then it is unique. Proof. See exercises at the end of the section. Example 80 The inverse of 2 4 1 2 3 3 2 1 1 3 6 3 5 is 2 4 9 4 3 4 1 17 4 3 4 2 7 4 1 4 1 3 5, to check this, we compute 2 4 1 2 3 3 2 1 1 3 6 3 5 2 4 9 4 3 4 1 17 4 3 4 2 7 4 1 4 1 3 5 = 2 4 1 0 0 0 1 0 0 0 1 3 5 and 2 4 9 4 3 4 1 17 4 3 4 2 7 4 1 4 1 3 5 2 4 1 2 3 3 2 1 1 3 6 3 5 = 2 4 1 0 0 0 1 0 0 0 1 3 5 Example 81 The matrix A = 1 0 3 0 does not have an inverse. We see this by showing that no matrix can be the inverse of A. If it did, it would also be a 2 2 matrix. Let B = a b c d . Then, we should have AB = BA = 1 0 0 1 . However, no matter what the entries of B are, we have BA = a b c d 1 0 3 0 = a + 3b 0 c + 3d 0 . Since the second column consists of zeroes, BA can never be the identity matrix.
  • 6. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 33 Finding the inverse of a matrix is a long and tedious process. In the next sections, we will develop a technique to do so. For 2 2 matrices, there is an easy answer. We give it as a theorem. Theorem 82 Let A = a b c d . Then A is invertible if ad bc 6= 0. In this case, A 1 = 1 ad bc d b c a Proof. We leave it to the reader to verify that AA 1 = A 1 A = I. Example 83 The inverse of 2 1 4 3 is 1 2 3 1 4 2 . We can check it by computing the product of the two. 1 2 2 1 4 3 3 1 4 2 = 1 0 0 1 and 1 2 3 1 4 2 2 1 4 3 = 1 0 0 1 We …nish this subsection with a theorem regarding the inverse of a product of matrices. Theorem 84 If A and B are two invertible matrices having the same size, then (AB) 1 = B 1 A 1 Proof. We need to show that (AB) B 1 A 1 = B 1 A 1 (AB) = I. (AB) B 1 A 1 = A BB 1 A 1 (associativity) = AIA 1 = AA 1 = I Similarly B 1 A 1 (AB) = B 1 A 1 A B = B 1 IB = B 1 B = I In fact, this result can be extended to a product of any number of matrices. The inverse of a product of matrices is the product of their inverses, in the reverse order
  • 7. 34 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES 1.4.3 Power of a Matrix Like with real numbers, we can de…ne the power of a square matrix. De…nition 85 If A is a square matrix, and n is a positive integer, then we de…ne the following: 1. A0 = I 2. An = AA A (n factors). 3. If A is invertible, then A n = A 1 n Example 86 Let A = 1 2 1 1 . Then A2 = 1 2 1 1 2 = 3 4 2 3 A3 = 1 2 1 1 3 = 7 10 5 7 Example 87 Let B = 1 0 1 1 . Then B2 = 1 0 1 1 2 = 1 0 2 1 B3 = 1 0 1 1 3 = 1 0 3 1 Can you guess, then prove what Bn is? The laws of exponents which hold for real numbers also hold for matrices. We give them as a theorem.
  • 8. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 35 Theorem 88 If A is a square matrix and r and s are two positive integers then Ar As = Ar+s Proof. See problems. Theorem 89 If A is an invertible square matrix then: 1. A 1 is invertible and A 1 1 = A. 2. An is invertible and (An ) 1 = A n for n = 0; 1; 2; 3. For any nonzero scalar k, (kA) is invertible and (kA) 1 = 1 k A 1 . Proof. We prove each result separately. 1. Since A has an inverse which is A 1 , we have: AA 1 = A 1 A = I. This also says that A is the inverse of A 1 in other words A 1 1 = A. Since the inverse is unique, the result follows. 2. See problems. 3. We prove it by veri…cation. (kA) 1 k A 1 = k 1 k AA 1 = AA 1 = I and 1 k A 1 (kA) = 1 k kA 1 A = A 1 A = I We can use these de…nitions and properties to extend to matrices concepts which apply to real numbers. We give two as examples. Example 90 (Matrix Polynomial) Let p (x) = a0 +a1x+a2x2 + +anxn . Let A be an n n matrix. We de…ne p (A) = a0I + a1A + a2A2 + + anAn
  • 9. 36 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES Example 91 (Exponential of a Matrix) Recall from Calculus II that the Taylor series for ex is ex = 1 + x + x2 2! + x3 3! + As we did above, we de…ne eA = I + A + 1 2! A2 + 1 3! A3 + The exponential of a matrix has applications in solving di¤erential equations. 1.4.4 Properties of the Transpose Theorem 92 Let A and B be two matrices with sizes such that the operations below are possible. Let k be any scalar. Then, the following is true: 1. AT T = A 2. (A B) T = AT BT 3. (kA) T = kAT 4. (AB) T = BT AT 5. If A is also invertible, then AT 1 = A 1 T Proof. We prove some of these results, the remaining ones are left as exercises. 1. Recall that if A = [aij] then AT ij = aji in other words, we switch the rows and columns which amounts to switching the indices. We want to show that AT T ij = aij. If A = [aij] then AT ij = aji (switch indices). Therefore, AT T ij = aij (switch indices again). 2. See problems 3. See problems 4. This one is a little bit more tricky, we show the proof. Let A = [aij] be m r and B = [bij] be r n. To prove that (AB) T = BT AT we need to prove the matrices have the same size and the same corresponding entries. Same size. AB will be an m n matrix, so (AB) T will be an n m matrix. BT will be an n r matrix and AT will be an r m matrix so that BT AT is an n m matrix. Thus (AB) T and BT AT have the same size.
  • 10. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 37 Same corresponding entries. Let (AB) T ij denote the ij entry of (AB) T and BT AT ij denote the ij entry of BT AT . We need to prove that (AB) T ij = BT AT ij . We have (AB) T ij = (AB)ji = aj1b1i + aj2b2i + ::: + ajrbri If we call AT ij = a0 ij and BT ij = b0 ij, we also have BT AT ij = b0 i1a0 1j + b0 i2a0 2j + + b0 ira0 rj = b1iaj1 + b2iaj2 + + briajr = aj1b1i + aj2b2i + + ajrbri So, we see the two are equal. 5. We prove it by veri…cation. We need to show that A 1 T AT = AT A 1 T = I. A 1 T AT = AA 1 T by #4 = IT = I and AT A 1 T = A 1 A T = IT = I Remark 93 The result of #4can be extended to a product of more than two matrices. The transpose of a product of matrices is the product of their transpose in reverse order. 1.4.5 Matrix Equations As mathematical objects, matrices can appear in equations the same way num- bers do. Equations involving matrices are solved in a similar way. In this section, we only look at equations of the form Ax = b where A is n n, x is n 1 and b is n 1. Solving the equation means …nding x such that the equation is satis…ed. When solving matrix equations, the following operations are permitted:
  • 11. 38 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES 1. Add the same matrix on each side of the equation. 2. Multiply each side of the equation by the same non-zero scalar. 3. Multiply each side of the equation by the same non-zero matrix. Let us assume for now that A has an inverse. Then, to solve Ax = b, we proceed as follows: Ax = b A 1 Ax = A1 b (multiply each side by the same matrix) Inx = A1 b (use the fact that A 1 A = In) x = A 1 b (property of the identity matrix) Of course, the above assumes that A has an inverse. Application: Linear System of Equation Written as a Matrix Equa- tion One technique used to solve a linear system of n equations in n variables is to write it as a matrix equation, then solve the matrix equation. It is easy to see that the above system is equivalent to the matrix equation Ax = b where A = 2 6 6 6 4 a11 a12 a1n a21 a22 a2n ... ... an1 an2 ann 3 7 7 7 5 x = 2 6 6 6 4 x1 x2 ... xn 3 7 7 7 5 b = 2 6 6 6 4 b1 b2 ... bn 3 7 7 7 5 A is called the coe¢ cient matrix, b is called the constant matrix. Therefore, the solution, when it exists, is x = A 1 b It should be noted that this is not the preferred way to solve a system. Finding the inverse of a matrix is di¢ cult and time consuming. There are better methods.
  • 12. 1.4. MORE MATRIX OPERATIONS AND PROPERTIES 39 Remark 94 With the notation of this section, the augmented matrix for a sys- tem can be denoted A j b = 2 6 6 6 4 a11 a12 a1n j b1 a21 a22 a2n j b2 ... ... ... ... j an1 an2 ann j bn 3 7 7 7 5 1.4.6 Problems on Sections 1. Finish proving proposition 74. 2. Prove proposition 79 that is prove that if a matrix has an inverse, then the inverse is unique. Hint: assume there are two inverses and show they are equal. 3. Finish proving the properties in propositions 69 and 72. 4. Finish proving proposition 75. 5. Think of problems in your areas of interest in which solving the problem would involve solving a linear system of equations. 6. Find Bn for any positive integer n for B = 1 0 1 1 . You must prove your claim. 7. Prove theorem 88. 8. Finish proving theorem 89. 9. Finish proving theorem 92. 10. On pages 48 - 51 of your book, do # 1, 4, 5, 6, 7, 8, 11, 13, 14, 15, 16, 17, 21, 29, 31.