Ch-04 Linear Algebra
Ch-04 Linear Algebra
ENGINEERING MATHEMATICS
Rapid Revision by
(a) 64
(b) -64
(c) 0
(d) 32
MSQ
Let A be an n x n matrix over the set of all real numbers R. Let B be a matrix obtained from A by swapping
two rows. Which of the following statements is/are TRUE?
If A and B are square matrices of size n × n, then which of the following statement is not true?
(a) det(AB) = det(A) . det(B)
Skew-Symmetric Matrix
A square matrix A = [aij]n×n is said to be skew-symmetric if A =
–AT i.e. aij = –aji i & j ∈ 𝑛,
Properties of Symmetric Matrices
Properties:
1. For any square matrix A, AAT is always symmetric A + AT is always symmetric.
2. If A is symmetric.
B is symmetric then
(a) A+B is always symmetric
(b) An is always symmetric
(c) AB and BA may or may not be symmetric but if they commute i.e. AB =BA then AB is symmetric.
(d) Real symmetric matrices not only have real eigenvalues, they are always diagonalizable
Properties of Skew- Symmetric Matrices
A−At
1. For every square matrix always skew symmetric matrix.
2
2. If A is Skew symmtric matrix
a.) then An is Skew symmetric matrix if n is odd
b.) then An is Symmetric matrix if n is even
3.) Determinant of any skew symmetric matrix of odd order is always zero.
4.) Every square matrix can be uniquely expressed as the sum of symmetric matrix and Skew
symmetric matrix.
Square Matrices
Idempotent Matrix A2 = A
Involutory Matrix A2 = I
Nilpotent Matrix Ax = 0
Square Matrices
Orthogonal matrix:
A square matrix A is called an orthogonal matrix if the product of matrix A with its transpose matrix AT is
an identity matrix
Properties of Orthogonal Matrix
1. If A is orthogonal then its rows/columns are pairwise orthogonal ( converse is not true) and
rows/column vectors of A are unit vectors.
Properties of Orthogonal Matrix
2. A set of vectors S= {v1, v2, ..., vn} are mutually orthogonal if every pair of vectors is orthogonal. i.e.
vi.vj = 0 ∀ i ≠ 𝑗
3. A set of vectors S = {v1, v2, ..., vn} is orthonormal if every vector in S has magnitude 1 and the set of
vectors are mutually orthogonal. Simply an orthonormal set of vectors is an orthogonal set of unit vectors.
An orthonormal set of vectors is linearly independent.
Inverse of Matrix
adj(A)
If A ≠ 0 A is non sigular matrix then A−1 = A
a b 1 d −b
c d = ad − bc −c a
Inverse of Matrix
Shortcut (3×3) MLFM Method
Q.
1 0 1
𝐴 = −1 1 1 Find A-1
0 1 0
Inverse of Matrix
Properties
A−1 −1 =A
−1
A−1 T = AT
AB −1 = B−1 A−1
−1 1
kA = A−1
k
An −1 = A−1 n
Inverse of Matrix
Properties
Rank of Matrix
Row-Echelon Form
A matrix is said to be in row echelon form if
(i) Zero rows occupy the last row if any.
(ii) The number of zeros before a non zero element of each row less than the number of
such zero before a non zero element in next row.
(iii) Number of non-zero rows/column in row echelon form is called Rank and they are linearly independent.
(iv) To reduce any matrix in row echelon form we should use row operations only.
(v) Upper triangular matrices always in row echelon but converse is not true.
MCQ
5 0 −5 0
Find the rank of given matrix. 0 2 0 1
−5 0 5 0
0 1 0 2
(a) 4 (b) 2
(c) 3 (d) 1
Q.MCQ
1 −1 0 0 0
0 0 1 −1 0
Find rank of the matrix 0 1 −1 0 0
− 1 0 0 0 1
0 0 0 1 −1
(a) 4 (b) 3
(c) 2 (d) 1
System of Linear Equations
Types of Linear Equation
Types of Linear
Equation
Consistent Inconsistent
Equation Equation
Over-determined: A system of equations is considered over determined if there are more equations than
unknowns (m > n )
Note: (if det(A) =0 then at least one Eigen value is zero and if one eigen value is zero the det(A) will
be zero
Properties of Eigen Value & Eigen Vector
4. If λ1, λ2, λ3………. λn are Eigen values of matrix A then Eigen values of
i. kA are _________________________________________________
ii. Am are_________________________________________________
11. Number of linearly independent Eigen vectors corresponding to repeated Eigen value λ of a
matrix A = Total number of columns 𝜌(𝐴 − λI)
12. The number of times an Eigen value is repeated is known as algebraic multiplicity and the
number of linearly independent Eigen vector of repeated eigen value is know as geometric
multiplicity (GM<AM)
Q.MCQ
1 4
Using Cayley Hamilton theorem For the matrix A = and express A5-4A4-7A3+11A2-A-10I as a
linear polynomial in A . 2 3
(a) A+5I
(b) A -5I
(c) I
(d) 5A
Diagonalisation
Diagonalisation of Matrix
If a square matrix A of order n has n linearly independent eigen vectors then a matrix P can be found such that P–
1AP is a diagonal matrix.
Note:
(i) The matrix P which diagonalizes A is called modal matrix and the resulting diagonal matrix D is known as
the spectra matrix of A.
(ii) The diagonal matrix has the eigen values of A as its diagonal elements.
(iii) The matrix P which diagonalizes A found by grouping the eigen vectors of A into square matrix.
Similar Matrix
Definition:
Two matrices A and B are said to be similar if there exist a non-singular matrix P such that
B = P–1AP (similarity transform)
λn 0 0
Dn =
0 λn 0
0 0 λn
Q
1 0
Find eA if A= .
0 2
Thank
You