SlideShare a Scribd company logo
Test of
Consistency (or)
Consistency of
Linear Equations
Dr. R. MUTHUKRISHNAVENI
SAIVA BHANU KSHATRIYA
COLLEGE, ARUPPUKOTTAI
Consistency of linear equations
– A system of linear equation is said to be consistent. It refers to the
linear equations have only one solution
– Ex. 1 – The system of linear equations
– X + Y =3
– 2X – Y = 3
– Has a solution X = 2 and Y = 1.
– Hence the system of linear equation is consistent
X + Y =3
2X - Y= 3
3X = 6
X=6/3=2
X=2
X+Y=3
2+Y=3
Y=3-2
Y=1
Inconsistency of Linear equations
– A system of linear equation is said to be inconsistent. It refers to the
linear equations have more than one solution
– Ex. 2 The system of linear equation
– X +Y = 3
– 3X + 3Y = 9
– Has more than one solution. The equation is a multiple of 1st
equation. From the equation, X has the value of 1 or 2 like wise Y has
the value of 2 or 1. That means X = 1; Y = 2 or X= 2; Y =1
How to find
consistency/inconsistency
– Step 1: Convert the equations in to matrix form(AX = B)
– Step 2: club the first matrix and answer matrix (A:B)
– Step 3. Find the rank of A and A:B with help of Gauss elimination
method(only row elimination that is row rank(row echelon)
– Step 4: If the Rank of A = Rank of A:B then the equations are
consistent
– Step 5: If the rank of a matrix(A:B) = the number of variables then the
equations have unique solution for variable
– Step 6: Repeated the row elimination process find the variable value
X + 2Y = 5
4X – Y = 2
1 2
4 −1
x
𝑋
𝑌
=
5
2
AX = B
A:B =
1 2
4 −1
|
5
2Rank of A =
2(Two rows
are
independent)
Rank of A:B =
2(Two rows are
independent)
2=2(X&Y)
Illustration 1
– Test the consistency of the system of linear equation and also find the
value of X and Y
– X + 2Y = 5
– 4X – Y = 2
Solution
– X + 2Y = 5; 4X – Y =2
– Convert into Matrix form
–
1 2
4 −1
𝑥
𝑋
𝑌
=
5
2
Here A =
1 2
4 −1
, X =
𝑋
𝑌
and B =
5
2
– A:B =
1 2
4 −1
5
2
– Rank of A
– A =
1 2
4 −1
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 4𝑅1
≅
1 2
4 − 4 −1 − 8
=
1 2
0 −9
– Two rows are independent
Solution - Continue
– Rank of A:B =
1 2
4 −1
5
2
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 4𝑅1
≅
1 2
4 − 4 −1 − 8
5
2 − 20
– =
1 2
0 −9
5
−18
Two rows are independent Rank of A:B = 2
– Therefore Rank of A = Rank of A:B = Number of variables(X and Y)
– 2 = 2 = 2 Hence the system linear equations is consistent and have a
unique solution
Solution - Continue
– Repeated the Row elimination method
– A:B =
1 2
4 −1
5
2
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 4𝑅1
≅
1 2
4 − 4 −1 − 8
5
2 − 20
– =
1 2
0 −9
5
−18
𝑅1 → 𝑅1
𝑅2 → 𝑅2 /−9
≅
1 2
0/−9 −9/−9
5
−18/−9
=
1 2
0 1
5
2
– =
1 2
0 1
5
2
𝑅1 → 𝑅1 − 2𝑅2
𝑅2 → 𝑅2
≅
1 − 0 2 − 2
0 1
5 − 4
2
=
1 0
0 1
1
2
– We can get unit square matrix of A
Solution - Continue
– Also we can write A:B =
1 0
0 1
1
2
as
–
1 0
0 1
x
𝑋
𝑌
=
1
2
– 1X +0Y =1 → X = 1
– 0X+1Y = 2 → Y= 2
– Hence it is a unique solution of the system.
Illustration 2
– Test the consistency of the system of linear equation and also find the
value of X , Y and Z
– X + Y + Z =9
– 2X + 5Y + 7Z = 52
– 2X + Y – Z = 0
Solution
– X + Y + Z =9
– 2X + 5Y + 7Z = 52
– 2X + Y – Z = 0
–
1 1 1
2 5 7
2 1 −1
𝑋
𝑌
𝑍
=
9
52
0
– AX = B
– A:B =
1 1 1
2 5 7
2 1 −1
9
52
0
Solution - Continue
– A:B =
1 1 1
2 5 7
2 1 −1
9
52
0
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 2𝑅1
𝑅3 → 𝑅 − 2𝑅1
≅
1 1 1
2 − 2 5 − 2 7 − 2
2 − 2 1 − 2 −1 − 2
9
52 − 18
0 − 18
– =
1 1 1
0 3 5
0 −1 −3
9
34
−18
𝑅1 → 𝑅1
𝑅2 → 𝑅2
𝑅3 → −3𝑅3 − 𝑅2
≅
1 1 1
0 3 5
0 3 − 3 9 − 5
9
34
54 − 34
Solution - Continue
–
1 1 1
0 3 5
0 3 − 3 9 − 5
9
34
54 − 34
=
1 1 1
0 3 5
0 0 4
9
34
20
–
1 1 1
0 3 5
0 0 4
𝑋
𝑌
𝑍
=
9
34
20
𝑋 + 𝑌 + 𝑍 = 9
3𝑌 + 5𝑍 = 34
4𝑍 = 20
– Z = 20/4 =5
– 3Y+ 5(5) = 34; 3Y = 34 – 25; 3Y = 9; Y = 9/3 = 3
– X+3+5 = 9; X = 9 – 3 – 5; X = 1
– X = 1; Y = 3; Z = 5
Three rows of A and A:B
are independent
Rank of both matrices = 3
Number of variables = 3
(X,Y&Z)
Illustration 3
– Test the consistency of the system of equations.
–
𝑋 + 𝑌 + 𝑍 = 6
2𝑋 + 3𝑌 − 𝑍 = 5
– Sol:
–
1 1 1
2 3 −1
𝑋
𝑌
𝑍
=
6
5
⇒ 𝐴𝑋 = 𝐵; A=
1 1 1
2 3 −1
X=
𝑋
𝑌
𝑍
B=
6
5
– A:B =
1 1 1
2 3 −1
6
5
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 2𝑅1
≅
1 1 1
2 − 2 3 − 2 −1 − 2
6
5 − 12
Solution - Continue
–
1 1 1
2 − 2 3 − 2 −1 − 2
6
5 − 12
=
1 1 1
0 1 −3
6
−7
– Rank of A = Rank of A:B = 2 (Two rows independent)
– But Number of variables = 3
– Therefore the system of linear equation is consistent and the system
has infinite number of solution
Illustration 4
– Test the consistency of the system of equations
–
𝑋 − 4𝑌 + 7𝑍 = 8
3𝑋 + 8𝑌 − 2𝑍 = 6
7𝑋 − 8𝑌 + 26𝑍 = 31
– Sol:
–
1 −4 7
3 8 −2
7 −8 26
𝑋
𝑌
𝑍
=
8
6
31
Solution - continue
–
1 −4 7
3 8 −2
7 −8 26
8
6
31
𝑅1 → 𝑅1
𝑅2 → 𝑅2 − 3𝑅1
𝑅3 → 𝑅3 − 7𝑅1
– ≅
1 −4 7
3 − 3 8 + 12 −2 − 21
7 − 7 −8 + 28 26 − 49
8
6 − 24
31 − 56
=
1 −4 7
0 20 −23
0 20 −23
8
−18
−25
𝑅1 → 𝑅1
𝑅2 → 𝑅2
𝑅3 → 𝑅3 − 𝑅2
≅
1 −4 7
0 20 −23
0 20 − 20 −23 + 23
8
−18
−25 + 18
Solution - Continue
–
1 −4 7
0 20 −23
0 0 0
8
−18
−7
– Rank of A = 2 (Two rows are independent) and Rank of A:B = 3 (Three
rows are independent) are not equal.
– The system of equations are inconsistent.

More Related Content

What's hot

Real analysis
Real analysis Real analysis
Real analysis
Kalaiselviprakash
 
Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)
Eduron e-Learning Private Limited
 
Maths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamoMaths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamo
Victor Dungwa
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
Farzad Javidanrad
 
Partial differentiation
Partial differentiationPartial differentiation
Partial differentiation
Tanuj Parikh
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
Diler4
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
Raj Parekh
 
Real analysis
Real analysisReal analysis
Real analysis
Kalaiselviprakash
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
shubham211
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
Rafay Farooq
 
Arithmetic and geometric_sequences
Arithmetic and geometric_sequencesArithmetic and geometric_sequences
Arithmetic and geometric_sequences
Dreams4school
 
Complex analysis
Complex analysisComplex analysis
Complex analysis
sujathavvv
 
Ch- 6 Linear inequalities of class 11
Ch- 6 Linear inequalities of class 11Ch- 6 Linear inequalities of class 11
Ch- 6 Linear inequalities of class 11
Lokesh Choudhary
 
Chapter 11 - Differentiation
Chapter 11 - DifferentiationChapter 11 - Differentiation
Chapter 11 - Differentiation
Muhammad Bilal Khairuddin
 
Linear combination
Linear combinationLinear combination
Linear combination
joannahstevens
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
Swetalina Pradhan
 
Logarithms
LogarithmsLogarithms
Logarithms
siking26
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
τυσηαρ ηαβιβ
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
MalathiNagarajan20
 
Independence, basis and dimension
Independence, basis and dimensionIndependence, basis and dimension
Independence, basis and dimension
ATUL KUMAR YADAV
 

What's hot (20)

Real analysis
Real analysis Real analysis
Real analysis
 
Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)
 
Maths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamoMaths sequence and series grade 12 boitlamo
Maths sequence and series grade 12 boitlamo
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Partial differentiation
Partial differentiationPartial differentiation
Partial differentiation
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
Linear transformation.ppt
Linear transformation.pptLinear transformation.ppt
Linear transformation.ppt
 
Real analysis
Real analysisReal analysis
Real analysis
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
 
Arithmetic and geometric_sequences
Arithmetic and geometric_sequencesArithmetic and geometric_sequences
Arithmetic and geometric_sequences
 
Complex analysis
Complex analysisComplex analysis
Complex analysis
 
Ch- 6 Linear inequalities of class 11
Ch- 6 Linear inequalities of class 11Ch- 6 Linear inequalities of class 11
Ch- 6 Linear inequalities of class 11
 
Chapter 11 - Differentiation
Chapter 11 - DifferentiationChapter 11 - Differentiation
Chapter 11 - Differentiation
 
Linear combination
Linear combinationLinear combination
Linear combination
 
Matrix Algebra seminar ppt
Matrix Algebra seminar pptMatrix Algebra seminar ppt
Matrix Algebra seminar ppt
 
Logarithms
LogarithmsLogarithms
Logarithms
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Independence, basis and dimension
Independence, basis and dimensionIndependence, basis and dimension
Independence, basis and dimension
 

Similar to Test of consistency

Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
Juan Miguel Palero
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknows
mstf mstf
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
swartzje
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equations
kliegey524
 
Math presentation
Math presentationMath presentation
Math presentation
MdAlAmin187
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)
florian Manzanilla
 
Solving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by GraphingSolving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by Graphing
Joey Valdriz
 
Final presentation
Final presentationFinal presentation
Final presentation
paezp
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
Hazel Joy Chong
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
TharunSangeeth
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
Pooja M
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
toni dimella
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
alrosiemae
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
VivekNaithani3
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuria
Dhiraj Singh
 
(8) Lesson 3.7
(8) Lesson 3.7(8) Lesson 3.7
(8) Lesson 3.7
wzuri
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
dionesioable
 
January18
January18January18
January18
khyps13
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
Nazrin Nazdri
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
swartzje
 

Similar to Test of consistency (20)

Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Linear systems with 3 unknows
Linear systems with 3 unknowsLinear systems with 3 unknows
Linear systems with 3 unknows
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equations
 
Math presentation
Math presentationMath presentation
Math presentation
 
Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)Topic 8 (Writing Equations Of A Straight Lines)
Topic 8 (Writing Equations Of A Straight Lines)
 
Solving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by GraphingSolving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by Graphing
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Linear Equations
Linear Equations Linear Equations
Linear Equations
 
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra BoardMATHS - Linear equation in two variable (Class - X) Maharashtra Board
MATHS - Linear equation in two variable (Class - X) Maharashtra Board
 
M1 L5 Remediation Notes
M1 L5 Remediation NotesM1 L5 Remediation Notes
M1 L5 Remediation Notes
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
Linear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuriaLinear equations Class 10 by aryan kathuria
Linear equations Class 10 by aryan kathuria
 
(8) Lesson 3.7
(8) Lesson 3.7(8) Lesson 3.7
(8) Lesson 3.7
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
 
January18
January18January18
January18
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
 

More from muthukrishnaveni anand

crypto_erupee.pptx
crypto_erupee.pptxcrypto_erupee.pptx
crypto_erupee.pptx
muthukrishnaveni anand
 
Emotional distress_chapter-6_G1.pptx
Emotional distress_chapter-6_G1.pptxEmotional distress_chapter-6_G1.pptx
Emotional distress_chapter-6_G1.pptx
muthukrishnaveni anand
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
muthukrishnaveni anand
 
enhancing emplyability.pptx
enhancing emplyability.pptxenhancing emplyability.pptx
enhancing emplyability.pptx
muthukrishnaveni anand
 
BS6_Measurement of Trend.pptx
BS6_Measurement of Trend.pptxBS6_Measurement of Trend.pptx
BS6_Measurement of Trend.pptx
muthukrishnaveni anand
 
Practical Application of Central Value.pptx
Practical Application of Central Value.pptxPractical Application of Central Value.pptx
Practical Application of Central Value.pptx
muthukrishnaveni anand
 
BS_5Correlation.pptx
BS_5Correlation.pptxBS_5Correlation.pptx
BS_5Correlation.pptx
muthukrishnaveni anand
 
BS_4SKEWNESS.pptx
BS_4SKEWNESS.pptxBS_4SKEWNESS.pptx
BS_4SKEWNESS.pptx
muthukrishnaveni anand
 
BS_3Standard Deviation.pptx
BS_3Standard Deviation.pptxBS_3Standard Deviation.pptx
BS_3Standard Deviation.pptx
muthukrishnaveni anand
 
BS_3Quartile Deviation.pptx
BS_3Quartile Deviation.pptxBS_3Quartile Deviation.pptx
BS_3Quartile Deviation.pptx
muthukrishnaveni anand
 
BS_3Measure of Dispersion.pptx
BS_3Measure of Dispersion.pptxBS_3Measure of Dispersion.pptx
BS_3Measure of Dispersion.pptx
muthukrishnaveni anand
 
BS_2WEIGHTED ARITHMETIC MEAN.pptx
BS_2WEIGHTED ARITHMETIC MEAN.pptxBS_2WEIGHTED ARITHMETIC MEAN.pptx
BS_2WEIGHTED ARITHMETIC MEAN.pptx
muthukrishnaveni anand
 
BS_2Relationship Among the Averages.pptx
BS_2Relationship Among the Averages.pptxBS_2Relationship Among the Averages.pptx
BS_2Relationship Among the Averages.pptx
muthukrishnaveni anand
 
BS_2Harmonic Mean.pptx
BS_2Harmonic Mean.pptxBS_2Harmonic Mean.pptx
BS_2Harmonic Mean.pptx
muthukrishnaveni anand
 
BS_2Geometric Mean.pptx
BS_2Geometric Mean.pptxBS_2Geometric Mean.pptx
BS_2Geometric Mean.pptx
muthukrishnaveni anand
 
BS_2Combined Arithmetic Mean.pptx
BS_2Combined Arithmetic Mean.pptxBS_2Combined Arithmetic Mean.pptx
BS_2Combined Arithmetic Mean.pptx
muthukrishnaveni anand
 
TEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptxTEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptx
muthukrishnaveni anand
 
Risk Management and Control(Insurance).pptx
Risk Management and Control(Insurance).pptxRisk Management and Control(Insurance).pptx
Risk Management and Control(Insurance).pptx
muthukrishnaveni anand
 
enhancing emplyability.pptx
enhancing emplyability.pptxenhancing emplyability.pptx
enhancing emplyability.pptx
muthukrishnaveni anand
 
Literacy - way to entrepreneurship.pptx
Literacy - way to entrepreneurship.pptxLiteracy - way to entrepreneurship.pptx
Literacy - way to entrepreneurship.pptx
muthukrishnaveni anand
 

More from muthukrishnaveni anand (20)

crypto_erupee.pptx
crypto_erupee.pptxcrypto_erupee.pptx
crypto_erupee.pptx
 
Emotional distress_chapter-6_G1.pptx
Emotional distress_chapter-6_G1.pptxEmotional distress_chapter-6_G1.pptx
Emotional distress_chapter-6_G1.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
enhancing emplyability.pptx
enhancing emplyability.pptxenhancing emplyability.pptx
enhancing emplyability.pptx
 
BS6_Measurement of Trend.pptx
BS6_Measurement of Trend.pptxBS6_Measurement of Trend.pptx
BS6_Measurement of Trend.pptx
 
Practical Application of Central Value.pptx
Practical Application of Central Value.pptxPractical Application of Central Value.pptx
Practical Application of Central Value.pptx
 
BS_5Correlation.pptx
BS_5Correlation.pptxBS_5Correlation.pptx
BS_5Correlation.pptx
 
BS_4SKEWNESS.pptx
BS_4SKEWNESS.pptxBS_4SKEWNESS.pptx
BS_4SKEWNESS.pptx
 
BS_3Standard Deviation.pptx
BS_3Standard Deviation.pptxBS_3Standard Deviation.pptx
BS_3Standard Deviation.pptx
 
BS_3Quartile Deviation.pptx
BS_3Quartile Deviation.pptxBS_3Quartile Deviation.pptx
BS_3Quartile Deviation.pptx
 
BS_3Measure of Dispersion.pptx
BS_3Measure of Dispersion.pptxBS_3Measure of Dispersion.pptx
BS_3Measure of Dispersion.pptx
 
BS_2WEIGHTED ARITHMETIC MEAN.pptx
BS_2WEIGHTED ARITHMETIC MEAN.pptxBS_2WEIGHTED ARITHMETIC MEAN.pptx
BS_2WEIGHTED ARITHMETIC MEAN.pptx
 
BS_2Relationship Among the Averages.pptx
BS_2Relationship Among the Averages.pptxBS_2Relationship Among the Averages.pptx
BS_2Relationship Among the Averages.pptx
 
BS_2Harmonic Mean.pptx
BS_2Harmonic Mean.pptxBS_2Harmonic Mean.pptx
BS_2Harmonic Mean.pptx
 
BS_2Geometric Mean.pptx
BS_2Geometric Mean.pptxBS_2Geometric Mean.pptx
BS_2Geometric Mean.pptx
 
BS_2Combined Arithmetic Mean.pptx
BS_2Combined Arithmetic Mean.pptxBS_2Combined Arithmetic Mean.pptx
BS_2Combined Arithmetic Mean.pptx
 
TEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptxTEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptx
 
Risk Management and Control(Insurance).pptx
Risk Management and Control(Insurance).pptxRisk Management and Control(Insurance).pptx
Risk Management and Control(Insurance).pptx
 
enhancing emplyability.pptx
enhancing emplyability.pptxenhancing emplyability.pptx
enhancing emplyability.pptx
 
Literacy - way to entrepreneurship.pptx
Literacy - way to entrepreneurship.pptxLiteracy - way to entrepreneurship.pptx
Literacy - way to entrepreneurship.pptx
 

Recently uploaded

How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 

Recently uploaded (20)

How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 

Test of consistency

  • 1. Test of Consistency (or) Consistency of Linear Equations Dr. R. MUTHUKRISHNAVENI SAIVA BHANU KSHATRIYA COLLEGE, ARUPPUKOTTAI
  • 2. Consistency of linear equations – A system of linear equation is said to be consistent. It refers to the linear equations have only one solution – Ex. 1 – The system of linear equations – X + Y =3 – 2X – Y = 3 – Has a solution X = 2 and Y = 1. – Hence the system of linear equation is consistent X + Y =3 2X - Y= 3 3X = 6 X=6/3=2 X=2 X+Y=3 2+Y=3 Y=3-2 Y=1
  • 3. Inconsistency of Linear equations – A system of linear equation is said to be inconsistent. It refers to the linear equations have more than one solution – Ex. 2 The system of linear equation – X +Y = 3 – 3X + 3Y = 9 – Has more than one solution. The equation is a multiple of 1st equation. From the equation, X has the value of 1 or 2 like wise Y has the value of 2 or 1. That means X = 1; Y = 2 or X= 2; Y =1
  • 4. How to find consistency/inconsistency – Step 1: Convert the equations in to matrix form(AX = B) – Step 2: club the first matrix and answer matrix (A:B) – Step 3. Find the rank of A and A:B with help of Gauss elimination method(only row elimination that is row rank(row echelon) – Step 4: If the Rank of A = Rank of A:B then the equations are consistent – Step 5: If the rank of a matrix(A:B) = the number of variables then the equations have unique solution for variable – Step 6: Repeated the row elimination process find the variable value X + 2Y = 5 4X – Y = 2 1 2 4 −1 x 𝑋 𝑌 = 5 2 AX = B A:B = 1 2 4 −1 | 5 2Rank of A = 2(Two rows are independent) Rank of A:B = 2(Two rows are independent) 2=2(X&Y)
  • 5. Illustration 1 – Test the consistency of the system of linear equation and also find the value of X and Y – X + 2Y = 5 – 4X – Y = 2
  • 6. Solution – X + 2Y = 5; 4X – Y =2 – Convert into Matrix form – 1 2 4 −1 𝑥 𝑋 𝑌 = 5 2 Here A = 1 2 4 −1 , X = 𝑋 𝑌 and B = 5 2 – A:B = 1 2 4 −1 5 2 – Rank of A – A = 1 2 4 −1 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 4𝑅1 ≅ 1 2 4 − 4 −1 − 8 = 1 2 0 −9 – Two rows are independent
  • 7. Solution - Continue – Rank of A:B = 1 2 4 −1 5 2 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 4𝑅1 ≅ 1 2 4 − 4 −1 − 8 5 2 − 20 – = 1 2 0 −9 5 −18 Two rows are independent Rank of A:B = 2 – Therefore Rank of A = Rank of A:B = Number of variables(X and Y) – 2 = 2 = 2 Hence the system linear equations is consistent and have a unique solution
  • 8. Solution - Continue – Repeated the Row elimination method – A:B = 1 2 4 −1 5 2 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 4𝑅1 ≅ 1 2 4 − 4 −1 − 8 5 2 − 20 – = 1 2 0 −9 5 −18 𝑅1 → 𝑅1 𝑅2 → 𝑅2 /−9 ≅ 1 2 0/−9 −9/−9 5 −18/−9 = 1 2 0 1 5 2 – = 1 2 0 1 5 2 𝑅1 → 𝑅1 − 2𝑅2 𝑅2 → 𝑅2 ≅ 1 − 0 2 − 2 0 1 5 − 4 2 = 1 0 0 1 1 2 – We can get unit square matrix of A
  • 9. Solution - Continue – Also we can write A:B = 1 0 0 1 1 2 as – 1 0 0 1 x 𝑋 𝑌 = 1 2 – 1X +0Y =1 → X = 1 – 0X+1Y = 2 → Y= 2 – Hence it is a unique solution of the system.
  • 10. Illustration 2 – Test the consistency of the system of linear equation and also find the value of X , Y and Z – X + Y + Z =9 – 2X + 5Y + 7Z = 52 – 2X + Y – Z = 0
  • 11. Solution – X + Y + Z =9 – 2X + 5Y + 7Z = 52 – 2X + Y – Z = 0 – 1 1 1 2 5 7 2 1 −1 𝑋 𝑌 𝑍 = 9 52 0 – AX = B – A:B = 1 1 1 2 5 7 2 1 −1 9 52 0
  • 12. Solution - Continue – A:B = 1 1 1 2 5 7 2 1 −1 9 52 0 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 2𝑅1 𝑅3 → 𝑅 − 2𝑅1 ≅ 1 1 1 2 − 2 5 − 2 7 − 2 2 − 2 1 − 2 −1 − 2 9 52 − 18 0 − 18 – = 1 1 1 0 3 5 0 −1 −3 9 34 −18 𝑅1 → 𝑅1 𝑅2 → 𝑅2 𝑅3 → −3𝑅3 − 𝑅2 ≅ 1 1 1 0 3 5 0 3 − 3 9 − 5 9 34 54 − 34
  • 13. Solution - Continue – 1 1 1 0 3 5 0 3 − 3 9 − 5 9 34 54 − 34 = 1 1 1 0 3 5 0 0 4 9 34 20 – 1 1 1 0 3 5 0 0 4 𝑋 𝑌 𝑍 = 9 34 20 𝑋 + 𝑌 + 𝑍 = 9 3𝑌 + 5𝑍 = 34 4𝑍 = 20 – Z = 20/4 =5 – 3Y+ 5(5) = 34; 3Y = 34 – 25; 3Y = 9; Y = 9/3 = 3 – X+3+5 = 9; X = 9 – 3 – 5; X = 1 – X = 1; Y = 3; Z = 5 Three rows of A and A:B are independent Rank of both matrices = 3 Number of variables = 3 (X,Y&Z)
  • 14. Illustration 3 – Test the consistency of the system of equations. – 𝑋 + 𝑌 + 𝑍 = 6 2𝑋 + 3𝑌 − 𝑍 = 5 – Sol: – 1 1 1 2 3 −1 𝑋 𝑌 𝑍 = 6 5 ⇒ 𝐴𝑋 = 𝐵; A= 1 1 1 2 3 −1 X= 𝑋 𝑌 𝑍 B= 6 5 – A:B = 1 1 1 2 3 −1 6 5 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 2𝑅1 ≅ 1 1 1 2 − 2 3 − 2 −1 − 2 6 5 − 12
  • 15. Solution - Continue – 1 1 1 2 − 2 3 − 2 −1 − 2 6 5 − 12 = 1 1 1 0 1 −3 6 −7 – Rank of A = Rank of A:B = 2 (Two rows independent) – But Number of variables = 3 – Therefore the system of linear equation is consistent and the system has infinite number of solution
  • 16. Illustration 4 – Test the consistency of the system of equations – 𝑋 − 4𝑌 + 7𝑍 = 8 3𝑋 + 8𝑌 − 2𝑍 = 6 7𝑋 − 8𝑌 + 26𝑍 = 31 – Sol: – 1 −4 7 3 8 −2 7 −8 26 𝑋 𝑌 𝑍 = 8 6 31
  • 17. Solution - continue – 1 −4 7 3 8 −2 7 −8 26 8 6 31 𝑅1 → 𝑅1 𝑅2 → 𝑅2 − 3𝑅1 𝑅3 → 𝑅3 − 7𝑅1 – ≅ 1 −4 7 3 − 3 8 + 12 −2 − 21 7 − 7 −8 + 28 26 − 49 8 6 − 24 31 − 56 = 1 −4 7 0 20 −23 0 20 −23 8 −18 −25 𝑅1 → 𝑅1 𝑅2 → 𝑅2 𝑅3 → 𝑅3 − 𝑅2 ≅ 1 −4 7 0 20 −23 0 20 − 20 −23 + 23 8 −18 −25 + 18
  • 18. Solution - Continue – 1 −4 7 0 20 −23 0 0 0 8 −18 −7 – Rank of A = 2 (Two rows are independent) and Rank of A:B = 3 (Three rows are independent) are not equal. – The system of equations are inconsistent.