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 :
(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.
(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 :
(i) Minimum number of zeros in triangular matrix of order n =n(n−1)/2
(ii) Minimum number of zeros in a diagonal matrix of order n =n(n−1)
(iii) Null square matrix is also a diagonal matrix.
4. EQUALITY OF MATRICES :
(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.
(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=n∑r=1airbrj
(IV)Properties of Matrix Multiplication:
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
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 :
(b) (Am)n=Amn=(An)m
(c) Im=I,m,n∈N
6. CHARACTERISTIC EQUATION:
Let A be a square matrix. Then the polynomial in x,|A−xI| is called as characteristic polynomial of A & the equation |A−xI|=0 is called characteristic equation of A
7. CAYLEY - HAMILTON THEOREM :
Every square matrix A satisfy its characteristic equation i.e. a0xn+a1xn−1+……..+an−1x+an=0 is the characteristic equation of matrix A, then a0An+a1An−1+……..+an−1A+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 :
(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: (A1⋅A2,…….An)T=ATn⋯⋯⋅⋅AT2⋅AT1 (reversal law for transpose)
9. ORTHOGONAL MATRIX
A square matrix is said to be orthogonal matrix if AAT=I
(i) The determinant value of orthogonal matrix is either 1 or −1. Hence orthogonal matrix is always invertible
(ii) AAT=I=ATA. Hence A−1=AT.
10. SOME SPECIAL SQUARE MATRICES :
(a) Idempotent Matrix : A square matrix is idempotent provided A2=A.
(i) An=A∀n∈N
(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.
Note that period of an idempotent matrix is 1 .
Note that a nilpotent matrix will not be invertible.
Note that A=A−1 for an involutary matrix.
(A+B)n=nC0 An+nC1 An−1 B+nC2 An−2 B2+………..+nCnBn
11. SYMMETRIC & SKEW SYMMETRIC MATRIX :
(a) Symmetric matrix :
Note : Maximum number of distinct entries in any symmetric matrix of order n is n(n+1)2.
(b) Skew symmetric matrix :
Thus the diagonal elements of a skew square matrix are all zero, but not the converse.
(c) Properties of symmetric & 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.
(1) AB+BA is a symmetric matrix
(2) AB−BA is a skew symmetric matrix.
A=12( A+AT)⏟symmetric +12( A−AT)⏟skew symmetric and A=12( AT+A)−12( AT−A)
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.
If A be a square matrix of order n, then
(i) A(adjA)=|A|In=(adjA)⋅A
(ii) |adjA|=|A|n−1,n≥2
(iii) adj(adjA)=|A|n−2A,|A|≠0.
(iv) adj(AB)=(adjB)(adjA)
(v) adj(KA)=Kn−1(adjA), where K is a scalar
13. INVERSE OF A MATRIX (Reciprocal Matrix) :
We have, A⋅(adjA)=|A|In
⇒A−1⋅A(adjA)=A−1In|A|
⇒In(adjA)=A−1| A|In
∴A−1=(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=B−1 A−1
(i) If A be an invertible matrix, then AT is also invertible & (AT)−1=(A−1)T
(a) (A−1)−1=A
(b) (Ak)−1=(A−1)k=A−k;k∈N
(iii) |A−1|=1|A|.
14. SYSTEM OF EQUATION & CRITERIA FOR CONSISTENCY Gauss - Jordan method:
a1x+b1y+c1z=d1
a2x+b2y+c2z=d2
a3x+b3y+c3z=d3
⇒[a1x+b1y+c1za2x+b2y+c2za3x+b3y+c3z]=[d1d2d3]⇒[a1b1c1a2b2c2a3b3c3][xyz]=[d1d2d3]
⇒AX=B⇒A−1AX=A−1B, if |A|≠0
⇒X=A−1B=AdjA|A|⋅B
(i) If | A∣≠0, system is consistent having unique solution
(ii) If |A|≠0 & (adjA)⋅B≠O (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
Comments
Post a Comment