A7003 (LAO) Handout - 1
A7003 (LAO) Handout - 1
A matrix is a collection of number (real or complex) arranged in the form of a rectangular array
am1 am 2 amn mxn
The horizontal lines are called rows and vertical lines are called columns. The order of matrix A is mxn .
i) Row Matrix: A matrix having only one row and any number of columns is called a row
matrix. A 1 2 31x3
ii) Column Matrix: A matrix having only one column and any number of rows is called a
1
column matrix. A 4
0 3x1
iii) Null / Zero Matrix: A matrix of any order having all its elements are zero, is called null /
zero matrix.
iv) Rectangular Matrix: A matrix of order mxn ,such that m n , is called rectangular
matrix.
v) Square Matrix: A matrix of order mxn ,such that m n ,is called square matrix.
vi) Diagonal matrix : A square matrix A [aij ]nxn is called a diagonal matrix, if all the
elements except those in the leading diagonals are zero,i.e aij 0 for i j .It can be
vii) Scalar Matrix: A square matrix in which every non-diagonal elementis equal, is called the
scalar matrix, aij 0 for i j and aij k for i j
ix) Upper Triangular Matrix: A square matrix A [aij ]nxn is called a upper triangular
x) Lower Triangular Matrix: A square matrix A [aij ]nxn is called a upper triangular
xi) Submatrix:A matrix which is obtained from a given matrix by deleting any number of rows
or columns or both is called a submatrix of the given matrix.
xii) Equal Matrices: Two matrices A and B are said to be equal, if both the matrices are having
same order and corresponding elements are equal.
xiii) Principal Diagonal of a Matrix. In a square matrix, the diagonal form the first element of
the first row to the last element of the last row is called the principal diagonal of a matrix.
1 2 3
eg. If A 7 6 5 ,then principal diagonal of A is 1,6,9
4 8 9
xiv) Singular Matrix:A square matrix A is said to be singular matrix, if determinant of A denoted
Algebra of Matrices
Let A and B be two matrices each of order mxn .Then, the sum of matrices A B is defined only if
matrices are of same order. If A [aij ]mxn and B [bij ]mxn .Then, A B [aij bij ]mxn .
i) Commutative Law: A B B A
ii) Associative Law: A ( B C ) ( A B) C
iii) Existence of Additive Identity: A zero matrix (0) of order mxn (same as of A), is additive
identity, if A 0 A 0 A
iv) Existence of Additive Inverse: If A is a square matrix, then the matrix A is called
additive inverse, if A A 0 A A
v) Cancellation Law: A B A C B C [left cancellation law]
B A C A B C [Right cancellationlaw]
Let A and B be two matrices of same order mxn .Then, the subtraction of matrices , A B is defined
as A B [aij bij ]mxn ,where A [aij ]mxn and B [bij ]mxn .
Let A [aij ]mxn be a matrix and k be any scalar .Then the matrix obtained by multiplying each
element of A by k is called the scalar multiple of A by k and is denoted by Ak defined as
kA [kaij ]mxn
i) k ( A B ) kA kB
ii) (k1 k2 ) A k1 A k2 A
iii) k1k2 A k1 (k2 A) k2 (k1 A)
iv) (k1 ) A (kA) k ( A)
Let A [aij ]mxn and B [bij ]nxp are two matrices such that the number of columns of A is equal to the
n
number of rows of B then multiplication of A and B is denoted by AB is given by C a
k 1
b
ik kj
i) An1 An . A where n N
Dept. of Freshman Engineering Page 3 of 4
ii) Am . An Amn
iii) ( Am )n Amn m, n N
1.4. Matrix polynomial:
Let f ( x) a0 x n a1 x n 1 a2 x n 2 an then
f ( A) a0 An a1 An 1 a2 An 2 an I n is called matrix of polynomial
1.5.Transpose of a matrix:
Let A [aij ]mxn be a matrix of order mxn then the nxm matrix obtained by interchanging the rows and
i) ( A) A
ii) ( A B) A B
iii) ( kA) kA
iv) ( AB) BA
v) ( An ) ( A)n
vi) ( ABC ) C BA