TRACE OF A MATRIX
The sum of the elements of a square matrix A lying along the principal diagonal is called the trace of A i.e. tr(A)
Thus if A = [aij]n×n Then tr(A) = ∑i=1n aii = a11 + a22 + ... + ann
Illustration 1:
The trace of the matrix A = 1 3 4, 2 -1 6, 3 1 4 is
(A) 2
(B) 4
(C) -2
(D) 1
Solution: tr (A) = 1 + (-1) + 4 = 4.
Diagonal Matrix
A square matrix all of whose elements except those in the leading diagonal, are zero is called a diagonal matrix. For a square matrix A = [aij]n×n to be a diagonal matrix, aij = 0, whenever i ≠ j.
Scalar Matrix
A diagonal matrix whose all the leading diagonal elements are equal is called a scalar matrix.
For a square matrix A = [aij]n×n to be a scalar matrix aij = {0, i ≠ j; m, i = j}, where m ≠ 0.
Unit Matrix or Identity Matrix
A diagonal matrix of order n which has unity for all its diagonal elements, is called a unit matrix of order n and is denoted by In.
Thus a square matrix A = [aij]n×n is a unit matrix if aij = {1, i = j; 0, i ≠ j}
Triangular Matrix
A square matrix in which all the elements below the diagonal elements are zero is called Upper Triangular matrix and a square matrix in which all the elements above diagonal elements are zero is called Lower Triangular matrix.
Given a square matrix A = [aij]n×n, For upper triangular matrix, aij = 0, i > j and for lower triangular matrix, aij = 0, i < j
Transpose of a Matrix
The matrix obtained from any given matrix A, by interchanging rows and columns, is called the transpose of A and is denoted by AT.
If A = [aij]m×n and AT = [bij]n×m then bij = aji, ∀ i, j.
Conjugate of a Matrix
The matrix obtained from any given matrix A containing complex number as its elements, on replacing its elements by the corresponding conjugate complex numbers is called conjugate of A and is denoted by Ā.
Transpose Conjugate of a Matrix
The transpose of the conjugate of a matrix A is called transposed conjugate of A and is denoted by Aθ. The conjugate of the transpose of A is the same as the transpose of the conjugate of A i.e.
(AT)‾ = (Ā)T = Aθ. If A = [aij]m×n, then Aθ = [bji]n×m where bji = āij i.e. the (j, i)th element of Aθ = the conjugate of (i, j)th element of A.
Illustration:
If A = 1 2
3 0 and B = 3 4 1 6 then (AB)T is
(A) 5 9 16 12
(B) 5 9, -16 12
(C) 5 9, 16 12
(D) none of these
Solution: (C) AB = 1×3+2×1 1×4+2×6 3×3+0×1 3×4+0×6 = 5 16 9 12 (AB)T = 5 9 16 12
Do Check: Differential Equation
ALGEBRA OF MATRICES
Illustration:
If A = 2 3 1
1 3 2 and B = 1 2 2 1 1 3, AB is (A) equal to BA
(B) not equal to BA
(C) unique matrix
(D) none of these
Solution: (B) A·B = 2 3 1 1 3 2 · 1 2 2 1 1 3 = 2+6+1 4+3+3 1+6+2 2+3+6 = 9 10 9 11 B·A = 1 2 2 1 1 3 · 2 3 1 1 3 2 = 2+2 3+6 1+4 4+1 6+3 2+2 2+3 3+9 1+6 = 4 9 5 5 9 4 5 12 7 Thus A·B ≠ B·A.
Exercise 1: (i) If A = 1 -2 4
2 3 2 3 1 5 and B = 0 -2 4 1 3 2 -1 1 5, then A + B is (A) 1 -2 4 3 3 2 2 1 5 (B) 1 -2 8 3 3 4 2 1 10 (C) 1 -4 8 3 6 4 2 2 10 (D) none of these(ii) If A2 = 8A + KI, where A = 1 0 -1 7, then k is (A) 7 (B) -7 (C) 1 (D) -1
SPECIAL MATRICES
Symmetric and Skew Symmetric Matrices
A square matrix A = [aij] is said to be symmetric when aij = aji for all i and j, i.e. A = AT. If aij = -aji for all i and j and all the leading diagonal elements are zero, then the matrix is called a skew symmetric matrix, i.e. A = -AT.
Singular and Non-singular Matrix
Any square matrix A is said to be non-singular if |A| ≠ 0, and a square matrix A is said to be singular if |A| = 0.
Do Check: Statics and Dynamics
Unitary Matrix
A square matrix is said to be unitary if AθA = I since |Aθ| = |A| and |Aθ||A| = |AθA| therefore if AθA = I, we have |Aθ||A| = 1.
Hermitian and Skew-Hermitian Matrix
A square matrix A = [aij] is said to be Hermitian matrix if āij = aji ∀ i, j i.e. A = Aθ and a square matrix, A = [aij] is said to be a skew-Hermitian if āij = -aji, ∀ i, j. i.e. A = -Aθ.
For example: 0 -2+i 2-i 0, 3i -3+2i -1-i 3-2i -2i -2-4i 1+i 2+4i 0 are skew-Hermitian matrices.a b+ic b-ic d, 3 3-4i 5+2i 3+4i 5 2-i 5-2i 2+i 2 are Hermitian matrices.
Orthogonal Matrix
Any square matrix A of order n is said to be orthogonal if AAT = ATA = In.
Idempotent Matrix
A square matrix A is called idempotent provided it satisfies the relation A2 = A.
Involutary Matrix
A square matrix A is said to be involutary if A2 = I.
Nilpotent Matrix
A square matrix A is called a nilpotent matrix if there exists a positive integer m such that Am = O, where O is a null matrix. If m is the least positive integer such that Am = O, then m is called the index of the nilpotent matrix A.
Illustration 4:
The matrix 1 1 3
5 2 6 -2 -1 -3 is nilpotent matrix of index (A) 2 (B) 3 (C) 4 (D) 5
Solution: (C) Let A = 1 1 3 5 2 6 -2 -1 -3 ⇒ A2 = 0 0 0 3 3 9 -1 -1 -3 ⇒ A3 = A2·A = 0 0 0 3 3 9 -1 -1 -3 · 1 1 3 5 2 6 -2 -1 -3 = 0 0 0 0 0 0 0 0 0 ∴ A3 = 0 i.e. Ak = 0. Here k = 3. Hence A is nilpotent matrix of index 3.
Adjoint of a Square Matrix
Let A = [aij] be a square matrix of order n and let Cij be cofactor of aij in A. Then the transpose of the matrix of cofactors of elements of A is called the adjoint of A and is denoted by adj A.
Thus, adjA = [Cij]T ⇒ (adj A)ij = Cji. where Cij denotes the cofactor of aij in A. ∴ adj A = s -r -q pT = s -q -r p.
Theorem: Let A be a square matrix of order n. Then A(adj A) = |A| In = (adj A)A.
Properties:
(i). adj (adj A) = |A|n-2 A, where A is a non-singular square matrix. (ii). |adj (adj A)| = |A|(n-1)², where A is a non-singular square matrix.
Illustration:
If A = 2 0 0
2 2 0 2 2 2, then adj (adj A) is (A) 1 0 0 16 1 1 0 1 1 1 (B) 1 0 0 8 1 1 0 1 1 1 (C) 1 0 0 4 1 1 0 1 1 1 (D) none of these
Solution: (B) adj (adj A) = |A|3-2 A = |A|·A |A| = 2 0 0 2 2 0 2 2 2 = 8 ∴ adj (adj A) = 2 0 0 8 2 2 0 2 2 2 = 16 0 0 16 16 0 16 16 16 = 1 0 0 8 1 1 0 1 1 1.
Inverse of a Matrix
A non-singular square matrix of order n is invertible if there exists a square matrix B of the same order such that AB = In = BA.
The inverse of A is given by A-1 = (1/|A|) · adj A.
Properties of Inverse of a Matrix
(i). (Reversal Law) If A and B are invertible matrices of the same order, then AB is invertible and (AB)-1 = B-1A-1. (ii). If A is an invertible square matrix, then AT is also invertible and (AT)-1 = (A-1)T. (iii). If A is a non-singular square matrix of order n, then |adjA| = |A|n-1. (iv). The inverse of the inverse of the matrix is the original matrix itself, i.e. (A-1)-1 = A. (v). If A is an invertible square matrix, then adj(AT) = (adj A)T. (vi). If A is a non-singular matrix, then |A-1| = |A|-1.
Illustration 6:
The inverse of the matrix A = a b
c 1+bc/a is (A) 1+bc -b a -c a (B) 1+bc -b a c a (C) 1+bc -b a -c a (D) none of theseSolution: Given A = a b c 1+bc/a |A| = a(1 + bc/a) - bc = 1 + bc - bc = 1 ⇒ |A| ≠ 0 ⇒ A-1 exists A-1 = (1/|A|) adjA = (1/1) 1+bc -b -c a
ELEMENTARY TRANSFORMATIONS OR ELEMENTARY OPERATIONS OF A MATRIX
The following three operations applied on the rows (columns) of a matrix are called elementary row (column) transformations.
(i). Interchange of any two rows (columns) If ith row (column) of a matrix is interchanged with the jth row (column), it will be denoted by Ri ↔ Rj (Ci ↔ Cj).
(ii). Multiplying all elements of a row (column) of a matrix by a non-zero scalar. If the elements of ith row (column) are multiplied by non-zero scalar k, it will be denoted by Ri → Ri (k) [Ci → Ci(k)] or Ri → kRi [Ci → kCi]
(iii). Adding to the elements of a row (column), the corresponding elements of any other row (column) multiplied by any scalar k If k times the elements of jth row (column) are added to the corresponding elements of the ith row (column), it will be denoted by Ri → Ri +k Rj (Ci → Ci + kCj)
Equivalent Matrices
If a matrix B is obtained from a matrix A by one or more elementary transformations, then A and B are equivalent matrices and we write A ~ B.
An elementary transformation is called a row transformation or a column transformation according as it is applied to rows or columns.
Illustration :
The inverse of the matrix A = 3 -1 -2
2 0 1 3 5 0 is (A) -5/8 -5/4 1/8 3/8 3/4 1/8 -5/4 -3/2 -1/4 (B) -5/8 -5/4 1/8 3/8 3/4 1/8 5/4 3/2 1/4 (C) -5/8 -5/4 1/8 3/8 3/4 1/8 5/4 3/2 1/4 (D) none of these
Solution: (A) We have A = IA or 3 -1 -2 2 0 1 3 5 0 = 1 0 0 0 1 0 0 0 1A [Through step-by-step row operations...] Hence A-1 = -5/8 -5/4 1/8 3/8 3/4 1/8 5/4 3/2 1/4
SYSTEM OF SIMULTANEOUS LINEAR EQUATIONS
Consider the following system of n linear equations in n unknowns:
a11 x1 + a12 x2 + …+ a1n xn = b1 a21 x1 + a22 x2 + …+ a2n xn = b2 . . . . . . . . an1 x1 + an2 x2 + …+ ann xn = bn This system of equation can be written in matrix form asa11 a12 ...a1n a21 a22 ...a2n . . . an1 an2 ...annx1 x2 . . . xn = b1 b2 . . . bn or AX = B The n × n matrix A is called the coefficient matrix of the system of linear equations.
Homogeneous and Non-Homogeneous System of Linear Equations
A system of equations AX = B is called a homogeneous system if B = O, where O is a null matrix. Otherwise, it is called a non-homogeneous system of equations.
Solution of a System of Equations
Consider the system of equation AX = B.
A set of values of the variables x1, x2,...,xn which simultaneously satisfy all the equations is called a solution of the system of equations.
Consistent System
If the system of equations has one or more solutions, then it is said to be a consistent system of equations, otherwise it is an inconsistent system of equations.
Solution of a Non-Homogeneous System of Linear Equations
There are two methods of solving a non-homogeneous system of simultaneous linear equations.
(i). Cramer's Rule is discussed in the Chapter 'Determinants' (ii). Matrix Method: Consider the equations a1x + b1y + c1z = d1 a2x + b2y + c2z = d2 a3x + b3y + c3z = d3 …(i) If A = a1 b1 c1 a2 b2 c2 a3 b3 c3, X = x y z and D = d1 d2 d3, then the equation (i) is equivalent to the matrix equation A X = D …(ii)
Solution of Homogeneous System of Linear Equations
Let AX = O be a homogeneous system of n linear equation with n unknowns. Now if A is non-singular, then the system of equations will have a unique solution i.e. trivial solution and if A is a singular, then the system of equations will have infinitely many solutions.
FORMULAE AND CONCEPTS AT A GLANCE
1. Trace of a Matrix: tr(A) = ∑i=1n aii = a11 + a22 + ..... + ann
2. Properties of Transposes:
(i) (AT)T = A
(ii) (A + B)T = AT + BT, A and B being conformable matrices
(iii) (αA)T = αAT, α being scalar
(iv) (AB)T = BTAT, A and B being conformable for multiplication
3. Any square matrix A of order n is said to be orthogonal if AAT = ATA = In.
4. A square matrix A is called idempotent provided it satisfies the relation A2 = A.
5. A matrix such that A2 = I is called involutary matrix.
6. A square matrix A is called a nilpotent matrix if there exists a positive integer m such that Am = 0. If m is the least positive integer such that Am = 0, then m is called the index of the nilpotent matrix A.
7. The inverse of A is given by A-1 = (1/|A|) · adj A