Processing math: 100%
Skip to main content

Matrices - Notes, Concept and All Important Formula

MATRICES

1. INTRODUCTION:

A rectangular array of mn numbers in the form of m horizontal lines (called rows) and n vertical lines (called columns), is called a matrix of order m by n, written as m×n matrix. In compact form, the matrix is represented by A=[ai]mx




2. SPECIAL TYPE OF MATRICES :

(a) Row Matrix (Row vector) : A=[a11,a12,.a1n] i.e. row matrix has exactly one row.
(b) Column Matrix (Column vector) : A=[a11a21:am1] i.e. columr matrix has exactly one column.
(c) Zero or Null Matrix : (A=Om×n), An m×n matrix whose all entries are zero.
(d) Horizontal Matrix : A matrix of order m×n is a horizontal matrix if n>m.
(e) Vertical Matrix : A matrix of order m×n is a vertical matrix if m>n
(f) Square Matrix : (Order n) If number of rows = number of column, then matrix is a square matrix.

Note :
(i) The pair of elements aij & ain  are called Conjugate Elements.
(ii) The elements a11,a22,a33,.am are called Diagonal Elements. The line along which the diagonal elements lie is called "Principal or Leading diagonal". The quantity aii= trace of the matrix written as, tr(A)



3. SQUARE MATRICES :

SQUARE MATRICES
Note :
(i) Minimum number of zeros in triangular matrix of order n =n(n1)/2
(ii) Minimum number of zeros in a diagonal matrix of order n =n(n1)
(iii) Null square matrix is also a diagonal matrix.



4. EQUALITY OF MATRICES :

Matrices A=[aii] & B=[bij] are equal if,
(a) both have the same order.
(b) aij=biij for each pair of i & j.



5. ALGEBRA OF MATRICES :

(I) Addition : A+B=[aij+bij] where A & B are of the same order.

(a) Addition of matrices is commutative: A+B=B+A
(b) Matrix addition is associative: (A+B)+C=A+(B+C)
(c) A+O=O+A (Additive identity)
(d) A+(A)=(A)+A=O (Additive inverse)

(II) Multiplication of A Matrix By A Scalar:

If A=[abcbcacab], then kA=[kakbkckbkckakckakb]

(III) Multiplication of matrices (Row by Column):

Let A be a matrix of order m×n and B be a matrix of order p ×q then the matrix multiplication AB is possible if and only if n=p

Let Am×n=[aij] and Bn×p=[bij], then order of AB is m×p & (AB)ij=nr=1airbrj

(IV)Properties of Matrix Multiplication:

(a) AB=OA=O or B=O (in general)
Note :
If A and B are two non-zero matrices such that AB=O, then A and B are called the divisors of zero. If A and B are two matrices such that
(i) AB=BA then A and B are said to commute
(ii) AB=BA then A and B are said to anticommute
(b) Matrix Multiplication Is Associative :
If A,B & C are conformable for the product AB & BC, then (AB)C=A(BC)
(c) Distributivity :
A(B+C)=AB+AC] Provided A,B & C are conformable (A+B)C=AC+BC for respective products

(V) Positive Integral Powers of A square matrix :

(a) AmAn=Am+n
(b) (Am)n=Amn=(An)m
(c) Im=I,m,nN



6. CHARACTERISTIC EQUATION:

Let A be a square matrix. Then the polynomial in x,|AxI| is called as characteristic polynomial of A & the equation |AxI|=0 is called characteristic equation of A




7. CAYLEY - HAMILTON THEOREM :

Every square matrix A satisfy its characteristic equation i.e. a0xn+a1xn1+..+an1x+an=0 is the characteristic equation of matrix A, then a0An+a1An1+..+an1A+anI=0




8. TRANSPOSE OF A MATRIX : (Changing rows & columns)

Let A be any matrix of order m×n. Then transpose of A is AT or A of order n×m and (AT)ij=(Aji).

Properties of transpose :

If AT &  BT denote the transpose of A and B
(a) (A+B)T=AT+BT; note that A &  B have the same order.
(b) (AB)T=BTAT (Reversal law) A &  B are conformable for matrix product AB
(c) (AT)T=A
(d) (kA)T=kAT, where k is a scalar.
General: (A1A2,.An)T=ATnAT2AT1 (reversal law for transpose)



9. ORTHOGONAL MATRIX

A square matrix is said to be orthogonal matrix if AAT=I

Note :
(i) The determinant value of orthogonal matrix is either 1 or 1. Hence orthogonal matrix is always invertible
(ii) AAT=I=ATA. Hence A1=AT.



10. SOME SPECIAL SQUARE MATRICES :

(a) Idempotent Matrix : A square matrix is idempotent provided A2=A.

For idempotent matrix note the following:
(i) An=AnN
(ii) determinant value of idempotent matrix is either 0 or 1
(iii) If idempotent matrix is invertible then it will be an identity matrix i.e. I.

(b) Periodic Matrix : A square matrix which satisfies the relation Ak+1=A, for some positive integer K, is a periodic matrix. The period of the matrix is the least value of K for which this holdstrue.
Note that period of an idempotent matrix is 1 .

(c) Nilpotent Matrix : A square matrix is said to be nilpotent matrix of order m,mN, if Am=O,Am1O
Note that a nilpotent matrix will not be invertible.

(d) Involutary Matrix : If A2=I, the matrix is said to be an involutary matrix.
Note that A=A1 for an involutary matrix.

(e) If A and B are square matrices of same order and AB=BA then
(A+B)n=nC0 An+nC1 An1 B+nC2 An2 B2+..+nCnBn



11. SYMMETRIC & SKEW SYMMETRIC MATRIX :

(a) Symmetric matrix :

For symmetric matrix A=AT i.e. aij=aji,j
Note : Maximum number of distinct entries in any symmetric matrix of order n is n(n+1)2.

(b) Skew symmetric matrix :

Square matrix A=[aij] is said to be skew symmetric if AT=A i.e. aii =aiii&j. Hence if A is skew symmetric, then aii=aiiaii=0i
Thus the diagonal elements of a skew square matrix are all zero, but not the converse.

(c) Properties of symmetric & skew symmetric matrix :

(i) Let A be any square matrix then, A+AT is a symmetric matrix & AAT is a skew symmetric matrix.
(ii) The sum of two symmetric matrix is a symmetric matrix and the sum of two skew symmetric matrix is a skew symmetric matrix.

(iii) If A & B are symmetric matrices then,
(1) AB+BA is a symmetric matrix
(2) ABBA is a skew symmetric matrix.

(iv) Every square matrix can be uniquely expressed as a sum or difference of a symmetric and a skew symmetric matrix.
A=12( A+AT)symmetric +12( AAT)skew symmetric  and A=12( AT+A)12( ATA)



12. ADJOINT OF A SQUARE MATRIX :

Let A=[aij]=(a11a12a13a21a22a23a31a32a33) be a square matrix and let the matrix formed by the cofactors of [aij] in determinant |A| is (C11C12C13C21C22C23C31C32C33). Then (adjA)=(C11C21C31C12C22C32C13C23C33)= Transpose of cofactor matrix. 

Note :
If A be a square matrix of order n, then
(i) A(adjA)=|A|In=(adjA)A
(ii) |adjA|=|A|n1,n2
(iii) adj(adjA)=|A|n2A,|A|0.
(iv) adj(AB)=(adjB)(adjA)
(v) adj(KA)=Kn1(adjA), where K is a scalar



13. INVERSE OF A MATRIX (Reciprocal Matrix) :

A square matrix A said to be invertible (non singular) if there exists a matrix B such that, AB=I (Note that AB=IBA=I ) B is called the inverse (reciprocal) of A and is denoted by A1. Thus A1=BAB=I=BA
We have, A(adjA)=|A|In
A1A(adjA)=A1In|A|
In(adjA)=A1| A|In
A1=(adjA)|A|

Note : The necessary and sufficient condition for a square matrix A to be invertible is that |A|0

Theorem : If A & B are invertible matrices of the same order, then (AB)1=B1 A1

Note:
(i) If A be an invertible matrix, then AT is also invertible & (AT)1=(A1)T

(ii) If A is invertible,
(a) (A1)1=A
(b) (Ak)1=(A1)k=Ak;kN

(iii) |A1|=1|A|.




14. SYSTEM OF EQUATION & CRITERIA FOR CONSISTENCY Gauss - Jordan method:

Example :
a1x+b1y+c1z=d1
a2x+b2y+c2z=d2
a3x+b3y+c3z=d3

[a1x+b1y+c1za2x+b2y+c2za3x+b3y+c3z]=[d1d2d3][a1b1c1a2b2c2a3b3c3][xyz]=[d1d2d3]

AX=BA1AX=A1B, if |A|0

X=A1B=AdjA|A|B

Note:
(i) If | A∣≠0, system is consistent having unique solution
(ii) If |A|0 & (adjA)BO (Null matrix), system is consistent having unique non-trivial solution.
(iii) If |A|0 & (adjA)B=O (Null matrix), system is consistent having trivial solution. 
(iv) If |A|=0, then
SYSTEM OF EQUATION & CRITERIA FOR CONSISTENCY Gauss - Jordan method:








Comments

Popular posts from this blog

Indefinite Integration - Notes, Concept and All Important Formula

INDEFINITE INTEGRATION If  f & F are function of x such that F(x) =f(x) then the function F is called a PRIMITIVE OR ANTIDERIVATIVE OR INTEGRAL of f(x) w.r.t. x and is written symbolically as f(x)dx =F(x)+cddx{F(x)+c} =f(x) , where c is called the constant of integration. Note : If f(x)dx =F(x)+c , then f(ax+b)dx =F(ax+b)a+c,a0 All Chapter Notes, Concept and Important Formula 1. STANDARD RESULTS : (i) (ax+b)ndx =(ax+b)n+1a(n+1)+c;n1 (ii) dxax+b =1aln|ax+b|+c (iii) eax+bdx \(=\dfrac{1}{...

Logarithm - Notes, Concept and All Important Formula

LOGARITHM LOGARITHM OF A NUMBER : The logarithm of the number N to the base ' a ' is the exponent indicating the power to which the base 'a' must be raised to obtain the number N . This number is designated as logaN . (a) loga N=x , read as log of N to the base aax=N . If a=10 then we write logN or log10 N and if a=e we write lnN or loge N (Natural log) (b) Necessary conditions : N>0;a>0;a1 (c) loga1=0 (d) logaa=1 (e) log1/aa=1 (f) loga(x.y)=logax+logay;x,y>0 (g) \(\log _{a}\left(\dfrac{\mathrm{x}}{y}\right)=\log _{\mathrm{a}} \mathrm{x}-\log _{\mathrm{a}} \mathrm{y} ; \,\, \mathrm{...

Ellipse - Notes, Concept and All Important Formula

ELLIPSE 1. STANDARD EQUATION & DEFINITION : Standard equation of an ellipse referred to its principal axis along the co-ordinate axis is x2a2+y2b2=1 . where a>b & b2=a2(1e2) a2b2=a2e2. where e= eccentricity (0<e<1) . FOCI:S(ae,0) &  S(ae,0). (a) Equation of directrices : x=ae & x=ae .  (b) Vertices: A(a,0) &  A(a,0) (c) Major axis : The line segment AA in which the foci S & S lie is of length 2a & is called the major axis (a>b) of the ellipse. Point of intersection of major axis with dir...