Dips Matrices Notes
Dips Matrices Notes
1.1. MATRIX
A matrix over a field F is a collection of mn elements of a field F arranged in the form of
a rectangular array having m rows and n columns and called an m n matrix over the
field F . The matrix is called real matrix or complex matrix according as the field is of
real numbers or complex numbers.
In the element a ij the first suffix i will always denote the row and the second suffix j
, the column in which the element occurs.
1. Addition: Let A and B be two matrices of the same type m n . Then their sum
A B is defined to be the matrix of the type m n obtained by adding the
corresponding elements of A and B .
If two matrices A and B are of the same size, they are said to be conformable
for addition, if the matrices A and B are not of the same size, we cannot find
their sum.
A B B A.
(iv) Existence of additive inverse: Let A aij m n ,then the negative of the matrix A is
defined as the matrix aij m n and is denoted by A .
(v) Cancellation laws hold good in the case of addition of matrices: If A, B , C are
three m n matrices, then
2. Scalar Multiplication: Let A be any m n matrix and k any element from field (called
scalar). The m n matrix obtained by multiplying every element of the matrix A by k is
called the scalar multiple of A by k and is denoted by kA or Ak . Symbolically, if
A aij , then kA Ak kaij .
m n m n
3. Matrix multiplication: Let A aij m n and B bij n p be two matrices then their
n
product AB is a m p matrix C c ij m p such that c ij aik bkj ai1b1 j a12b2 j ... ain bnj .
k 1
The product AB of two matrices A and B exists if and only if the number of
columns in A is equal to the number of rows in B . Two such matrices are said
to be conformable for multiplication.
If the product AB exists, then it is not necessary that the product BA will also
exist.
(a) Wherever AB exist, it is not always necessary that BA should also exist.
(b) Wherever AB and BA both exist, it is always not necessary that they should be
matrices of the same size.
(c) Whenever AB and BA both exist and are matrices of the same size, it is not
necessary that AB BA .
The matrices A and B are said to commute if AB BA . If AB BA , the matrices A
and B are said to anti-commute.
(iv) If A be any m n matrix and On p be an n p matrix with all entries zero, then
AOn p O m p where Om p is an m p matrix with all entries zero,similarly if Om n be a
m n matrix with all entries zero and A be any n p matrix, then Om n A Om p .
(v) The equation AB O does not necessarily imply that at least one of the matrices A
and B must be a zero matrix.
(vi) In the case of matrix multiplication if AB O , then it does not necessarily imply
that BA O .
(vii) If A be a m n matrix and I n denotes the n-rowed unit matrix (defined on next
page), it can be easily seen that AI n A I m A .
Let A aij mn , B bij n p and R1, R 2 ,..., Rm be the rows of A and C1 , C 2 ,..., C p be the columns
of B then
AB C1 C 2 C P
R RmC1 RmC 2 RmC p
m
b1 j
b2 j
Where RiC j ai1 ai 2 ain
bnj
2. Diagonal Matrix: A square matrix A aij n n whose elements above and below the
principal diagonal are all zero i.e. aij 0 for i j , is called a diagonal matrix.
An n-rowed diagonal matrix whose diagonal elements in order and d1 , d2 , d3 ,..., dn will
often be denoted by the symbol Diag d1 , d 2 ,..., dn or d d1 , d2 ,..., dn .
3. Scalar Matrix: A diagonal matrix whose diagonal element are all equal is called a
scalar matrix.
4. Unit Matrix or Identity Matrix: A square matrix each of whose diagonal elements
is 1 and each of whose non– diagonal elements is equal to zero is called a unit
matrix or an identity matrix and is denoted by I , I n will denote a unit matrix of order
n. Thus a square matrix A aij is a unit matrix if aij 1 when i j and aij 0 when
i j.
5. Null Matrix or Zero Matrix: The m n matrix whose elements are all 0 is called the
null matrix (or zero matrix) of the type m n . It is usually denoted by O or more
6. Row Matrices or Column matrices: Any 1 n matrix which has only one row and n
columns is called a row matrix or a row vector. Similarly any m 1 matrix which has
m rows and only one column is a column matrix or a column vector.
7. Equal matrices: Two matrices A aij and B bij are said to be equal if they are of
the same size and the elements in the corresponding places of the two matrices are
the same i.e., a ij bij for each pair of subscripts i and j .If two matrices A and B are
equal, we write A B .
8. Triangular Matrix:
(i) Upper Triangular Matrix : A square matrix A aij is called an upper triangular
matrix if aij 0 wherever i j .
(ii) Lower Triangular Matrix: A square matrix A aij is called a lower triangular
matrix if aij 0 whenever i j .
Solution: Let A aij n n and B b jk n n be two triangular matrices each of order n . Then
aij 0 when i j and b jk 0 when j k .
n
Let AB c ik n n , where c ik aij b jk .
j 1
Suppose that i k .
Thus c ik 0 whenever i k .
b11 0 0 0
a11 a12 a1n 0 b
a 0 0
12
a a
i.e. A 21 22 2n
and D 0 0 0 0 be a diagonal matrix of order n .
a a a
n1 n2 nn 0 0 0 bnn
bnn an1 bnn an 2 bnn ann
Thus in the product DA the first row of A has been multiplied by the corresponding
diagonal element b11 of the first row of D and so on.
For this it is obvious that in the product AD the first column of A has been multiplied
by the corresponding diagonal element b11 of the first column of D and so on.
Second Part: Let A aij n n commute with the diagonal matrix D of order n having its
diagonal elements all distinct. Let D d b11 ,..., bnn
Problem: If a diagonal matrix is commutative with every matrix of the same order then
it is necessarily a scalar matrix.
Solution: Let D d b11 , b22 ,..., bnn be a diagonal matrix of order n . Let A aij n n be any
square matrix of order n .
Since A is any square matrix of order n , therefore we can take aij 0 . Therefore we
must have bii b jj 0 or bii b jj for each i and j .
Thus the diagonal elements of D are all equal. Therefore D is a scalar matrix.
Properties of Trace
(i) tr A trA
(ii) tr A B tr A trB
(iii) tr AB tr BA
a
2
(v) For a matrix A [aij ]nn , tr ( At A) tr ( AAt ) ij .
i, j
2. Transpose of a Matrix: Let A aij m n then the n m matrix obtained from A by
changing its rows into columns and its column into rows is called the transpose of
A and is denoted by the symbol At or AT .
Properties of Transpose
(i) A t t
A
A B
t
(ii) At B t , A and B being of the same size.
3. Conjugate of a matrix: The matrix obtained from any given matrix A on replacing
its elements by the corresponding conjugate complex number is called the
conjugate of A and is denoted by A .
Thus if A aij m n , then A aij m n where a ij denotes the conjugate complex of a ij .
If A be a matrix over the field the real number, then obviously A coincides with A .
Properties of Conjugate
(i) A A
(ii) A B A B
(ii) A A
If A and B are symmetric matrices, then show that AB is symmetric if and only if
A and B commute i.e. AB BA .
t t
If A be any matrix, then prove that AA and A A are both symmetric matrices.
i, j .
2aii 0 or aii 0 .
Every square matrix is uniquely expressible as the sum of a symmetric matrix and
1
a skew-symmetric matrix using A
2
A At 12 A At .
element of A is equal to the conjugate of the j , i element of A i.e. if aij a ji for all
th
i,j.
A Hermitian matrix over the field of real numbers is nothing but a real symmetric
matrix.
1
Every Hermitian matrix A can be written as A B iC where B A A is real
2
1
and symmetric and C A A is real and skew-symmetric using
2i
1
A
2
A A 21i A A .
If A is Hermitian, such that A 2 O , then A O , where O is the zero matrix.
The diagonal elements a skew – Hermitian matrix must be pure imaginary numbers
or zero.
Every square matrix is uniquely expressible as the sum of a Hermitian matrix and a
1 1
skew-Hermitian matrix using A
2
A A A A .
2
d d1 , d2 ,..., dn , d1, d2 ,..., dn 0,1 are the only Idempotent diagonal matrix of order n.
1 a
The matrix is Idempotent for every a .Thus there are infinite Idempotent
0 0
matrices.
1 a
The matrix is Involutory for every a .Thus there are infinite Involutory
0 1
matrices.
ab b2
The matrix A ,where a , b ,is the only nilpotent matrix of order 2.
a ab
2
t 1
If A is an orthogonal matrix, then A and A are also orthogonal.
A unitary matrix over the field of real number is orthogonal i.e. a real unitary
matrix is an orthogonal matrix.
If A and B are normal with AB = BA, then both AB and A + B are also normal.
Here, Sn denotes that set (in fact, a group) of all bijections from the set of integers
( j ) (i )
1,...,n to itself and sgn is the signature of , defined by sgn (which is
1i j n j i
+1 or -1) .
If the product of two non-zero square matrices is a zero matrix, then both of them
must be singular matrices.
EXAMPLE:
a a
(i) For A 11 12 , det A sgn I a11a22 sgn(12)a12a 21 a11a 22 a12a21 .
a 21 a 22
a11a22a 33 a12a 23a31 a13a21a 32 a13a 22a 31 a12a 21a 33 a11a 23a 32 .
Properties of Determinant:
(iii) If any two rows (or two columns) of a determinant are interchanged, the value of
the determinant is multiplied by -1.
(iv) If all the elements of one row (or one column) of a determinant are multiplied by
the same number k , the value of the new determinant is k times the value of the
given determinant.
(v) If all the element of a row (or a column) of a determinant are zero, the value of
the determinant is zero.
(vii) If two rows (or two columns) of a determinant are identical, the value of the
determinant is zero.
det A det( A) as At A
det A det A
det A 0
n n
(iii) a A
i 1
ij kj 0 for i k (iv) a A
i 1
ij ik 0 for j k
Sometimes the adjoint of a matrix is also called the adjugate of the matrix.
n n n
a1 j Aj1 a1 j Aj 2 a Ajn
1j
j 1 j 1 j 1
| A | 0 0
n n n
a2 j Aj1 a Aj 2 a2 j A jn 0 | A | 0
[Link] j 1
2j
| A | I n
j 1 j 1
n n n
0 0 | A |
a A anj A jn
nj j1 a nj Aj 2
j 1 j 1 j 1
[Link] adjA. A | A | I n
As [Link] adjA. A | A | I n
| [Link] ||| A | I n |
| adjA || A |n 1
It we take adj A in place of A , then (1) gives adjA adj (adj A ) adjA I n
n 1
adj A adj adj A A
n 1
In as adj A A
A I n adj (adjA ) A
n 1
A
n 2
adj adj A A A as A is non-singular.
A 0 adj A 0
If , prove that .
If A and B are square matrices of the same order, then adj AB adj B .adj A .
1
Now as [Link] adjA. A | A | I n , so if | A | 0 then A1 adjA .
| A|
In short the rank of a matrix is the order of any highest order non-vanishing minor
of the matrix.
Thus the rank of every non-singular matrix of order n is n as it has no minor of size
n 1 . The rank of a square matrix A of order n can be less than n if and only if A is
singular i.e., det A 0 .
The rank of the transpose of a matrix is the same as that of the original matrix.
The rank of a product of two matrices cannot exceed the rank of either matrix.
( A B ) ( A) ( B )
( A B ) | ( A) ( B ) |
1 0 0 1
For example if A and B then ( AB) 1 but ( BA) 0 .
0 0 0 0
Solution:
A Adj A A I n An
(ii) If the rank of A is n 1 , then at least one minor of order n 1 of the matrix A is not
equal to zero. Therefore the matrix adjA . A will be a non-zero matrix and thus the
rank of the matrix adjA will be greater than zero.
n 1 (adjA ) n
(adjA ) 1
Hence (A ) 1 .
(iii) If the rank of A is less than n 1 , then all minors of order n 1 of the matrix A will
be zero. Therefore the matrix adjA will be a zero matrix and hence (adjA ) will be
zero.
rs rs .
1
Let A be an m n matrix.
Matrices A and B of the same size are said to be row equivalent if one can be
obtained from the other by elementary row operations.
(b) The leading entry, that is, the first nonzero entry of each nonzero row is 1.
(c) If the first t rows are nonzero, and the leading entry of each i th row is at the
ki th column, for i 1,..., t , then all other entries of ki th column are zero and
ki ki 1 , i 2,..., t .