Determinant and Matrices
Determinant and Matrices
if 𝑎𝑖𝑗 = 0 ∀ 𝑖 < 𝑗
(3) Diagonal Matrix: A matrix 𝐴 = [𝑎𝑖𝑗 ], ∀ 1 ≤ 𝑖, 𝑗 ≤ 𝑛 is said to be a diagonal matrix if 𝑎𝑖𝑗 = 𝑂 ∀ 𝑖 ≠ 𝑗
𝑑1 0 0
Example: 𝐴 = [ 0 𝑑2 0 ]. The diagonal Matrix is also denoted as 𝐴 = 𝑑𝑖𝑎𝑔 [𝑑1 , 𝑑2 , 𝑑3 ]
0 0 𝑑3
𝐾; 𝑖 = 𝑗
(4) Scalar Matrix: A Matrix 'A' = [𝑎𝑖𝑗 ] ; 1 ≤ 𝑖, 𝑗 ≤ 𝑛 is said to be a scalar Matrix if 𝑎𝑖𝑗 = {
0; 1 ≠ 𝑗
If K = 1, then A → Identity Matrix,
If K = 0, then A → Null Matrix.
(5) Idempotent Matrix:
A Matrix '𝐴𝑛×𝑛 ' is said to be an idempotent matrix if 𝐴2 = 𝐴.
4 −1
Example: 𝐴 = [ ]
12 −3
4 −1 4 −1 4 −1
⇒𝐴⋅𝐴=[ ][ ]=[ ]=𝐴
12 −3 12 −3 12 −3
(6) Nilpotent Matrix: A matrix A is said to be nilpotent of class x or index if Ax = 0 and Ax– 1 0 i.e. x is the smallest index
which makes Ax = 0.
1 1 3
Example: The matrix A = 5 2 6 is nilpotent class 3, since A 0 and A2 0, but A3 = 0.
−2 −1 −3
A + AT A − AT
(e) We can write any matrix A as a sum of symmetric and skew symmetric matrix A = +
2 2
A + A A − A
Note : (a) is Hermitian and is skew Hermitian matrix.
2 2
A + A A − A
(b) We can write any matrix as a sum of Hermitian and skew Hermitian matrix A = +
2 2
4.9. Determinant
The summation of the product of elements of a row(or) column of a matrix with their corresponding Co-factors.
𝐴 ⋅ 𝑎𝑑𝑗(𝐴) = |𝐴| ⋅ I
Determinant can be calculated only if matrix is a square matrix.
Suppose, we need to calculate a 3 × 3 determinant,
3 3 3
= a1 j cof (a1 j ) = a2 j cof (a2 j ) = a3 j cof (a3 j )
j =1 j =1 j =1
(vii) The determinant of an upper triangular Matrix/a lower triangular Matrix/a diagonal Matrix is the product of the
principal diagonal elements of the Matrix.
(viii) The determinant of Every Skew-Symmetric Matrix of odd order (𝐴𝑛×𝑛 )(′𝑛′′ 𝑖𝑠 𝑜𝑑𝑑) is zero.
(xiii) If the product of two Non-zero Matrices 𝐴𝑛×𝑛 ≠ 0; 𝐵𝑛×𝑛 ≠ 0 is a zero Matrix ((𝐴𝐵)𝑛×𝑛 = 0), then both |𝐴| = 0 &
|𝐵| = 0.
(xiv) If two rows (or) two columns of a Matrix are either equal or Proportional, then the determinant of the Matrix is equal to
zero.
(xv) The number of terms in the general expansion of an 'n × n' determinant is 𝑛!
(xvi) Value of the determinant is invariant under row and column interchange i.e., AT = A