0% found this document useful (0 votes)
27 views21 pages

Matrix Algebra

Introduction, types, operation and problems

Uploaded by

anuradha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views21 pages

Matrix Algebra

Introduction, types, operation and problems

Uploaded by

anuradha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 21

MATRIX ALGEBRA

2.1. INTRODUCTION OF MATRICES


DEFINITION 1
A rectangular arrangement of mxn numbers, in m row
s and n columns and enclosed with in a bracket is called a

matrix. We shall denote matrices by capital letters as A, B, C etc.

Remark: A matrix is not just a collection of elements but every


element has assigned a definite position in a particular row and
column.
2.2. SPECIAL TYPES OF MATRICES
SQUARE MATRIX
A matrix in which numbers of rows are equal to number of
columns is called a square
matrix.
Example:

DIAGONAL MATRIX

A square matrix A= is called a diagonal matrix if each of its


non-diagonal element is zero.

That is and at least one element .

1
Example:

IDENTITY MATRIX
A diagonal matrix whose diagonal elements are equal to 1 is
called identity matrix and denoted by .

That is

Example:

UPPER TRIANGULAR MATRIX


A square matrix said to be an Upper triangular matrix if
.
Example:

LOWER TRIANGULAR MATRIX


A square matrix said to be a Lower triangular matrix if.

Example:

2
SYMMETRIC MATRIX
A square matrix A= said to be a symmetric if
for all i and j.
Example:

SKEW-SYMMETRIC MATRIX
A square matrix A= said to be a skew-symmetric if
for all i and j.
Example:

ZERO MATRIX
A matrix whose all elements are zero is called as Zero Matrix and order
Zero matrix denoted by .

Example:

ROW VECTOR
A matrix consists a single row is called as a row vector or
row matrix.
Example:

3
COLUMN VECTOR
A matrix consists a single column is called a column vector or column
matrix.
Example:

2.3. MATRIX ALGEBRA


Equality of two matrices:
Two matrices A and B are said to be equal if
I. They are of same order.
II. Their corresponding elements are equal.
That is if A= then
for all i and j.
SCALAR MULTIPLE OF A MATRIX
Let k be a scalar the n scalar product of matrix A=
given denoted
by kA and given by kA = or

ADDITION OF TWO MATRICES


Let A = and are two matrices with same
order then sum of the two matrices are given by

Example: Let
and .
Find (i) 5B (ii) A+B (iii) 4A –2B (iv) 0A

4
MULTIPLICATION OF TWO MATRICES
Two matrices A and B are said to be confirmable for
product AB if number of
columns in A is equal to the number of rows in matrix B. Let A =
be two matrices the product matrix C= AB,

is matrix of order m r where

Example: Let
and
Calculate (i) AB (ii) BA
(iii) AB=BA?
INTEGRAL POWER OF MATRICES
Let A be a square matrix of order n, and m be positive
integer then we define
(m times multiplication)
PROPERTIES OF THE MATRICES
Let A, B and C are three matrices and are scalars then
1. Associative Law

2. Distributive law
3. Associative Law
4. Associative Law
5. Associative Law
6. Distributive law
TRANSPOSE
The transpose of matrix A = , written ( is the matrix
obtained by writing the rows of A in order as columns.

5
That is .

PROPERTIES OF TRANSPOSE

 =A

 =k for scalar k

Example:

, A is symmetric by the definition of symmetric

matrix.
Then

That is .
A square matrix A is said to be skew- symmetric if
Example:

(i) and are both symmetric.

(ii) is a symmetric matrix.

(iii) is a skew-symmetric matrix

(iv) If A is a symmetric matrix and m is any positive


integer then is also symmetric.

(v) If A is skew symmetric matrix then odd

6
integral powers of A is skew symmetric, while
positive even integral powers of A is
symmetric.
If A and B are symmetric matrices then
(vi) is symmetric.

(vii) is skew-symmetric.
Exercise: Verify the (i), (ii) and (iii) using the following matrix A

2.4. DETERMINANT, MINOR AND ADJOINT MATRICES


DEFINITION
Let A= be a square matrix of order n, then the number called
determinant of the matrix A.

(i) Determinant of 2 2 matrix


Let A= then = =
(ii) Determinant of 3 3 matrix

Let B=

Then =

Exercise: Calculate the determinants of the following matrices

(i) (ii)

7
PROPERTIES OF THE DETERMINANT
a. The determinant of a matrix A and its transpose are
equal.

b. Let A be a square matrix


(i) If A has a row(column)of zeros then
(ii) If A has two identical rows (or columns) then

c. If A is triangular matrix then is product of the


diagonal elements.

d. If A is a square matrix of order n and k is a scalar then

SINGULAR MATRIX
If A is square matrix of order n, the A is called singular
matrix when and non- singular otherwise.

MINOR AND COFACTORS


Let A = is a square matrix. Then denote a
sub matrix of A with order (n-1) (n-1) obtained by
deleting its row and column. The determinant is
called the minor of the element of A. The cofactor of
denoted by and is equal to .

Exercise: Let

(i) Compute determinant of A.


(ii) Find the cofactor matrix.

8
ADJOINT MATRIX
The transpose of the matrix of cofactors of the element
of A denoted by is called adjoin of matrix A.

Example: Find the adjoint matrix of the above example.


Theorem
For any square matrix A,
where I an identity
matrix of same order.
Proof: Let A =
Since A is a square matrix of order n, then also in same order.
Consider

then

Now consider the product

(as we know that and

when )

9
Where is unit matrix of order n.

Theorem: If A is a non-singular matrix of order n, then


Proof: By the theorem1

Theorem: If A and B are two square matrices of order n then

Proof: By the theorem 1

Therefore

Consider ,
10
…................(i)

Also consider

……………..(ii)

Therefore from (i) and (ii) we conclude that

Some results of adjoint

(i) For any square matrix A

(ii) The adjoint of an identity matrix is the identity


matrix.
(iii) The adjoint of a symmetric matrix is a symmetric
matrix.
2.5. INVERSE OF A MATRIX AND ELEMENTARY ROW
OPERATIONS
INVERSE OF A MATRIX
Definition
If A and B are two matrices such that ,then each is

11
said to be inverse of the other. The inverse of A is denoted by
.

Theorem: (Existence of the Inverse)


The necessary and sufficient condition for a square matrix A to
have an inverse is that (That is A is non-singular).

Proof:(i) The necessary condition


Let A be a square matrix of order n and B is inverse of it, then

Therefore .
(ii) The sufficient condition
If ,the we define the matrix B such that

Then

Similarly, =

Thus hence B is inverse of A and is given by


Theorem: (Uniqueness of the Inverse)
Inverse of a matrix if it exists is unique.

Proof: Let B and C are inverses of the matrix A then

12
and

Example: Let find

Theorem: (Reversal law of the inverse of product)


If A and B are two non-singular matrices of order n, then (AB) is
also non-singular and
.
Proof
Since A and B are non-singular , therefore
,then . Consider

…………(1)
Similarly,
…………..(2)
From (1)and(2)
=

Therefore, by the definition and uniqueness of the inverse

Corollary: If are non-singular matrices of order n, then


.

Theorem: If A is a non-singular matrix of order n then .

13
Proof: Since Therefore the matrix is non-
singular and
exists.
Let
Taking transpose on both sides we get

Therefore

That is .
Theorem: If A is a non-singular matrix, k is non-zero scalar, then
.
Proof: Since A is non-singular matrix exits.
Let consider

Therefore is
inverse of
By uniqueness if inverse
Theorem: If A is a non-singular matrix then

.
Proof: Since A is non-singular matrix, exits and we have

Therefore

Then

14
ELEMENTARY TRANSFORMATIONS
Some operations on matrices called as elementary
transformations. There are six types of elementary transformations, three
of them are row transformations and other three of them are column
transformations. There are as follows

(i) Inter change of any two rows or columns.


(ii) Multiplication of the elements of any row (or
column) by an on zero number k.
(iii) Multiplication to elements of any row or
column by a scalar k and addition of it to the
corresponding elements of any other row or
column.

We adopt the following notations for above transformations


(i) Interchange of ith row and jth row is denoted by
.
(ii) Multiplication by k to all elements in the i th row
.
Multiplication to elements of jth row by k and
(iii)
adding them to the corresponding elements of
ith row is denoted by .
EQUIVALENT MATRIX
A matrix B is said to be equivalent to a matrix A if B can be
obtained from A, by for forming finitely many successive elementary
transformations on a matrix A denoted by A~B.

RANK OF A MATRIX
Definition:
A positive integer ‘r’ is said to be the rank of a non-zero
matrix A if
(i) There exists at-least one non-zero minor of order
15
of A and
(ii) Every minor of order greater than r of A is zero.
The rank of a matrix A is denoted by .

ECHELON MATRICES
Definition:
A matrix is said to be echelon form (echelon matrix) if the
number of zeros preceding the first non-zero entry of a row increasing
by row until zero rows remain.
In particular an echelon matrix is called a row reduced echelon
matrix if the distinguished elements are

(i) The only non-zero elements in their respective


columns.
(ii) Each equal to 1.
Remark: The rank of a matrix in echelon form is equal to the number of
non-zero rows of the matrix.
Example:
Reduce following matrices to row reduce echelon form

(i)

(ii)

2.6. SOLUTION OF SYSTEM OF LINEAR EQUATION


BY MATRIX METHOD
SOLUTION OF THE LINEAR SYSTEM AX=B
We now study how to find the solution of system of m linear equations in
n unknowns.

16
Consider the system of equations in unknowns
as

is called system of linear equations with n unknowns


.
If the constants are all zero then the system is said to
be homogeneous type.

The above system can be put in the matrix form as

AX=B

Where X= B=

The matrix is called coefficient matrix, the matrix X is


called matrix of unknowns and B is called as matrix of constants, matrices
X and B of order r .

Definition:(consistent)
A set of values of which satisfy all these
equations simultaneously is called the solution of the system. If the
system has at least one solution then the equations are said to be
consistent otherwise they are said to be inconsistent.

Theorem:
A system of m equations in n unknowns represented by the
matrix equation AX=B is consistent if and only if . That is
the rank of matrix A is equal to rank of augment matrix ( )

17
Theorem:
If A be a non-singular matrix, X be an matrix and B be an
matrix then the system of equations AX= B has a unique solution.
(1)

Consistent if Inconsistent if

Unique solution if r=n Infinite solution if r<n

(2)

If Trivial solution If Infinite solutions


Therefore, every system of linear equations solution under one of the
following:
(i) There is no solution
(ii) There is a unique solution
(iii) They are more than one solution
Methods of solving system of linear Equations:
Method of inversion:
Consider the matrix equation
Where
Pre-multiplying by ,we have

Thus ,has only one solution if and is given by .

18
Using Elementary row operations: (Gaussian Elimination)
Suppose the coefficient matrix is of the type . That is we
have m equations in n unknowns Write matrix and reduce it to
Echelon augmented form by applying elementary row transformations
only
Example: Solve the following system of linear equations
using matrix method
(ii)

Example: Determine the values of a so that the following system in

unknowns x,y and z has


(i) No solutions
(ii) More than one solution
(iii) A unique solution

2.7. EIGEN VALUES AND EIGEN VECTORS


If A is a square matrix of order n and X is a vector in , (X
considered as column matrix), we are going to study the properties
of non-zero X, where AX are scalar multiples of one another. Such
vectors arise naturally in the study of vibrations, electrical systems,
genetics, chemical reactions, quantum Mechanics, economics and
geometry.
Definition
If A is a square matrix of order n, then a non-zero vector X in is

19
called eigenvector of A if for some scalar . The scalar is
called an eigen value of A, and X is said to be an eigenvector of A
corresponding to .
Remark: Eigen values are also called proper values or characteristic
values.
Example: The vector is an eigen vector of A=
Theorem: If A is a square matrix of order n and is a real number, then
is an eigen value of A if and only if .

Proof: If is an eigen value of A, they exist a non-zero X a vector in


such that .

Where I an identity matrix of order n.

The equation has trivial solution when if and only if . The


equation has non-zero solution if and only if = 0.

Conversely, if =0 then by the result there will be a non-zero


solution for the equation,

That is, there will a non-zero X in such that ,which shows that
is an eigen value of A.
Example: Find the eigen values of the matrixes

(i) A= (ii)B

Theorem:

20
If A is an matrix and is a real number, then the following are
equivalent:

(i) is an eigen value of A.

(ii) The system of equations has non-trivial


solutions.

(iii) There is a non-zero vector X in such that .

(iv) Is a solution of the characteristic equation =0

21

You might also like