chapter 2
chapter 2
MATRICES
Theorem 1.3.6 is very useful due to the following reasons:
2. It may be possible to block the matrix in such a way that a few blocks are either identity matrices
or zero matrices. In this case, it may be easy to handle the matrix product using the block form.
3. Or when we want to prove results using induction, then we may assume the result for r × r
submatrices and then look for (r + 1) × (r + 1) submatrices, etc.
" # a b
1 2 0
For example, if A = and B = c d , Then
2 5 0
e f
" #" # " # " #
1 2 a b 0 a + 2c b + 2d
AB = + [e f ] = .
2 5 c d 0 2a + 5c 2b + 5d
0 −1 2
If A = 3 1 4 , then A can be decomposed as follows:
−2 5 −3
0 −1 2 0 −1 2
A= 3 1 4 , or A = 3 1 4 , or
−2 5 −3 −2 5 −3
0 −1 2
A= 3 1 4 and so on.
−2 5 −3
Exercise 1.3.7 1. Compute the matrix product AB using the block matrix multiplication for the matrices
1 0 0 1 1 2 2 1
0 1 1 1 1 1 2 1
A= and B = .
0 1 1 0 1 1 1 1
0 1 0 1 −1 1 −1 1
" #
P Q
2. Let A = . If P, Q, R and S are symmetric, what can you say about A? Are P, Q, R and S
R S
symmetric, when A is symmetric?
1.4. MATRICES OVER COMPLEX NUMBERS 17
3. Let A = [aij ] and B = [bij ] be two matrices. Suppose a1 , a2 , . . . , an are the rows of A and
b1 , b2 , . . . , bp are the columns of B. If the product AB is defined, then show that
a1 B
a2 B
AB = [Ab1 , Ab2 , . . . , Abp ] = .
.
..
an B
[That is, left multiplication by A, is same as multiplying each column of B by A. Similarly, right
multiplication by B, is same as multiplying each row of A by B.]
Definition 1.4.1 (Conjugate Transpose of a Matrix) 1. Let A be an m×n matrix over C. If A = [aij ]
then the Conjugate of A, denoted by A, is the matrix B = [bij ] with bij = aij .
" #
1 4 + 3i i
For example, Let A = . Then
0 1 i−2
" #
1 4 − 3i −i
A= .
0 1 −i − 2
Exercise 1.4.3 1. Give examples of Hermitian, skew-Hermitian and unitary matrices that have entries
with non-zero imaginary parts.
4. Show that if A is a complex triangular matrix and AA∗ = A∗ A then A is a diagonal matrix.
18 CHAPTER 1. MATRICES
Chapter 2
2.1 Introduction
Let us look at some examples of linear systems.
a1 x + b1 y = c1 and a2 x + b2 y = c2 ,
the set of solutions is given by the points of intersection of the two lines. There are three cases to
be considered. Each case is illustrated by an example.
Remark 2.2.2 Observe that the ith row of the augmented matrix [A b] represents the ith equation
and the j th column of the coefficient matrix A corresponds to coefficients of the j th variable xj . That
is, for 1 ≤ i ≤ m and 1 ≤ j ≤ n, the entry aij of the coefficient matrix A corresponds to the ith equation
and j th variable xj ..
For a system of linear equations Ax = b, the system Ax = 0 is called the associated homogeneous
system.
Definition 2.2.3 (Solution of a Linear System) A solution of the linear system Ax = b is a column vector
y with entries y1 , y2 , . . . , yn such that the linear system (2.2.1) is satisfied by substituting yi in place of xi .