MATRICES Flashcards
(16 cards)
Row matrix
The no. of rows in a matrix is 1
Column matrix
The no. of columns in a matrix is 1.
Null matrix
All the elements in a matrix should be zero.
Square matrix
The no. of rows should be equal to the no. of columns.
Upper matrix
Lower matrix
The elements of the lower triangle part of the matrix should be zero.
The elements of the upper triangle part of the matrix should be zero.
Diagonal matrix
All elements except the diagonal should be zero. If (d1,d2,d3 are equal, then it is a scalar matrix.)
Unit matrix
If all the diagonals of the matrix are equal to one.
Singular matrix
The determinant of the matrix is equal to 0.
Trace of a matrix
The sum of all the principal diagonal elements of the matrix.
Properties of the Trace of a Matrix
- Tr(A+B)= Tr(A)+Tr(B)
- Tr(KA)=k.Tr(A)
- Tr(AB)=Tr(A).Tr(B)
If A is a square matrix, then :
A^n.A^m=A^n+m
Properties of Determinant of a Matrix
- |KA|=K^n|A|
- |A^2|=|A|^2
- |AB|=|A||B|
Characteristics Equation
|A-ΛI|=0
STANDARD MATRIX
- IDEMPOTENET MATRIX: a square matrix that, when multiplied by itself, results in the original matrix
- ENVOLUTARY MATRIX: a matrix on squaring becomes identity matrix.
3.NILPOTENT MATRIX: if some value of K gives the value as 0, the degree should be greater than 1. A^k=0 then k>1.
Periodic matrix
if A^2, then the period is 1, IF A^3 then period is 2.