LA&AC Unit 1 NOTES
LA&AC Unit 1 NOTES
MATRICES
Matrix : A system of mn numbers real (or) complex arranged in the form of an ordered set
of ‘m’ rows, each row consisting of an ordered set of ‘n’ numbers between [ ] (or) ( ) (or) || ||
is called a matrix of order m xn.
a11 a12 .........a1n
a21 a12 .........a 2n
Eg: ......................... =[aij]mxn where 1≤i≤m,1≤j≤n.
.........................
a m1 a m2.......... amn
m xn
Order of the Matrix: The number of rows and columns represents the order of the matrix. It
is denoted by mxn, where m is number of rows and n is number of columns.
Types of Matrices:
Row Matrix: A Matrix having only one row is called a “Row Matrix”.
Eg: 1 2 1x3
Column Matrix: A Matrix having only one column is called a “Column Matrix” .
1
Eg: 1
2 3x1
Null Matrix: A= aij such that aij=0 i and j. Then A is called a “Zero Matrix”. It is
mxn
denoted by Omxn.
Eg:
RectangularMatrix:If A= aij mxn, and m n then the matrix A is called a “Rectangular
Matrix”
1 1 2
Eg : is a 2x3matrix
2 0 4
SquareMatrix:IfA=aij mxn and m = n then A is called a “Square Matrix”.
1 1
Eg : is a 2x2 matrix
2 2
Lower Triangular Marix: A square Matrix AnXn aij nxn is said to be lowerTriangular
of aij = 0 if i <j i.e. if all the elements above the principle diagonal are zeros.
4 0 0
Eg:
5 2 0 is a Lower triangular matrix
7 3 6
Upper Triangular Matrix: A square Matrix A aij nxn is said to be upper triangular of
aij = 0 if i.>j. i.e. all the elements below the principle diagonal are zeros.
1 3 8
Eg: 0 4 5 is an Upper triangular matrix
0 0 2
Triangle Matrix: A square matrix which is either lower triangular or upper triangular is
called a triangle matrix.
Principal Diagonal of a Matrix: In a square matrix, the set of all aij, for which i = j are
called principal diagonal elements. The line joining the principal diagonal elements is called
principaldiagonal.
Note: Principal diagonal exists only in a square matrix.
Diagonal elements in a matrix: A= [aij]nxn, the elements aij of A for which i = j.
i.e. a11, a22….ann are called the diagonal elements of A
1 2 3
Eg: A= 4 5 diagonal elements are 1, 5, 9
6
7 8 9
Diagonal Matrix: A Square Matrix is said to be diagonal matrix,if aij = 0 for ij i.e.all
Scalar Matrix: A diagonal matrix whose leading diagonal elements are equal is called a
2 0 0
“ScalarMatrix”. Eg :A=
0 2 0
0 0 2
Unit/Identity Matrix: If A = aij such that aij=1 for i = j, and aij=0 for i j then A is
nxn
1 0 0
1 0
I2 = ; I3=
Eg: 0 1 0
0 1
0 0 1
Trace of Matrix: The sum of all the diagonal elements of a square matrix A is called Trace
of a matrix A, and is denoted by Trace A or trA.
a h g
Eg : A = h b f then tr A = a+b+c
g f c
Singular & Non Singular Matrices: A square matrix A is said to be “Singular” if the
determinant of │A│= 0, Otherwise A is said to be “Non-singular”.
Note: 1. Only non-singular matrices possess inverse.
2. The product of non-singular matrices is alsonon-singular.
Inverse of a Matrix: Let A be a non-singular matrix of order n if there exist a matrix B
such that AB=BA=I then B is called the inverse of A and is denoted byA-1.
If inverse of a matrix exist, it is said to be invertible.
Note: 1. The necessary and sufficient condition for a square matrix to posses inverse is that
|A| ≠ 0.
2 .Every Invertible matrix has unique inverse.
3. If A, B are two invertible square matrices then AB is also invertibleand
AB
1
B 1 A1
4.
A1 where detA 0 ,
adjA
det A
2 1 1
And C= [3 1 2] is a sub-matrix of order‘3’
5 6 7
det C = 2(7-12)-1(21-10)+(18-5) = -9
Properties of trace of a matrix: Let A and B be two square matrices and be any scalar
1) tr ( A) = (tr A) ; 2) tr(A+B) = trA + trB ; 3) tr (AB) =tr(BA)
Idempotent Matrix: A square matrix A Such that A2=A then A is called “Idempotent
Matrix”.
1 0
Eg: A=[ ]
0 1
Involutary Matrix: A square matrix A such that A2 = I then A is called an Involutary
Matrix.
0 1
Eg: A=[ ]
1 0
Nilpotent Matrix: A square matrix A is said to be Nilpotent if there exists a + ve integer n
such that An = 0 here the least n is called the Index of the Nilpotent Matrix.
1 0
Eg: A=[ ]
0 0
Transpose of a Matrix: The matrix obtained by interchanging rows and columns of the
given matrix A is called as transpose of the given matrix A. It is denoted by AT or A1
1 2 1 3
Eg: A=[ ] Then AT=[
]
3 4 2 4
Properties of transpose of a matrix: If A and B are two matrices and AT , BT are their
transposes then
a h g
Eg: h is a symmetric matrix
b f
g f c
Skew-Symmetric Matrix: A square matrix A is said to be Skew symmetric If AT A .
If A a thenAT a where a a
ij nxn ji nxn ij ji
.
0 a b
Eg : a 0 is a skew – symmetricmatrix
c
b c 0
Note: All the principle diagonal elements of a skew symmetric matrix are always zero.
Since aij = -aij aij = 0
Theorem: Every square matrix can be expressed uniquely as the sum of symmetric and
skew symmetric matrices.
1
Proof: Let A be a square matrix, A = AA= 1
A AT A AT =
2 2
1
2
1
AAT AAT
2
=P+Q,whereP=
1
AA
2
;Q= T 1
2
A AT
T
1 1
Consider PT AAT AAT ATAT =1AAT=P, sinceP P,
T 1 T T
2 2 2 2
P is symmetric
T
2 2 2 2
Since QT Q , Q is Skew-symmetric.
To prove the representation is unique:LetA=R+S1 be the representation, where R is
Ex. Express the given matrix A as a sum of a symmetric and skew symmetric matrices
2 4 9
where
A= 14 7 13
9 5 11
2 14 3
Solution:
A 4
T
7 5
9 3 11
4 10 12 1 2 5 6
AAT 10 14 18P AAT5 7 9 ;Pissymmetric
2
1218 22 6 911
0 18 6 0 93
A AT18 0 8Q AA9 0 4;Qisskewsymmetric
1
2
6 8 0 3 4 0
2 5 6 0 93
Now A =P+Q = 5 7 9+9 0 4
6911 340
Solved Problems :
cos sin
1. Show that A=
cos
is orthogonal.
sin
Sol: Given A = cos sin then AT= cos sin
sin cos
sin cos
Consider A.AT = cos sin cos sin
sin cos sin cos
=cos sin cossincossin 1 0
2 2
⇒ A.AT = I
Similarly AT .A = I
2 31 2 43
Sol:- Given A=4 3 1 3 3 1
3 1 9 1 1 9
I 3
(i)A =A
(ii)AB AB
(iii)KA K A (iv)AB AB
i T 3i
A 2i
2i
i
A is skew-Hermitian matrix.
T
A =-A
Note: 1. In Skew-Hermitian matrix the principal diagonal elements are either Zero or Purely
Imaginary.
2. The Skew- Hermitian matrix over the field of Real numbers is nothing but real
Skew - Symmetricmatrix.
1 1 1
A (2A) (AA) (AAAA) 2 2
Proof: - Let A be a square matrixwrite 2
1 1
A ( A A) ( A A)i.eA P Q
2 2
Solved Problems :
T
B =-B
B= iA is a skew Hermitian matrix.
2). If A and B are Hermitian matrices, prove that AB-BA is a skew-Hermitianmatrix.
Sol: Given A and B are Hermitanmatrices
T T
A AAnd B B --------------------- (1)
T
ABB A
A A B
T T T T T T
AB B A B
Sol:GivenA= b id
bid a ic
Then A aic bid
bid a ic
T
Hence A A a ic b id
bid aic
a ic bidaic b id
AA
aicbid
b id a ic
=a b c d
2 2 2 2
0
0 a2 b2c 2d2
AAI if and only if a2 b2 c2 d 2 1
0 12i
,showthatIAIA isaunitarymatrix.
1
4) GiventhatA=
12i 0
1
Sol: we have I A 0 0 1 2i
0 1 12i
0
1 12i And
12i 1
1
I A 0 0 1 2i
0 1 12i
0
1 12i
= 12i 1
(I A)1 1 1 12i
14i 21 12i 1
612i
1
11 12i
IAIA is a unitarymatrix.
1
1
A A1I
A1 A1 I
Note: 1. The corresponding column transformations will be denoted by writing ‘c’. i.e
ci↔cj, cikcj cj cj + kci
2. The elementary operations on a matrix do not change its rank.
Equivalance of Matrices: If B is obtained from A after a finite number of elementary
transformations on A, then B is said to be equivalent to A.It is denoted as B~A.
Note : 1. If A and B are two equivalent matrices, then rank A = rank B.
2. If A and B have the same size and the same rank, then the two matrices are equivalent.
Elementary MatrixorE-Matrix: A matrix is obtained from a unit matrix by a single
elementary transformation is called elementary matrix orE-matrix.
Notations: We use the following notations to denote the E-Matrices.
1) Eij Matrix obtained by interchange of ith and jth rows(columns).
2) Eik Matrix obtained by multiplying ith row (column) by a non- zero numberk.
3) Eijk Matrix obtained by adding k times of jth row (column) to ith row(column).
1 3 1
2. is a row echelon form.
0 1
1
0 0 0
Solved Problems :
2 3 7
1. Find the rank of the matrix A= 3 2 4 by reducing it to Echelon form.
2 3 7
1 3 1
1 3 1
R1 ↔R3 3 2 4
A~
2 3 7
1 3 1
R2 → R2 –3R1; R3→R3-2R1 ~ 0 7 7
0 9 9
1 3 1
R2 →R2/7,R3→R3/9 ~ 0 1 1
0 1 1
1 31
R3 →R3–R2 ~
01 1
0 0 0
4 4 3 1
A = 1 1 1 0
k 2 2 2
9 9 k 3
Applying R2 → 4R2-R1, R3 →4R3 – kR1, R4 → 4R4 – 9R1
4 4 3 1
1
1
0
We get A~ 0
0 8 4k 8 3k 8 k
0 0 4k 27 3
Since Rank A = 3 det A =0
0 1 1
4 8 4k 8 3k 8 k 0
0 4k 27 3
21
R1 R2 R3 2 1 3 5
R ,R ,R 0 0 57
1
1 2
1
3
3 ~
0 0 5 7
0 0 5 7
2 1 3 5
0 0 5 7
R R R , R R R
3 3 2 4 4 2 ~
0 0 0 0
0 0
0 0
1 2 0 1
R3 R3 R2 A ~ 0 3 12
0 0 0 0
0 0 0 0
row or column or both transformations where Ir is the unit matrix of order ‘r’ and ‘O’ is the
null matrix.
Note: 1.In this form “the rank of a matrix is equal to the order of an identity matrix.
2. Normal form another name is “canonical form”
Solved Problems :
1 2 3 4
By reducing the matrix 2 1 4 3 into normal form, find its rank.
1.
3 0 5 10
1 2 3 4
Sol: Given A = 2 1 4 3
30 5 10
1 2 3 4
R2 → R2 – 2R1; R3 → R3–3R1 A~ 0 3 2 5
0 6 4 22
1 2 3 4
R3 →R3/-2 A ~ 0 3 2 5
0 3 2 11
1 2 3 4
R3→R3+R2 A ~ 0 3 2 5
0 0 0 6
0 0 0 0
c2→ c2 - 2c1,c3→c3-3c1,c4→c4-4c1 A~ 3 2 5
0
0 0 0 6
1 0 0 0
c3 → 3 c3-2c2,c4→3c4-5c2 A~ 0 3 0 0
0 0 0 18
1 0 0 0
c2→ c2/-3,c4→c4/18 A~
0 1 0 0
0 0 0 1
1 0 0 0
c4 ↔c3 A~ 0 1 0 0
0 0 1 0
normal form.
1 1 1 1
Sol: Given A =1 2 3
4
2
3 5 5
3 4 5 8
1 1 1 1
By applying R2 R2 R1, R3 R3 2R1, R4 R4 3R1 0 1 2 5
~
0
1 3 7
0 7 8 5
1 1 1 1
R3 R3 R2 , R4 R4 7R2
~ 0
1 2 5
0 0 1 2
0 0 6 30
1 1
1 1
R4 R4 6R3 0 1 2 5
~
0 0 1 2
0 0 0 18
1 1 1 1
R 4 0 1 2 5
4
R 18
~
0 0 1 2
0 0 0 1
1 0 0 0
0 1 2 5
Apply C2 C2 C1,C3 C3 C1,C4 C4 C1
~
0 0 1 2
0 0 0
1
1 0 0 0
C C 2C ; C C 5C 0 1 0 0
3 3 2 4 4 2 ~
0 0 1 2
0 0 0
1
C C 2C 0 1 0 0
1 0 0 0
4 4 3 ~
0 0 1 0
0 0
0 1
Clearlyit is in the normal form I 4 Rank of A = 4
3). Definetherankofthematrixandfindtherankofthefollowingmatrix
2 1 3 5
4 2 1 3
8 4
7 13
8 4 3
1
2 1 3 5
4 2 1 3
Sol: LetA=
8 4
7 13
8 4 3
1
R2 R2 2R1 2 1
0 0
5
3
R R 4R 7
5
3 3 1 A~
R R 4R 0 0 5 7
4 4 1 0 0 15
21
R R R 2 1 3
0 0 5 7
5
3 3 2
R R 3R A~
4 4 2 0 0 0 0
0 0 0 0
It is in echelon form. So, rank of matrix = no. of non zero rows in echelon form.
Rank (A) 2
2 1 3 4
0 3 4 1
4). Reduce the matrix A to normal form and hence find itsrank A
2 3 7 5
2 5 11 6
2 1 4
3
0 3 1
4
Sol: Given A
2 3 7 5
2 5 11 6
1 1 4 3
1
C C 0 3 1 4
1 A~
21 1 3 7 5
5 11
1 6
R R R 1 1 3 4
0 3 4 1
3 3 2
R R R A~
4 4 1 0 2 4 1
0 4 8 2
1 1 3 4
0 1 0 0
R R R
2 2 3 A~
0 2 4 1
0 4 8 2
R R 2R 1 0 0 0
3 3 2 0 1 0 0
R R 4R A~
4 4 2 0 0 4 1
0 0 8 2
1 0 0 0
0 1 0 0
R R 2R
4 4 3 A~
0 0 4 1
0 0 0 0
1 0 0 0
C 4C C 0 1 0 0
4 4 3 A~
0 0 4 1
0 0 0 0
1 0 0 0
0 1 0 0
C C
1 I 0
A~ ⇒ A~ 3
3
33 0 0 1 0 0 0
0 0 0 0
This is in normal form. Thus Rank of matrix = Order of identify matrix. Rank ( A) 3
0 1 2 2
5).
Reduce the matrix A = 4 0 2 6 into canonical form and then find its rank.
2 1 3 1
1 0 2 2
Sol: Apply C1 C2
A~ 0 4 2 6
1 2 3 1
1 0 2 2
R3 R3 R1 A ~ 0 4 2 6
0 2 1 3
1 0 0 0
C3 C3 2C1;C4 C4 2C1 A ~ 0 4 2 6
0 2 1 3
1 0 0 0
R
R2 2 A ~ 0 2 1 3
2
0000
1 0 0 0
C2 C3 A ~ 0 1 2 3
0000
1 0 0 0
C3 C3 2C2 ;C4 C4 3C2 A ~ 0 1 0 0
0000
I 2 0
Which is in the normalform , (A) =2
0
Note: .If A is an mxn matrix 0of rank r, there exists non-singular matrices P and Q such that
I r 0
PAQ=
0 0
Suppose we want to find P and Q we have procedure.
Let order of matrix ‘A’is‘3 i.e. A = I3AI3
1 0 0 1 0 0
A= 0 1 0
A
0 1
0
0 0 1 0 0 1
Now we go on applying elementary row operations and column operations on the matrix A
I r 0
(L.H.S) until it is reduced to the normalform
0 0
Every row operations will also be applied to the pre-factor of on R.H.S
Every column operation will also be applied to the post –factor of on R.H.S.
Solved Problems :
1 0 2
1. Find the non-singular matrices P and Q is of the normal form where A=2 3 4
3 3 6
Sol: Write A = I3 A I3
1 0 2 1 0 0 1 0 0
4= 0 1
~2 3
0
A
0 1
0
3 3 6 0 0 1 0 0 1
1 0 2 1 0 0 1 0 0
0 = 2 1
R2 →R2-2R1,R3→R3-3R1 ~0 3
0
A
0 1
0
0 3 0 3 0 1 0 0 1
1 0 2 1 0 0 1 0 0
R3 → R3-R2, R2→1/3R2 ~ 0 1 0 2/3
1/3 0 A 0 1 0
0 0 0 1 1 1 0 0 1
1 0 0 1 0 0 1 0 2
0 =
c3→c3-2c1 ~ 0 1 2/3
1/3 0 A 0 1 0
0 0 0 1 1 1 0 0 1
1 0 0 1 0 2
~[I2 0
]=PAQ where P = 2/3 1/3 0 Q = 0 1 0
0 0
1 1 1 0 0 1
2. Find the non-singular matrices P and Q such that the normal form of A is P AQ.
1 3 6 1
Where A = 1 4
5 1 . Hence find its rank.
1 5 4 3
1 3 6 1 1 0 0 1 0 0 0
R2 →R2-R1,R3→R3-R1 ~ 0 1 1 2 = 1 1 A 0 1 0 0
0
0 0 1 0
0 2 2 4 10 1
0 0 0 1
1 3 6 1 1 0 0 0
1 0 0
R3→R3-2R2 ~0 1 1 2= 1 1 A 0 1 0 0
0 0 0 0
0
0 0 1 0
12 1
0 0 0 1
I 2 0 1 0
1 39 7
0 0 1 1
0
0
= PAQ Where P= Q= 1 1 2
0
0 0 1 0
1 2 1
0 0 1
0
I 2 0
Here A ~ , ∴ Hence ρ(A)=2
0 0
System of linear equations: In this chapter we shall apply the theory of matrices to study the
existence and nature of solutions for a system of m linear equations in ‘n’ unknowns.
The system of m linear equations in ‘n’unknowns x1, x2, x3 xn given by
b). If ( A / B) (A) = r < n (no. of unknowns) then the system of equations AX = B will
have an infinite no. of solutions. In this case (n-r) variables can be assigned arbitrary values.
1 1 1 4
Consider the Augment matrix is[A/B] [A/B]=
2 5 2 3
1 7 7 5
1 1 1 4
Applying R2 →R2-2R1 and R3 → R3-R1,weget [A/B] ~ 0 3 4 5
0 6 8 1
1 1 1 4
Applying R3→ R3-2R2,weget [A/B] ~
0 3 4 5
0 0 0 11
∴ρ (A) =2 and ρ (A/B) =3
The given system is inconsistent as ρ (A) ≠ ρ[A/B].
2). Show that the equations given below are consistent and hence solvethem
x-3y-8z = -10, 3x+y-4z =0, 2x+5y+6z =3
1 3 8 x 10
Sol: Matrix notationis 3 1 4 y0
2 5 6 z 3
1 3 8 10
Augmented matrix[A/B]is [A/B]= 3 1 4 0
2 5 6 3
1 3 8 10
R2 → R2-3R1 R3 →R3-2R1
~0 10 20 30
0 11 22 23
1 3 8 10
R2 →1/10R2
~0
1 2 3
0 11 22 23
1 3 8 10
R3→R3-11R2
~0
1 2 3
0 0 0 10
1
1 2 4
Applying R2→ R2-2R1 and R3→R3-3R1,weget [A/B]~ 0 3 1 1
0 4 7 10
1 1 2 4
Applying R3 →3R3-4R2,weget [A/B]~ 0 3 1 1
0 0 17 34
this matrix is in Echelon form. ρ(A) = 3 and ρ(A/B) = 3
Since ρ (A) =ρ [A/B]. ∴ The system of equations is consistent.
Here the number of unknowns is 3
Since ρ (A) =ρ [A/B] = number of unknowns
The system of equations has a uniquesolution
1 1 2 x 4
Wehave 0 3 1 y1
0 017 z 34
-17z = -34 z = 2
-3y-z =1 -3y =z+1 -3y =3 y= -1
and x+y+2z =4 x=4-y-2z =4+1-4=1
x=1, y=-1, z=2 is the solution.
4). Show that the equations x+y+z=6, x+2y+3z=14, x+4y+7z=30 are consistent and solve
them.
1 1 1 x 6
Sol: We write the given equations in theformAX=B i.e. 1 2 3 y14
1 4 7 z 30
1 1 1 6
The Augmented matrix [A/B] = 1 2 3 14
1 4 7 30
1 1 1 6
Applying R → R -R and R →R -R ,weget [A/B] ~
2 2 1 3 3 1 1 2 8
0
0 3 6 24
1 1 1 6
Applying R3 →R3-3R2,weget [A/B]~
0 1 2 8
0 0 0 0
1 2 1 3
3 1 2 1
TheAugmentedmatrixis AB
2
2 3
2
1 1 1
1
R2 R2 3R1 1 2 1 3
0 7 5 8
R R 2R
3 3 1 ~
R R R 0
6 5 0
4 4 1 0 3 2 4
1 2 1 3
0 1 0 4
R R R
2 2 3 ~
0
6 5 4
0 3 2 4
1 2 1 3
R3 R3 3R1 0 1 0 4
R R 3R ~
4 4 2 0
0 5 20
0 0 2 8
1 2 1 3
R 0 1 0 4
R 3
3
5 ~
0 0 1 4
2 8
0 0
1 2 1 3
R R 2R 0 1 04
4 4 3 ~
0 0 1 4
0 0 0 0
∴ρ (A) = 3 = ρ (A/B
∴ρ (A) =ρ (A/B) = No. of unknowns = 3
The given system has unique solution.
The systems of equations equivalent to given system are
Let z k y
1k
and x3
1kk241k8k237k
8 8 8 8
x 238 7k8 238
X y
8
1 k
X 1 where k is any real number.
8 8
z 0 k 1
0 8 5 1
1 2 2 2
R R 3R
2 2 1 ~
R3 R3 2R1 0
9 1 8
R R R 0 2 4 2
4 4 1
1 2 2 2
0 1 4 7
~
0 9 1 8
R R R 0 2 4 2
2 2 3
1 2 2 2
0 1 4 7
~
R3 R3 9R2 0 0 37 55
R R 2R 0 0 12 16
4 4 2
1 2 2 2
0 1 4 7
~
1
R4 R4
4 0 0 37 55
00 3 4
1 2 22
01 7
4
R4 37R4 3R3 ~ is in echelon form
0 0 37 55
0 0 0 17
A 3 and AB 4 A AB.∴The given system is in consistent.
8). DiscussforwhatvaluesofZ,µthesimultaneousequationsx+y+z=6,x+2y+3z=10,
x+2y+Zz = µhave
(i). Nosolution
(ii). A uniquesolution
(iii). An infinite number ofsolutions.
1 1 1x
6
Sol: The matrix form of given system of Equations is A X= 1 2 3 y 10 = B
1 2 z
1 1 1 6
The augmented matrix is [A/B] = 1 2 3 10
1 2
1 1 1 6
4
R2 → R2 – R1, R3→R3-R1 [A/B]~ 0
1 2
0 1 1 6
1 1 1 6
R3 →R3–R2
~0
1 2 4
0 0 3 10
Case (i): let Z ≠ 3 the rank of A = 3 and rank [A/B] = 3
Here the no. of unknownsis ‘3’ ∴ρ (A) =ρ (A/B)= No. of unknowns
The system has unique solution if Z≠3 and for any value of‘µ’.
1 1 1 3
Augmentedmatrix AB 1 2 2 6
1 a 3 b
R R R 1 1 1 3
2 2 1 ~0 1 1 3
R R R
3 3 1
0 a1 2 b2
1 1 1 3
R3 R3 R2 ~0 1 1 3
0 a3 0 b9
1 1 13
For a3&b9 ~ 0 1 13
0 0 00
1 1 1 3
For ~ 0 1 1 3
a3&bany value
0 a3 0b9
1 1 1 3
Fora 3& b9 0 1 1 3
~
0 0 0b9
1 1 1 x 1
Sol: The above system in matrix notation is 1 2 4 y
1 4 10z 2
A X B
1 1 1 1
AugmentedMatrixis AB1 2 4
1 4 10
2
1 1 1 1
R R R
2 2 1 ~0 1 3 1
R3 R3R1
0 3 9 1
2
1 1 1 1
~ 0 1 3
1
R R 3R 0 0 0 32
2
3 3 2
3 4 5 a
R R 2R ~0 1 2 3b4a
3 3 2
0 0 0 3a6b3c
Thus the equations don’t have a solution unless a c 2b, when a b c 1
3 4 5 1
The equivalent matrix is 0 1 2 1
0 0 0 0
Linearly dependent set of vectors: A set{x1,x2, -------------- xr} of r vectors is said to bea
linearly dependent set, if there exist r scalars k1,k2---kr not all zero, such that k1x1+k2x2+-------
-+krxr = 0
Linearly independent set of vectors: A set {x1,x2, ------------- xr} of r vectors is said to bea
linearly independent set, if k1x1+k2 x2+--------------+krxr =0 then k1 =0, k2=0 ------ kr=0.
Linear combination of vectors:
A vector x which can be expressed in the form x=k 1x1+k2x2+ -------------- +knxn issaid
to be a linear combination of x1,x2------xnherek1,k2 ------------ kn are anyscalars.
Linear dependence and independence of Vectors:
Solved Problems :
1). Show that the vectors (1, 2, 3), (3,-2, 1), (1,-6,-5) from a linearly dependentset.
= 1(10+6)-2(15-1) + 3(-18+2)
= 16+32-48 = 0
The given vectors are linearly dependent |A| = 0
2). Show that the Vector X1=(2,2,1), X2=(1,4,-1) and X3=(4,6,-3) are linearly dependent.
Sol: Given Vectors X1=(2,-2,1) X2=(1,4,-1) and X3=(4,6,-3) The Vectors X1, X2, X3 form a
squarematrix.
2 1 4 2 1 4
Let A 2
4 6 Then A2 4 6
1 1 3 1 1 3
= 2(-12+6)+2(-3+4)+1(6-16) = -20≠0
The given vectors are linearly dependent |A|≠0
Solved Problems :
1). Solve the system of equations x+3y-2z = 0, 2x-y+4z = 0, x-11y+14z =0
1 3 2 x 0
Sol: We write the given system is AX=0 i.e. 2 1 4y 0
1 11 4 z 0
1 2
3
R2 →R2-2R1;R3→R3-R1 A ~ 0 7 8
0 14 16
1 3 2
R3→R3-2R2
A ~ 0 7 8
0 0 0
1 4 5 0
R R ~ 3 2 1 0
1 3
2 13 0
R2 R 2 3R 1 4 5 0
1
~0 14 14 0
R R2R
3 3 1
0 7 7 0
1 4 5 0
R 2R R ~ 0 14 14 0 it is echelon form.
3 3 2
0 0 0 0
The Rank of the A = 2 i.e. ρ(A) = 2 < No. of unknowns = 3
Hence the system has non trivial solutions. From echelon form, reduced equations are
x 4 y 5z 0 and 14 y 14z 0
Let z k then y k and x 4k 5k 0 x k.
x k 1
Thus, the solution set is X yk k 1 K.
z k 1
3). ShowthattheonlyrealnumberZforwhichthesystemx+2y+3z=Zx,3x+y+2z=Zy,
2x+3y+z = Zz, has non-zero solution is 6 and solvethem.
1 2 3 x 0
Sol: Above system can we expressed as AX=0 i.e.3 1 2 y0
2 3 1 z0
Given system of equations possess a non –zero solution i.e. ρ (A) < no. of unknowns.
For this we must have det A = 0
1 2 3
3 1 2 0
2 3 1
6 6 6
R1 R1 R2R3 3 1 2 0
2 3 1
1 1 1
(6 ) 3 1 2 0
2 3 1
1 0 0
C2→ C2− C1, C3→C3−C1 (6 − Z)|3 −2−Z −1 | = 0
2 1 −1 −Z
(6-Z)[(-2- Z)(-1- Z)+1] =0
(6- Z) (Z2+3 Z+3) = 0
Z = 6 only real values.
When Z = 6, the given system becomes
5 2 3 x 0
35 2 y0
2 3 5
z0
5 2 3 x 0
R2 →5R2+3R1,R3→5R3+2R1 ~0
19 19 y 0
0 19 19 z0
5 2 3 x 0
R3→R3+R2 ~0 19 19 y 0
2 0 81 2 2 1 20162
20162 0081