SlideShare una empresa de Scribd logo
1 de 29
-K.THARUN SANGEETH
CSE-B
20G21A0572
WHAT IS A LINEAR SYSTEM?
A linear system includes two, or more,
equations, and each includes two or more
variables.
When two equations are used to model a
problem, it is called a linear system.
INTRODUCTION TO SYSTEMS OF LINEAR
EQUATIONS
A linear equation in n variables:
a0 + a1x1 + a2x2 + a3x3 + …... + anxn = b
a1,a2,a3,…,an, b: real number
a1: leading coefficient
x1: leading variable
A system of m linear equations in n variables:
a1x1 + a12x2 + a13x3 + · · · · + a1nxn = b1
a21x1 + a22x2 + a23x3 + · · · · + a2nxn = b2
a31x1 + a32x2 + a33x3 + · · · · + a3nxn = b3
. . . . .
. . . . .
. . . . .
am1x1 + am2x2 + am3x3 + · · · + amnxn = bm
Consistent:
A system of linear equations has at least one solution.
Inconsistent:
A system of linear equations has no solution.
FINDING A SOLUTION BY GRAPHING
Since our chances of guessing the right coordinates
to try for a solution are not that high, we’ll be more
successful if we try a different technique.
 Since a solution of a system of equations is a
solution common to both equations, it would also be a
point common to the graphs of both equations.
 So to find the solution of a system of 2 linear
equations, graph the equations and see where the
lines intersect.
Example-1 :
Solve the following
system of equations
by graphing.
2x – y = 6 and
x + 3y = 10
First, graph 2x – y = 6
Second, graph x + 3y = 10
The lines APPEAR to intersect at (4, 2). Continued.
Example continued :
Although the solution to the system of equations
appears to be (4, 2), you still need to check the answer
by substituting x = 4 and y = 2 into the two equations.
First equation,
2(4) – 2 = 8 – 2 = 6 true
Second equation,
4 + 3(2) = 4 + 6 = 10 true
The point (4, 2) checks, so it is the solution of the
system.
Example-2 :
Solve the following
system of equations
by graphing.
– x + 3y = 6 and
3x – 9y = 9
First, graph – x + 3y = 6
Second, graph 3x-9y=9
The lines APPEAR to be parallel. Continued.
Example continued
Although the lines appear to be parallel, you still need to check
that they have the same slope. You can do this by solving for y.
First equation,
–x + 3y = 6
3y = x + 6 (add x to both sides)
3
1 y = x + 2 (divide both sides by 3)
Second equation,
3x – 9y = 9
–9y = –3x + 9 (subtract 3x from both sides)
3
1 y = x – 1 (divide both sides by –9)
Both lines have a slope of , so they are parallel and do not intersect. Hence,
there is no solution to the system
Slope is the ratio of the vertical rise to the
horizontal run between any two points on a line.
Usually referred to as the rise over run.
SLOPE
Rise is -10
because we
went down
Rise is 10
because we
went up
Run is 6
because we
went to the
right
Slope triangle between two
points. Notice that the slope
triangle can be drawn two
different ways.
The slope in this case is -10/-6 = 5/3
The slope in this case is 10/6 = 5/3
THE FORMULA IS USED WHEN YOU KNOW TWO
POINTS OF A LINE.
THEY LOOK LIKE A(X,Y) AND B(X,Y)
SLOPE=RISE/RUN = (Y2-Y1)/(X2-X1)
FORMULA FOR FINDING SLOPE
Find the slope of the line between the two points (-4, 8) and (10, -4)
If it helps label the points.
Then use the
Formula
(Y2-Y1)/(X2-X1) SUBSTITUTE INTO FORMULA [(-4)-(8)]/[(10)-(-4)]
Then Simplify
[(-4)-(8)]/[(10)-(-4)] = -12/14 = -6/7
Matrix equation
m x n matrix:
m rows
n columns
Notes:
1) Every entry aij in a matrix is a number.
2) A matrix with m rows and n columns is said to be of size m x n .
3) If m x n, then the matrix is called square of order n.
4) For a square matrix, the entries a11, a22, …. , ann are called the main
diagonal entries.
Matrix form: ax = b
Coefficient matrix:
= A
The Substitution Method
Another method (beside getting lucky with
trial and error or graphing the equations) that
can be used to solve systems of equations is
called the substitution method.
You solve one equation for one of the
variables, then substitute the new form of the
equation into the other equation for the
solved variable.
1) Solve one of the equations for a variable.
2) Substitute the expression from step 1 into the other
equation.
3) Solve the new equation.
4) Substitute the value found in step 3 into either equation
containing both variables.
5) Check the proposed solution in the original equations.
Solve the following system of equations using the
substitution method.
y = 2x – 5 and 8x – 4y = 20
Example :
Since the first equation is already solved for y, substitute
this value into the second equation.
8x – 4y = 20
8x – 4(2x – 5) = 20
8x – 8x + 20 = 20
20 = 20
(replace y with result from first equation)
(use distributive property)
(simplify left side)
Continued.
When you get a result, like the one on the previous slide, that is
obviously true for any value of the replacements for the
variables, this indicates that the two equations actually
represent the same line.
There are an infinite number of solutions for this system. Any
solution of one equation would automatically be a solution of
the other equation.
This represents a consistent system and the linear equations are
dependent equations.
Example continued
THE ELIMINATION METHOD
THE CRYPTOGRAPHIC METHOD
Solving systems of linear equations
by addition
ANOTHER METHOD THAT CAN BE USED TO SOLVE
SYSTEMS OF EQUATIONS IS CALLED THE ADDITION OR
ELIMINATION METHOD.
YOU MULTIPLY BOTH EQUATIONS BY NUMBERS THAT
WILL ALLOW YOU TO COMBINE THE TWO EQUATIONS
AND ELIMINATE ONE OF THE VARIABLES.
The Elimination Method
Solve the following system of equations using the
elimination method.
6x – 3y = –3 and 4x + 5y = –9
The Elimination Method
Example
Multiply both sides of the first equation by 5 and the second
equation by 3.
First equation,
5(6x – 3y) = 5(–3)
30x – 15y = –15 (use the distributive property)
Second equation,
3(4x + 5y) = 3(–9)
12x + 15y = –27 (use the distributive property)
Continued.
Combine the two resulting equations (eliminating
the variable y).
30x – 15y = –15
12x + 15y = –27
42x = –42
x = –1 (divide both sides by 42)
The Elimination Method
Example continued
Continued.
Substitute the value for x into one of the original
equations.
6x – 3y = –3
6(–1) – 3y = –3 (replace the x value in the first
equation)
–6 – 3y = –3 (simplify the left side)
–3y = –3 + 6 = 3 (add 6 to both sides and
simplify)
y = –1 (divide both sides by –3)
Our computations have produced the point (–1, –1).
The Elimination Method
Example continued
Continued.
Check the point in the original equations.
First equation,
6x – 3y = –3
6(–1) – 3(–1) = –3 true
Second equation,
4x + 5y = –9
4(–1) + 5(–1) = –9 true
The solution of the system is (–1, –1).
The Elimination Method
Example continued
Use of matrix
1 2
0 3
To obtain the Hill cipher for the obtain text message
I AM HIDING
Example
Solution :
If we group the plaintext into pairs and add the
dummy letter G to fill out the last pair we obtain
IA MH ID IN GG Continued.
or equivalently
91 13 8 94 9 14 77
To cipher the pain text, we form the matrix product
1 2 9 11
0 3 1 = 3
Example Continued
Whenever an integer greater than 25 occurs, it will be
by the remainder that results when this integer is
divided by 26
1 2 9 17
=
0 3 4 12
1 2 9 37 11
= or
0 3 14 42 16
The entire cipher text message is
KC CX QL KP UU
which would usually be transmitted as a single string
Without spaces
KCCXQLKPUU
Linear Equations

Más contenido relacionado

La actualidad más candente

Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3NG YIT HOE
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables shivangi gupta
 
3.1.2 Linear Equations in one Variable dfs
3.1.2 Linear Equations in one Variable dfs3.1.2 Linear Equations in one Variable dfs
3.1.2 Linear Equations in one Variable dfsFarhana Shaheen
 
Linear equation in two variable for class X(TEN) by G R Ahmed
Linear equation in two variable for class X(TEN) by G R AhmedLinear equation in two variable for class X(TEN) by G R Ahmed
Linear equation in two variable for class X(TEN) by G R AhmedMD. G R Ahmed
 
Linear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanLinear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanPragyan Poudyal
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copyYash Jain
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variablesmukundapriya
 
Solution of linear equation & inequality
Solution of linear equation & inequalitySolution of linear equation & inequality
Solution of linear equation & inequalityflorian Manzanilla
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variablesAbhaya Gupta
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT05092000
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variablesVinisha Pathak
 
Linear Equation In one variable class 7
 Linear Equation In one variable class 7 Linear Equation In one variable class 7
Linear Equation In one variable class 7Poulami Choudhury
 
Solving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICSSolving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICSCoreAces
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitieskhyps13
 
LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESManah Chhabra
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLENaveen R
 

La actualidad más candente (20)

Linear Equation in one variables 3
Linear Equation in one variables 3Linear Equation in one variables 3
Linear Equation in one variables 3
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables
 
3.1.2 Linear Equations in one Variable dfs
3.1.2 Linear Equations in one Variable dfs3.1.2 Linear Equations in one Variable dfs
3.1.2 Linear Equations in one Variable dfs
 
Linear equation in two variable for class X(TEN) by G R Ahmed
Linear equation in two variable for class X(TEN) by G R AhmedLinear equation in two variable for class X(TEN) by G R Ahmed
Linear equation in two variable for class X(TEN) by G R Ahmed
 
Linear equations in two variables- By- Pragyan
Linear equations in two variables- By- PragyanLinear equations in two variables- By- Pragyan
Linear equations in two variables- By- Pragyan
 
Linear Equations
Linear EquationsLinear Equations
Linear Equations
 
Linear equations rev - copy
Linear equations rev - copyLinear equations rev - copy
Linear equations rev - copy
 
linear equation in 2 variables
linear equation in 2 variableslinear equation in 2 variables
linear equation in 2 variables
 
Solution of linear equation & inequality
Solution of linear equation & inequalitySolution of linear equation & inequality
Solution of linear equation & inequality
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
Solving linear equation
Solving linear equationSolving linear equation
Solving linear equation
 
Linear Equation In one variable class 7
 Linear Equation In one variable class 7 Linear Equation In one variable class 7
Linear Equation In one variable class 7
 
Solving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICSSolving Linear Equations - GRADE 8 MATHEMATICS
Solving Linear Equations - GRADE 8 MATHEMATICS
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalities
 
LINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLESLINEAR EQUATION IN TWO VARIABLES
LINEAR EQUATION IN TWO VARIABLES
 
PAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLEPAIR OF LINEAR EQUATION IN TWO VARIABLE
PAIR OF LINEAR EQUATION IN TWO VARIABLE
 

Similar a Linear Equations

Linear equations
Linear equationsLinear equations
Linear equationsNisarg Amin
 
Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptAraMaeMina
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.pptreboy_arroyo
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variablesavb public school
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equationsalrosiemae
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations revYash Jain
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometrydionesioable
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equationsYash Jain
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015khyps13
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSRai University
 
January 29, 2014
January 29, 2014January 29, 2014
January 29, 2014khyps13
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equationstaco40
 
February 18, 2015
February 18, 2015February 18, 2015
February 18, 2015khyps13
 
linear equations in two variables
linear equations in two variableslinear equations in two variables
linear equations in two variablesMpumi Mokoena
 

Similar a Linear Equations (20)

Linear equations
Linear equationsLinear equations
Linear equations
 
Linear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).pptLinear Algebra - systems of equations (week 1).ppt
Linear Algebra - systems of equations (week 1).ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
systems of equations.ppt
systems of equations.pptsystems of equations.ppt
systems of equations.ppt
 
Maths
MathsMaths
Maths
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Linear equations rev
Linear equations revLinear equations rev
Linear equations rev
 
Module 1 plane coordinate geometry
Module 1   plane coordinate geometryModule 1   plane coordinate geometry
Module 1 plane coordinate geometry
 
Pair of linear equations
Pair of linear equationsPair of linear equations
Pair of linear equations
 
February 13, 2015
February 13, 2015February 13, 2015
February 13, 2015
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS
 
January 29, 2014
January 29, 2014January 29, 2014
January 29, 2014
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
 
February 18, 2015
February 18, 2015February 18, 2015
February 18, 2015
 
linear equations in two variables
linear equations in two variableslinear equations in two variables
linear equations in two variables
 

Último

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 

Último (20)

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 

Linear Equations

  • 2. WHAT IS A LINEAR SYSTEM? A linear system includes two, or more, equations, and each includes two or more variables. When two equations are used to model a problem, it is called a linear system.
  • 3. INTRODUCTION TO SYSTEMS OF LINEAR EQUATIONS A linear equation in n variables: a0 + a1x1 + a2x2 + a3x3 + …... + anxn = b a1,a2,a3,…,an, b: real number a1: leading coefficient x1: leading variable
  • 4. A system of m linear equations in n variables: a1x1 + a12x2 + a13x3 + · · · · + a1nxn = b1 a21x1 + a22x2 + a23x3 + · · · · + a2nxn = b2 a31x1 + a32x2 + a33x3 + · · · · + a3nxn = b3 . . . . . . . . . . . . . . . am1x1 + am2x2 + am3x3 + · · · + amnxn = bm Consistent: A system of linear equations has at least one solution. Inconsistent: A system of linear equations has no solution.
  • 5. FINDING A SOLUTION BY GRAPHING Since our chances of guessing the right coordinates to try for a solution are not that high, we’ll be more successful if we try a different technique.  Since a solution of a system of equations is a solution common to both equations, it would also be a point common to the graphs of both equations.  So to find the solution of a system of 2 linear equations, graph the equations and see where the lines intersect.
  • 6. Example-1 : Solve the following system of equations by graphing. 2x – y = 6 and x + 3y = 10 First, graph 2x – y = 6 Second, graph x + 3y = 10 The lines APPEAR to intersect at (4, 2). Continued.
  • 7. Example continued : Although the solution to the system of equations appears to be (4, 2), you still need to check the answer by substituting x = 4 and y = 2 into the two equations. First equation, 2(4) – 2 = 8 – 2 = 6 true Second equation, 4 + 3(2) = 4 + 6 = 10 true The point (4, 2) checks, so it is the solution of the system.
  • 8. Example-2 : Solve the following system of equations by graphing. – x + 3y = 6 and 3x – 9y = 9 First, graph – x + 3y = 6 Second, graph 3x-9y=9 The lines APPEAR to be parallel. Continued.
  • 9. Example continued Although the lines appear to be parallel, you still need to check that they have the same slope. You can do this by solving for y. First equation, –x + 3y = 6 3y = x + 6 (add x to both sides) 3 1 y = x + 2 (divide both sides by 3) Second equation, 3x – 9y = 9 –9y = –3x + 9 (subtract 3x from both sides) 3 1 y = x – 1 (divide both sides by –9) Both lines have a slope of , so they are parallel and do not intersect. Hence, there is no solution to the system
  • 10. Slope is the ratio of the vertical rise to the horizontal run between any two points on a line. Usually referred to as the rise over run. SLOPE Rise is -10 because we went down Rise is 10 because we went up Run is 6 because we went to the right Slope triangle between two points. Notice that the slope triangle can be drawn two different ways. The slope in this case is -10/-6 = 5/3 The slope in this case is 10/6 = 5/3
  • 11. THE FORMULA IS USED WHEN YOU KNOW TWO POINTS OF A LINE. THEY LOOK LIKE A(X,Y) AND B(X,Y) SLOPE=RISE/RUN = (Y2-Y1)/(X2-X1) FORMULA FOR FINDING SLOPE
  • 12. Find the slope of the line between the two points (-4, 8) and (10, -4) If it helps label the points. Then use the Formula (Y2-Y1)/(X2-X1) SUBSTITUTE INTO FORMULA [(-4)-(8)]/[(10)-(-4)] Then Simplify [(-4)-(8)]/[(10)-(-4)] = -12/14 = -6/7
  • 13. Matrix equation m x n matrix: m rows n columns Notes: 1) Every entry aij in a matrix is a number. 2) A matrix with m rows and n columns is said to be of size m x n . 3) If m x n, then the matrix is called square of order n. 4) For a square matrix, the entries a11, a22, …. , ann are called the main diagonal entries.
  • 14. Matrix form: ax = b Coefficient matrix: = A
  • 15. The Substitution Method Another method (beside getting lucky with trial and error or graphing the equations) that can be used to solve systems of equations is called the substitution method. You solve one equation for one of the variables, then substitute the new form of the equation into the other equation for the solved variable.
  • 16. 1) Solve one of the equations for a variable. 2) Substitute the expression from step 1 into the other equation. 3) Solve the new equation. 4) Substitute the value found in step 3 into either equation containing both variables. 5) Check the proposed solution in the original equations.
  • 17. Solve the following system of equations using the substitution method. y = 2x – 5 and 8x – 4y = 20 Example : Since the first equation is already solved for y, substitute this value into the second equation. 8x – 4y = 20 8x – 4(2x – 5) = 20 8x – 8x + 20 = 20 20 = 20 (replace y with result from first equation) (use distributive property) (simplify left side) Continued.
  • 18. When you get a result, like the one on the previous slide, that is obviously true for any value of the replacements for the variables, this indicates that the two equations actually represent the same line. There are an infinite number of solutions for this system. Any solution of one equation would automatically be a solution of the other equation. This represents a consistent system and the linear equations are dependent equations. Example continued
  • 19. THE ELIMINATION METHOD THE CRYPTOGRAPHIC METHOD Solving systems of linear equations by addition
  • 20. ANOTHER METHOD THAT CAN BE USED TO SOLVE SYSTEMS OF EQUATIONS IS CALLED THE ADDITION OR ELIMINATION METHOD. YOU MULTIPLY BOTH EQUATIONS BY NUMBERS THAT WILL ALLOW YOU TO COMBINE THE TWO EQUATIONS AND ELIMINATE ONE OF THE VARIABLES. The Elimination Method
  • 21. Solve the following system of equations using the elimination method. 6x – 3y = –3 and 4x + 5y = –9 The Elimination Method Example Multiply both sides of the first equation by 5 and the second equation by 3. First equation, 5(6x – 3y) = 5(–3) 30x – 15y = –15 (use the distributive property) Second equation, 3(4x + 5y) = 3(–9) 12x + 15y = –27 (use the distributive property) Continued.
  • 22. Combine the two resulting equations (eliminating the variable y). 30x – 15y = –15 12x + 15y = –27 42x = –42 x = –1 (divide both sides by 42) The Elimination Method Example continued Continued.
  • 23. Substitute the value for x into one of the original equations. 6x – 3y = –3 6(–1) – 3y = –3 (replace the x value in the first equation) –6 – 3y = –3 (simplify the left side) –3y = –3 + 6 = 3 (add 6 to both sides and simplify) y = –1 (divide both sides by –3) Our computations have produced the point (–1, –1). The Elimination Method Example continued Continued.
  • 24. Check the point in the original equations. First equation, 6x – 3y = –3 6(–1) – 3(–1) = –3 true Second equation, 4x + 5y = –9 4(–1) + 5(–1) = –9 true The solution of the system is (–1, –1). The Elimination Method Example continued
  • 25. Use of matrix 1 2 0 3 To obtain the Hill cipher for the obtain text message I AM HIDING Example Solution : If we group the plaintext into pairs and add the dummy letter G to fill out the last pair we obtain IA MH ID IN GG Continued.
  • 26. or equivalently 91 13 8 94 9 14 77 To cipher the pain text, we form the matrix product 1 2 9 11 0 3 1 = 3 Example Continued
  • 27. Whenever an integer greater than 25 occurs, it will be by the remainder that results when this integer is divided by 26 1 2 9 17 = 0 3 4 12 1 2 9 37 11 = or 0 3 14 42 16
  • 28. The entire cipher text message is KC CX QL KP UU which would usually be transmitted as a single string Without spaces KCCXQLKPUU