SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Class: B.Sc CS.
Subject: Discrete Mathematics
Unit-5
RAI UNIVERSITY, AHMEDABAD
UNIT-V- Solution of System of Linear Equations
using Matrix
 Equivalent System of Linear Equations:
Two linear systems using the same set of variables are equivalent if each of
the equations in the second system can be derived algebraically from the
equations in the first system, and vice-versa.
OR
Two systems are equivalent if either both are inconsistent or each equation of
any of them is a linear combination of the equations of the other one.
OR
Two linear systems are equivalent if and only if they have the same solution
set.
 Example-1.Prove that following system of linear equations (1) is
equivalent to (2).
(1) 𝒙 + 𝟒𝒚 = −𝟏𝟎 , 𝟑𝒙 − 𝒚 = 𝟗
(2) 𝟒𝒙 + 𝟑𝒚 = −𝟏, −𝟐𝒙 + 𝟓𝒚 = −𝟏𝟗
Solution:
Here we have
 𝑥 + 4𝑦 = −10 ………………………………………………………(1)
3𝑥 − 𝑦 = 9 ……………………………………………………………(2)
 Multiply equation (2) by 4 and add in to (1) we get
𝑥 + 4𝑦 = −10
12𝑥 − 4𝑦 = 36
_______________________
13𝑥 = 26
∴ 𝑥 = 2
 Put 𝑥 = 2 in equation (1) we get 2 + 4𝑦 = −10
∴ 4𝑦 = −12 ⟹ 𝑦 = −3
 Hence we get solution set (𝑥, 𝑦) = (2, −3)for system of linear equations
(1). Now we have to check for System (2) .
 Here we have,
4𝑥 + 3𝑦 = −1……………………………………………………… (1)
−2𝑥 + 5𝑦 = −19 …………………………………………………... (2)
 Multiply equation (2) by 2 and add in to (1) we get
4𝑥 + 3𝑦 = −1
−4𝑥 + 10𝑦 = −38
_______________________
13𝑦 = −39
∴ 𝑦 = −3
 Now put 𝑦 = −3in equation (1) we get 4𝑥 − 9 = −1
⟹ 4𝑥 = 8
⟹ 𝑥 = 2
 Hence we get solution set (2,-3) for system of linear equations (2)
 ∴ Both systems have same solution therefore we can say that system (1)
is equivalent to system (2).
 Homogeneous Systemof linear Equations:
A system of linear equations is homogeneous if all of the constant terms are
zero:
A homogeneous system is equivalent to a matrix equation of the form AX=0
Where A is an m × n matrix, x is a column vector with n entries, and 0 is the
zero vectors with m entries.
For a system of homogeneous linear equations 𝐴𝑋 = 0.
1) 𝑋 = 0 is always a solution. This solution in which each unknown has
the value zero is called the Null solution or the trivial solution. Thus a
homogeneous system is always consistent. (i.e it has solution)
2) A system of homogeneous linear equations has either the trivial
solution or an infinite number of solutions.
3) If 𝑅( 𝐴) = number of unknowns, the system has only the trivial
solution.
4) If 𝑅(𝐴) < number of unknowns, the system has an infinite number of
non –trivial solutions.
 Example-1. Determine ‘b’ such that the system of homogeneous
equations
𝟐𝒙 + 𝒚 + 𝟐𝒛 = 𝟎
𝒙 + 𝒚 + 𝟑𝒛 = 𝟎
𝟒𝒙 + 𝟑𝒚 + 𝒃𝒛 = 𝟎
Has (i) trivial solution
(ii) Non-trivial solution.
Find the Non–Trivial solution using matrix method.
Solution:
A systemof homogeneous linear equations
AX=0
Always has a solution
If R(A) equal to n
Unique or trivial solution
If R(A) less than n
Infiniteno. of non trivial
solution
 Here we have,
2𝑥 + 𝑦 + 2𝑧 = 0
𝑥 + 𝑦 + 3𝑧 = 0
4𝑥 + 3𝑦 + 𝑏𝑧 = 0
 (i) For trivial Solution: We know that 𝑥 = 0, 𝑦 = 0 𝑎𝑛𝑑 𝑧 = 0. So, b
can have any value.
 (ii) For non trivial Solution: The given equations are written in the
matrix form as
 [
2 1 2
1 1 3
4 3 𝑏
][
𝑥
𝑦
𝑧
] = [
0
0
0
]
 [
1 1 3
2 1 2
4 3 𝑏
][
𝑥
𝑦
𝑧
] = [
0
0
0
] 𝑅1 ↔ 𝑅2
 [
1 1 3
0 −1 −4
0 −1 𝑏 − 12
][
𝑥
𝑦
𝑧
] = [
0
0
0
] 𝑅2 → 𝑅2 − 2𝑅1,𝑅3 → 𝑅3 − 4𝑅1
 [
1 1 3
0 −1 −4
0 0 𝑏 − 8
][
𝑥
𝑦
𝑧
] = [
0
0
0
] 𝑅3 → 𝑅3 − 𝑅2
 For non trivial solution Infinite solutions =𝑅( 𝐴) = 2 < Number of
unknowns
𝑏 − 8 = 0 ∴ 𝑏 = 8
 Example-2. Solve the homogeneous linearsystem of equations:
𝒙 𝟏 + 𝟑𝒙 𝟐 + 𝒙 𝟒 = 𝟎
𝒙 𝟏 + 𝟒𝒙 𝟐 + 𝟐𝒙 𝟑 = 𝟎
−𝟐𝒙 𝟐 − 𝟐𝒙 𝟑 − 𝒙 𝟒 = 𝟎
𝟐𝒙 𝟏 − 𝟒𝒙 𝟐 + 𝒙 𝟑 + 𝒙 𝟒 = 𝟎
𝒙 𝟏 − 𝟐𝒙 𝟐 − 𝒙 𝟑 + 𝒙 𝟒 = 𝟎
Solution:
 We have given system of equation
𝑥1 + 3𝑥2 + 𝑥4 = 0
𝑥1 + 4𝑥2 + 2𝑥3 = 0
−2𝑥2 − 2𝑥3 − 𝑥4 = 0
2𝑥1 − 4𝑥2 + 𝑥3 + 𝑥4 = 0
𝑥1 − 2𝑥2 − 𝑥3 + 𝑥4 = 0
 We can write this equation in the matrix form as
[
1 3 0
1 4 2
0
2
1
−2
−4
−2
−2
1
−1
1
0
−1
1
1 ]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
 ~
[
1 3 0
0 1 2
0
0
0
−2
−10
−5
−2
1
−1
1
−1
−1
−1
0 ]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
{(−1) 𝑅1 + 𝑅2, (−2) 𝑅1 + 𝑅4, (−1) 𝑅1 + 𝑅5}
 ~
[
1 3 0
0 1 2
0
0
0
0
0
0
2
21
9
1
−1
−3
−11
−5 ]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
{2𝑅2 + 𝑅3, 10𝑅2 + 𝑅4, 5𝑅2 + 𝑅5}
 ~
[
1 3 0
0 1 2
0
0
0
0
0
0
1
21
9
1
−1
−3/2
−11
−5 ]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
𝑅3 (
1
2
)
 ~
[
1 3 0
0 1 2
0
0
0
0
0
0
1
0
0
1
−1
−3/2
−85/2
−37/2]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
(−21) 𝑅3 + 𝑅4,(−9) 𝑅3 + 𝑅5
 ~
[
1 3 0
0 1 2
0
0
0
0
0
0
1
0
0
1
−1
−3/2
1
−37/2]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
𝑅4 (−
2
85
)
 ~
[
1 3 0
0 1 2
0
0
0
0
0
0
1
0
0
1
−1
−3/2
1
0 ]
[
𝑥1
𝑥2
𝑥3
𝑥4
] =
[
0
0
0
0
0]
𝑅4 (
37
2
) + 𝑅5
∴ 𝑥1 + 3𝑥2 + 𝑥4 = 0 …………………………………….(1)
𝑥2 + 2𝑥3 − 𝑥4 = 0 ……………………………………. (2)
𝑥3 −
3
2
𝑥4 = 0 …………………………………… (3)
𝑥4 = 0 ... ………………………………………. (4)
 Since 𝑥4 = 0 from equation (3) we get 𝑥3 = 0.
 Since 𝑥3 = 0, 𝑥4 = 0 from equation (2) we get 𝑥2 = 0
 Since 𝑥2 = 0, 𝑥4 = 0 from equation (1) we get 𝑥1 = 0.
 Hence 𝑥1 = 0, 𝑥2 = 0, 𝑥3 = 0, 𝑥4 = 0
 i.e. system has only a trivial solution.
 Non Homogeneous Systemof Linear equations and its Solution:
 The vector equation is equivalent to a matrix equation of the form

 Where A is an m×n matrix, x is a column vector with n entries, and b is
a column vector with m entries.
 The above system of equations AX=b is known as non homogeneous
system of equations.
 Here C=[A/B] is Augmented matrix
 Example-1. Show that the non Homogeneous systemof linear equation
are not consistant.
𝟐𝒙 + 𝟔𝒚 = −𝟏𝟏
𝟔𝒙 + 𝟐𝟎𝒚 − 𝟔𝒛 = −𝟑
𝟔𝒚 − 𝟏𝟖𝒛 = −𝟏
Solution:
A system of non-homogeneous linear equations
AX=B
if R(A)=R(C)
solution exists
systemis consistant
if R(A)=R(C)=n
systemhas unique
solution
if R(A)=R(C) less than n
InfiniteSolution
if R(A)# R(C)
solution does not exist
systemis inconsistant
 In the matrix form 𝐴𝑋 = 𝐵 we can write
[
2 6 0
6 20 −6
0 6 −18
] [
𝑥
𝑦
𝑧
] = [
−11
−3
−1
]
 ~ [
2 6 0
0 2 −6
0 6 −18
] [
𝑥
𝑦
𝑧
] = [
−11
30
−1
] (−3) 𝑅1 + 𝑅2
 ~ [
2 6 0
0 2 −6
0 0 0
] [
𝑥
𝑦
𝑧
] = [
−11
30
−91
] (−3) 𝑅2 + 𝑅3
 ∴ Rank of C = 3 and Rank of A=2
 Here, ( Rank of C = 3) ≠ (Rank of A=2)
 ∴ System has no solution that means system is inconsistent.
 Example-2. Testfor consistencythe following system of equations and if
consistentthen solve them
𝒙 𝟏 + 𝟐𝒙 𝟐 − 𝒙 𝟑 = 𝟑
𝟑𝒙 𝟏 − 𝒙 𝟐 + 𝟐𝒙 𝟑 = 𝟏
𝟐𝒙 𝟏 − 𝟐𝒙 𝟐 + 𝟑𝒙 𝟑 = 𝟐
𝒙 𝟏 − 𝒙 𝟐 + 𝒙 𝟑 = −𝟏
Solution:
 We have given system of solution
𝑥1 + 2𝑥2 − 𝑥3 = 3
3𝑥1 − 𝑥2 + 2𝑥3 = 1
2𝑥1 − 2𝑥2 + 3𝑥3 = 2
𝑥1 − 𝑥2 + 𝑥3 = −1
 The System of equation can be written in matrix form as
[
1 2 −1
3 −1 2
2
1
−2
−1
3
1
][
𝑥1
𝑥2
𝑥3
] = [
3
1
2
−1
]
 ~[
1 2 −1
0 −7 5
0
0
−6
−3
5
2
][
𝑥1
𝑥2
𝑥3
] = [
3
−8
−4
−4
]
(−3) 𝑅1 + 𝑅2, (−2) 𝑅1 + 𝑅3, (−1) 𝑅1 + 𝑅4
 ~[
1 2 −1
0 −7 5
0
0
0
0
5/7
−1/7
][
𝑥1
𝑥2
𝑥3
] = [
3
−8
20/7
−4/7
] −
6
7
𝑅2 + 𝑅3 , −
3
7
𝑅2 + 𝑅4
 ~[
1 2 −1
0 −7 5
0
0
0
0
5/7
0
][
𝑥1
𝑥2
𝑥3
] = [
3
−8
20/7
0
]
1
5
𝑅3 + 𝑅4
……………………….(1)
 ∴ Rank of C=3
 Rank of A=3
 Hence 𝑅( 𝐴) = 𝑅( 𝐶) = 3
 ∴ System is consistant.
 Also rank = no. of variable (n) = 3
 ∴ System has unique solution.
 Now we can write equation (1) as
 ~[
1 2 −1
0 −7 5
0 0 5/7
][
𝑥1
𝑥2
𝑥3
] = [
3
−8
20/7
]
 ∴ 𝑥1 + 2𝑥2 − 𝑥3 = 3 ……………………………………. (2)
−7𝑥2 + 5𝑥3 = −8 ……………………………………. (3)
5
7
𝑥3 =
20
7
…………………………………… (4)
 From equation (4) we get 𝑥3 = 4
 Put 𝑥3 = 4 in (3) we get, −7𝑥2 + 5(4) = −8
∴ −7𝑥2 = −28 ⟹ 𝑥2 = 4
 Put 𝑥3 = 4 and 𝑥2 = 4 in (2) we get, 𝑥1 + 2(4) − 4 = 3
∴ 𝑥1 + 4 = 3
⟹ 𝑥1 = −1
 Hence 𝑥1 = −1, 𝑥2 = 4, 𝑥3 = 4.
 Reference BookandWebsite Name:
1. Introduction to Engineering Mathematics-1 by H.K. Dass and Dr.Rama
Verma. (S.Chand)
2. A Textbookof Engineering mathematics by N.P.Bali and Dr.Manish
goyal
3. http://en.wikipedia.org/wiki/System_of_linear_equations
4. http://www.mathwords.com/e/equivalent_system_of_equations.htm
5. http://en.wikipedia.org/wiki/System_of_linear_equations
EXERCISE-5
Q-1.Evaluate the following questions:
1. Solve the system of homogeneous equation
𝑥1 + 3𝑥2 + 2𝑥3 = 0
2𝑥1 − 𝑥2 + 3𝑥3 = 0
3𝑥1 − 5𝑥2 + 4𝑥3 = 0
𝑥1 + 17𝑥2 + 4𝑥3 = 0
2. Solve the following System of homogeneous equation
5𝑥 + 2𝑦 − 3𝑧 = 0
3𝑥 + 𝑦 + 𝑧 = 0
2𝑥 + 𝑦 + 6𝑧 = 0
3. Check that the following system of equations is equivalent or not?
(a) 𝑥 − 6𝑦 = −8 ,
𝑥
2
− 3𝑦 = −4
(b)3𝑥 + 7𝑦 = 15,5𝑥 + 2𝑦 = −4
Q.2 Evaluate the following questions:
1. Discuss the consistency of the following system of equations if it is
consistant then find its solution:
2𝑥 + 3𝑦 + 4𝑧 = 11
𝑥 + 5𝑦 + 7𝑧 = 15
3𝑥 + 11𝑦 + 13𝑧 = 25
2. Test for the consistency of the following system of equations
𝑥1 + 2𝑥2 + 3𝑥3 + 4𝑥4 = 5
6𝑥1 + 7𝑥2 + 8𝑥3 + 9𝑥4 = 10
11𝑥1 + 12𝑥2 + 13𝑥3 + 14𝑥4 = 15
16𝑥1 + 17𝑥2 + 18𝑥3 + 19𝑥4 = 20
21𝑥1 + 22𝑥2 + 23𝑥3 + 24𝑥4 = 25
3. Test the consistency of the following equations and solve them if possible.
3𝑥 + 3𝑦 + 3𝑧 = 1
𝑥 + 2𝑦 = 4
10𝑦 + 3𝑧 = −2
2𝑥 − 3𝑦 − 𝑧 = 5

Weitere ähnliche Inhalte

Was ist angesagt?

Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Rai University
 
Btech_II_ engineering mathematics_unit3
Btech_II_ engineering mathematics_unit3Btech_II_ engineering mathematics_unit3
Btech_II_ engineering mathematics_unit3Rai University
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSRai University
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IRai University
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-II
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-II
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIRai University
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VRai University
 
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)FernandoDanielMamani1
 
A course on integral calculus
A course on integral calculusA course on integral calculus
A course on integral calculusGAURAV SAHA
 
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsRai University
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equationsreach2arkaELECTRICAL
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsRai University
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Kevin Johnson
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIRai University
 
Gauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodGauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodNaimesh Bhavsar
 

Was ist angesagt? (20)

Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4
 
Btech_II_ engineering mathematics_unit3
Btech_II_ engineering mathematics_unit3Btech_II_ engineering mathematics_unit3
Btech_II_ engineering mathematics_unit3
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-I
 
B.Tech-II_Unit-II
B.Tech-II_Unit-IIB.Tech-II_Unit-II
B.Tech-II_Unit-II
 
B.Tech-II_Unit-I
B.Tech-II_Unit-IB.Tech-II_Unit-I
B.Tech-II_Unit-I
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-II
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-II
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-II
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
 
Bender schmidt method
Bender schmidt methodBender schmidt method
Bender schmidt method
 
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
3 capitulo-iii-matriz-asociada-sem-11-t-l-a (1)
 
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
 
A course on integral calculus
A course on integral calculusA course on integral calculus
A course on integral calculus
 
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical MethodsMCA_UNIT-1_Computer Oriented Numerical Statistical Methods
MCA_UNIT-1_Computer Oriented Numerical Statistical Methods
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
 
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical MethodsMCA_UNIT-2_Computer Oriented Numerical Statistical Methods
MCA_UNIT-2_Computer Oriented Numerical Statistical Methods
 
Maths digital text
Maths digital textMaths digital text
Maths digital text
 
Lesson 3: Problem Set 4
Lesson 3: Problem Set 4Lesson 3: Problem Set 4
Lesson 3: Problem Set 4
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
 
Gauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan methodGauss elimination & Gauss Jordan method
Gauss elimination & Gauss Jordan method
 

Andere mochten auch

BCA_Semester-II-Discrete Mathematics_unit-iv Graph theory
BCA_Semester-II-Discrete Mathematics_unit-iv Graph theoryBCA_Semester-II-Discrete Mathematics_unit-iv Graph theory
BCA_Semester-II-Discrete Mathematics_unit-iv Graph theoryRai University
 
B.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationB.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationRai University
 
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSRai University
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSRai University
 
Btech_II_ engineering mathematics_unit2
Btech_II_ engineering mathematics_unit2Btech_II_ engineering mathematics_unit2
Btech_II_ engineering mathematics_unit2Rai 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
 
BSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICSRai University
 
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and ordering
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and orderingBCA_Semester-II-Discrete Mathematics_unit-ii_Relation and ordering
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and orderingRai University
 
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsMCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsRai University
 
Diploma_Basic_Mathematics_Unit-III
Diploma_Basic_Mathematics_Unit-IIIDiploma_Basic_Mathematics_Unit-III
Diploma_Basic_Mathematics_Unit-IIIRai University
 
B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingRai University
 
MCA_UNIT-3_Computer Oriented Numerical Statistical Methods
MCA_UNIT-3_Computer Oriented Numerical Statistical MethodsMCA_UNIT-3_Computer Oriented Numerical Statistical Methods
MCA_UNIT-3_Computer Oriented Numerical Statistical MethodsRai University
 
BCA_Semester-II-Discrete Mathematics_unit-i Group theory
BCA_Semester-II-Discrete Mathematics_unit-i Group theoryBCA_Semester-II-Discrete Mathematics_unit-i Group theory
BCA_Semester-II-Discrete Mathematics_unit-i Group theoryRai University
 

Andere mochten auch (15)

BCA_Semester-II-Discrete Mathematics_unit-iv Graph theory
BCA_Semester-II-Discrete Mathematics_unit-iv Graph theoryBCA_Semester-II-Discrete Mathematics_unit-iv Graph theory
BCA_Semester-II-Discrete Mathematics_unit-iv Graph theory
 
Unit 1 Introduction
Unit 1 IntroductionUnit 1 Introduction
Unit 1 Introduction
 
B.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiationB.tech ii unit-4 material vector differentiation
B.tech ii unit-4 material vector differentiation
 
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-3_DISCRETE MATHEMATICS
 
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-4_DISCRETE MATHEMATICS
 
Btech_II_ engineering mathematics_unit2
Btech_II_ engineering mathematics_unit2Btech_II_ engineering mathematics_unit2
Btech_II_ engineering mathematics_unit2
 
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-1_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-1_DISCRETE MATHEMATICS
 
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and ordering
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and orderingBCA_Semester-II-Discrete Mathematics_unit-ii_Relation and ordering
BCA_Semester-II-Discrete Mathematics_unit-ii_Relation and ordering
 
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical MethodsMCA_UNIT-4_Computer Oriented Numerical Statistical Methods
MCA_UNIT-4_Computer Oriented Numerical Statistical Methods
 
Diploma_Basic_Mathematics_Unit-III
Diploma_Basic_Mathematics_Unit-IIIDiploma_Basic_Mathematics_Unit-III
Diploma_Basic_Mathematics_Unit-III
 
Course pack unit 5
Course pack unit 5Course pack unit 5
Course pack unit 5
 
B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracing
 
MCA_UNIT-3_Computer Oriented Numerical Statistical Methods
MCA_UNIT-3_Computer Oriented Numerical Statistical MethodsMCA_UNIT-3_Computer Oriented Numerical Statistical Methods
MCA_UNIT-3_Computer Oriented Numerical Statistical Methods
 
BCA_Semester-II-Discrete Mathematics_unit-i Group theory
BCA_Semester-II-Discrete Mathematics_unit-i Group theoryBCA_Semester-II-Discrete Mathematics_unit-i Group theory
BCA_Semester-II-Discrete Mathematics_unit-i Group theory
 

Ähnlich wie BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS

Sistemas de ecuaciones lineales
Sistemas de ecuaciones linealesSistemas de ecuaciones lineales
Sistemas de ecuaciones linealesRokiFernandez1
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equationsalrosiemae
 
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 GraphingJoey Valdriz
 
Linear equations
Linear equationsLinear equations
Linear equationsNisarg Amin
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Vladimir Godovalov
 
Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsBektu Dida
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Intro to systems_of_linear_equations
Intro to systems_of_linear_equationsIntro to systems_of_linear_equations
Intro to systems_of_linear_equationskelpernell
 
Solving a system of Linear Equations for Engineers
Solving a system of Linear Equations for EngineersSolving a system of Linear Equations for Engineers
Solving a system of Linear Equations for EngineersBektu Dida
 
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
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation Lossian Barbosa Bacelar Miranda
 
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxSystem of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxVinayKp11
 

Ähnlich wie BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS (20)

.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
Sistemas de ecuaciones lineales
Sistemas de ecuaciones linealesSistemas de ecuaciones lineales
Sistemas de ecuaciones lineales
 
Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
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
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
 
Computational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear EquationsComputational Method for Engineers: Solving a system of Linear Equations
Computational Method for Engineers: Solving a system of Linear Equations
 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
 
Lecture 2.1 Echelon method
Lecture 2.1 Echelon methodLecture 2.1 Echelon method
Lecture 2.1 Echelon method
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Intro to systems_of_linear_equations
Intro to systems_of_linear_equationsIntro to systems_of_linear_equations
Intro to systems_of_linear_equations
 
Solving a system of Linear Equations for Engineers
Solving a system of Linear Equations for EngineersSolving a system of Linear Equations for Engineers
Solving a system of Linear Equations for Engineers
 
Linear Equations
Linear Equations Linear 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
 
New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation New Information on the Generalized Euler-Tricomi Equation
New Information on the Generalized Euler-Tricomi Equation
 
doc
docdoc
doc
 
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptxSystem of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
System of Homogeneous and Non-Homogeneous equations ppt nadi.pptx
 

Mehr von Rai University

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University Rai University
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,Rai University
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02Rai University
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditureRai University
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public financeRai University
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introductionRai University
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflationRai University
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economicsRai University
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructureRai University
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competitionRai University
 

Mehr von Rai University (20)

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University
 
Mm unit 4point2
Mm unit 4point2Mm unit 4point2
Mm unit 4point2
 
Mm unit 4point1
Mm unit 4point1Mm unit 4point1
Mm unit 4point1
 
Mm unit 4point3
Mm unit 4point3Mm unit 4point3
Mm unit 4point3
 
Mm unit 3point2
Mm unit 3point2Mm unit 3point2
Mm unit 3point2
 
Mm unit 3point1
Mm unit 3point1Mm unit 3point1
Mm unit 3point1
 
Mm unit 2point2
Mm unit 2point2Mm unit 2point2
Mm unit 2point2
 
Mm unit 2 point 1
Mm unit 2 point 1Mm unit 2 point 1
Mm unit 2 point 1
 
Mm unit 1point3
Mm unit 1point3Mm unit 1point3
Mm unit 1point3
 
Mm unit 1point2
Mm unit 1point2Mm unit 1point2
Mm unit 1point2
 
Mm unit 1point1
Mm unit 1point1Mm unit 1point1
Mm unit 1point1
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditure
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public finance
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introduction
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflation
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economics
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructure
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competition
 

Kürzlich hochgeladen

Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Kürzlich hochgeladen (20)

Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

BSC_COMPUTER _SCIENCE_UNIT-5_DISCRETE MATHEMATICS

  • 1. Class: B.Sc CS. Subject: Discrete Mathematics Unit-5 RAI UNIVERSITY, AHMEDABAD
  • 2. UNIT-V- Solution of System of Linear Equations using Matrix  Equivalent System of Linear Equations: Two linear systems using the same set of variables are equivalent if each of the equations in the second system can be derived algebraically from the equations in the first system, and vice-versa. OR Two systems are equivalent if either both are inconsistent or each equation of any of them is a linear combination of the equations of the other one. OR Two linear systems are equivalent if and only if they have the same solution set.  Example-1.Prove that following system of linear equations (1) is equivalent to (2). (1) 𝒙 + 𝟒𝒚 = −𝟏𝟎 , 𝟑𝒙 − 𝒚 = 𝟗 (2) 𝟒𝒙 + 𝟑𝒚 = −𝟏, −𝟐𝒙 + 𝟓𝒚 = −𝟏𝟗
  • 3. Solution: Here we have  𝑥 + 4𝑦 = −10 ………………………………………………………(1) 3𝑥 − 𝑦 = 9 ……………………………………………………………(2)  Multiply equation (2) by 4 and add in to (1) we get 𝑥 + 4𝑦 = −10 12𝑥 − 4𝑦 = 36 _______________________ 13𝑥 = 26 ∴ 𝑥 = 2  Put 𝑥 = 2 in equation (1) we get 2 + 4𝑦 = −10 ∴ 4𝑦 = −12 ⟹ 𝑦 = −3  Hence we get solution set (𝑥, 𝑦) = (2, −3)for system of linear equations (1). Now we have to check for System (2) .  Here we have, 4𝑥 + 3𝑦 = −1……………………………………………………… (1) −2𝑥 + 5𝑦 = −19 …………………………………………………... (2)  Multiply equation (2) by 2 and add in to (1) we get 4𝑥 + 3𝑦 = −1 −4𝑥 + 10𝑦 = −38 _______________________ 13𝑦 = −39
  • 4. ∴ 𝑦 = −3  Now put 𝑦 = −3in equation (1) we get 4𝑥 − 9 = −1 ⟹ 4𝑥 = 8 ⟹ 𝑥 = 2  Hence we get solution set (2,-3) for system of linear equations (2)  ∴ Both systems have same solution therefore we can say that system (1) is equivalent to system (2).  Homogeneous Systemof linear Equations: A system of linear equations is homogeneous if all of the constant terms are zero: A homogeneous system is equivalent to a matrix equation of the form AX=0 Where A is an m × n matrix, x is a column vector with n entries, and 0 is the zero vectors with m entries. For a system of homogeneous linear equations 𝐴𝑋 = 0. 1) 𝑋 = 0 is always a solution. This solution in which each unknown has the value zero is called the Null solution or the trivial solution. Thus a homogeneous system is always consistent. (i.e it has solution) 2) A system of homogeneous linear equations has either the trivial solution or an infinite number of solutions.
  • 5. 3) If 𝑅( 𝐴) = number of unknowns, the system has only the trivial solution. 4) If 𝑅(𝐴) < number of unknowns, the system has an infinite number of non –trivial solutions.  Example-1. Determine ‘b’ such that the system of homogeneous equations 𝟐𝒙 + 𝒚 + 𝟐𝒛 = 𝟎 𝒙 + 𝒚 + 𝟑𝒛 = 𝟎 𝟒𝒙 + 𝟑𝒚 + 𝒃𝒛 = 𝟎 Has (i) trivial solution (ii) Non-trivial solution. Find the Non–Trivial solution using matrix method. Solution: A systemof homogeneous linear equations AX=0 Always has a solution If R(A) equal to n Unique or trivial solution If R(A) less than n Infiniteno. of non trivial solution
  • 6.  Here we have, 2𝑥 + 𝑦 + 2𝑧 = 0 𝑥 + 𝑦 + 3𝑧 = 0 4𝑥 + 3𝑦 + 𝑏𝑧 = 0  (i) For trivial Solution: We know that 𝑥 = 0, 𝑦 = 0 𝑎𝑛𝑑 𝑧 = 0. So, b can have any value.  (ii) For non trivial Solution: The given equations are written in the matrix form as  [ 2 1 2 1 1 3 4 3 𝑏 ][ 𝑥 𝑦 𝑧 ] = [ 0 0 0 ]  [ 1 1 3 2 1 2 4 3 𝑏 ][ 𝑥 𝑦 𝑧 ] = [ 0 0 0 ] 𝑅1 ↔ 𝑅2  [ 1 1 3 0 −1 −4 0 −1 𝑏 − 12 ][ 𝑥 𝑦 𝑧 ] = [ 0 0 0 ] 𝑅2 → 𝑅2 − 2𝑅1,𝑅3 → 𝑅3 − 4𝑅1  [ 1 1 3 0 −1 −4 0 0 𝑏 − 8 ][ 𝑥 𝑦 𝑧 ] = [ 0 0 0 ] 𝑅3 → 𝑅3 − 𝑅2  For non trivial solution Infinite solutions =𝑅( 𝐴) = 2 < Number of unknowns 𝑏 − 8 = 0 ∴ 𝑏 = 8  Example-2. Solve the homogeneous linearsystem of equations: 𝒙 𝟏 + 𝟑𝒙 𝟐 + 𝒙 𝟒 = 𝟎 𝒙 𝟏 + 𝟒𝒙 𝟐 + 𝟐𝒙 𝟑 = 𝟎 −𝟐𝒙 𝟐 − 𝟐𝒙 𝟑 − 𝒙 𝟒 = 𝟎 𝟐𝒙 𝟏 − 𝟒𝒙 𝟐 + 𝒙 𝟑 + 𝒙 𝟒 = 𝟎 𝒙 𝟏 − 𝟐𝒙 𝟐 − 𝒙 𝟑 + 𝒙 𝟒 = 𝟎 Solution:
  • 7.  We have given system of equation 𝑥1 + 3𝑥2 + 𝑥4 = 0 𝑥1 + 4𝑥2 + 2𝑥3 = 0 −2𝑥2 − 2𝑥3 − 𝑥4 = 0 2𝑥1 − 4𝑥2 + 𝑥3 + 𝑥4 = 0 𝑥1 − 2𝑥2 − 𝑥3 + 𝑥4 = 0  We can write this equation in the matrix form as [ 1 3 0 1 4 2 0 2 1 −2 −4 −2 −2 1 −1 1 0 −1 1 1 ] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0]  ~ [ 1 3 0 0 1 2 0 0 0 −2 −10 −5 −2 1 −1 1 −1 −1 −1 0 ] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] {(−1) 𝑅1 + 𝑅2, (−2) 𝑅1 + 𝑅4, (−1) 𝑅1 + 𝑅5}  ~ [ 1 3 0 0 1 2 0 0 0 0 0 0 2 21 9 1 −1 −3 −11 −5 ] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] {2𝑅2 + 𝑅3, 10𝑅2 + 𝑅4, 5𝑅2 + 𝑅5}  ~ [ 1 3 0 0 1 2 0 0 0 0 0 0 1 21 9 1 −1 −3/2 −11 −5 ] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] 𝑅3 ( 1 2 )  ~ [ 1 3 0 0 1 2 0 0 0 0 0 0 1 0 0 1 −1 −3/2 −85/2 −37/2] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] (−21) 𝑅3 + 𝑅4,(−9) 𝑅3 + 𝑅5
  • 8.  ~ [ 1 3 0 0 1 2 0 0 0 0 0 0 1 0 0 1 −1 −3/2 1 −37/2] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] 𝑅4 (− 2 85 )  ~ [ 1 3 0 0 1 2 0 0 0 0 0 0 1 0 0 1 −1 −3/2 1 0 ] [ 𝑥1 𝑥2 𝑥3 𝑥4 ] = [ 0 0 0 0 0] 𝑅4 ( 37 2 ) + 𝑅5 ∴ 𝑥1 + 3𝑥2 + 𝑥4 = 0 …………………………………….(1) 𝑥2 + 2𝑥3 − 𝑥4 = 0 ……………………………………. (2) 𝑥3 − 3 2 𝑥4 = 0 …………………………………… (3) 𝑥4 = 0 ... ………………………………………. (4)  Since 𝑥4 = 0 from equation (3) we get 𝑥3 = 0.  Since 𝑥3 = 0, 𝑥4 = 0 from equation (2) we get 𝑥2 = 0  Since 𝑥2 = 0, 𝑥4 = 0 from equation (1) we get 𝑥1 = 0.  Hence 𝑥1 = 0, 𝑥2 = 0, 𝑥3 = 0, 𝑥4 = 0  i.e. system has only a trivial solution.  Non Homogeneous Systemof Linear equations and its Solution:  The vector equation is equivalent to a matrix equation of the form 
  • 9.  Where A is an m×n matrix, x is a column vector with n entries, and b is a column vector with m entries.  The above system of equations AX=b is known as non homogeneous system of equations.  Here C=[A/B] is Augmented matrix  Example-1. Show that the non Homogeneous systemof linear equation are not consistant. 𝟐𝒙 + 𝟔𝒚 = −𝟏𝟏 𝟔𝒙 + 𝟐𝟎𝒚 − 𝟔𝒛 = −𝟑 𝟔𝒚 − 𝟏𝟖𝒛 = −𝟏 Solution: A system of non-homogeneous linear equations AX=B if R(A)=R(C) solution exists systemis consistant if R(A)=R(C)=n systemhas unique solution if R(A)=R(C) less than n InfiniteSolution if R(A)# R(C) solution does not exist systemis inconsistant
  • 10.  In the matrix form 𝐴𝑋 = 𝐵 we can write [ 2 6 0 6 20 −6 0 6 −18 ] [ 𝑥 𝑦 𝑧 ] = [ −11 −3 −1 ]  ~ [ 2 6 0 0 2 −6 0 6 −18 ] [ 𝑥 𝑦 𝑧 ] = [ −11 30 −1 ] (−3) 𝑅1 + 𝑅2  ~ [ 2 6 0 0 2 −6 0 0 0 ] [ 𝑥 𝑦 𝑧 ] = [ −11 30 −91 ] (−3) 𝑅2 + 𝑅3  ∴ Rank of C = 3 and Rank of A=2  Here, ( Rank of C = 3) ≠ (Rank of A=2)  ∴ System has no solution that means system is inconsistent.  Example-2. Testfor consistencythe following system of equations and if consistentthen solve them 𝒙 𝟏 + 𝟐𝒙 𝟐 − 𝒙 𝟑 = 𝟑 𝟑𝒙 𝟏 − 𝒙 𝟐 + 𝟐𝒙 𝟑 = 𝟏 𝟐𝒙 𝟏 − 𝟐𝒙 𝟐 + 𝟑𝒙 𝟑 = 𝟐 𝒙 𝟏 − 𝒙 𝟐 + 𝒙 𝟑 = −𝟏 Solution:  We have given system of solution 𝑥1 + 2𝑥2 − 𝑥3 = 3 3𝑥1 − 𝑥2 + 2𝑥3 = 1 2𝑥1 − 2𝑥2 + 3𝑥3 = 2 𝑥1 − 𝑥2 + 𝑥3 = −1  The System of equation can be written in matrix form as
  • 11. [ 1 2 −1 3 −1 2 2 1 −2 −1 3 1 ][ 𝑥1 𝑥2 𝑥3 ] = [ 3 1 2 −1 ]  ~[ 1 2 −1 0 −7 5 0 0 −6 −3 5 2 ][ 𝑥1 𝑥2 𝑥3 ] = [ 3 −8 −4 −4 ] (−3) 𝑅1 + 𝑅2, (−2) 𝑅1 + 𝑅3, (−1) 𝑅1 + 𝑅4  ~[ 1 2 −1 0 −7 5 0 0 0 0 5/7 −1/7 ][ 𝑥1 𝑥2 𝑥3 ] = [ 3 −8 20/7 −4/7 ] − 6 7 𝑅2 + 𝑅3 , − 3 7 𝑅2 + 𝑅4  ~[ 1 2 −1 0 −7 5 0 0 0 0 5/7 0 ][ 𝑥1 𝑥2 𝑥3 ] = [ 3 −8 20/7 0 ] 1 5 𝑅3 + 𝑅4 ……………………….(1)  ∴ Rank of C=3  Rank of A=3  Hence 𝑅( 𝐴) = 𝑅( 𝐶) = 3  ∴ System is consistant.  Also rank = no. of variable (n) = 3  ∴ System has unique solution.  Now we can write equation (1) as  ~[ 1 2 −1 0 −7 5 0 0 5/7 ][ 𝑥1 𝑥2 𝑥3 ] = [ 3 −8 20/7 ]  ∴ 𝑥1 + 2𝑥2 − 𝑥3 = 3 ……………………………………. (2) −7𝑥2 + 5𝑥3 = −8 ……………………………………. (3) 5 7 𝑥3 = 20 7 …………………………………… (4)
  • 12.  From equation (4) we get 𝑥3 = 4  Put 𝑥3 = 4 in (3) we get, −7𝑥2 + 5(4) = −8 ∴ −7𝑥2 = −28 ⟹ 𝑥2 = 4  Put 𝑥3 = 4 and 𝑥2 = 4 in (2) we get, 𝑥1 + 2(4) − 4 = 3 ∴ 𝑥1 + 4 = 3 ⟹ 𝑥1 = −1  Hence 𝑥1 = −1, 𝑥2 = 4, 𝑥3 = 4.  Reference BookandWebsite Name: 1. Introduction to Engineering Mathematics-1 by H.K. Dass and Dr.Rama Verma. (S.Chand) 2. A Textbookof Engineering mathematics by N.P.Bali and Dr.Manish goyal 3. http://en.wikipedia.org/wiki/System_of_linear_equations 4. http://www.mathwords.com/e/equivalent_system_of_equations.htm 5. http://en.wikipedia.org/wiki/System_of_linear_equations
  • 13. EXERCISE-5 Q-1.Evaluate the following questions: 1. Solve the system of homogeneous equation 𝑥1 + 3𝑥2 + 2𝑥3 = 0 2𝑥1 − 𝑥2 + 3𝑥3 = 0 3𝑥1 − 5𝑥2 + 4𝑥3 = 0 𝑥1 + 17𝑥2 + 4𝑥3 = 0 2. Solve the following System of homogeneous equation 5𝑥 + 2𝑦 − 3𝑧 = 0 3𝑥 + 𝑦 + 𝑧 = 0 2𝑥 + 𝑦 + 6𝑧 = 0 3. Check that the following system of equations is equivalent or not? (a) 𝑥 − 6𝑦 = −8 , 𝑥 2 − 3𝑦 = −4 (b)3𝑥 + 7𝑦 = 15,5𝑥 + 2𝑦 = −4 Q.2 Evaluate the following questions: 1. Discuss the consistency of the following system of equations if it is consistant then find its solution: 2𝑥 + 3𝑦 + 4𝑧 = 11 𝑥 + 5𝑦 + 7𝑧 = 15 3𝑥 + 11𝑦 + 13𝑧 = 25 2. Test for the consistency of the following system of equations 𝑥1 + 2𝑥2 + 3𝑥3 + 4𝑥4 = 5 6𝑥1 + 7𝑥2 + 8𝑥3 + 9𝑥4 = 10
  • 14. 11𝑥1 + 12𝑥2 + 13𝑥3 + 14𝑥4 = 15 16𝑥1 + 17𝑥2 + 18𝑥3 + 19𝑥4 = 20 21𝑥1 + 22𝑥2 + 23𝑥3 + 24𝑥4 = 25 3. Test the consistency of the following equations and solve them if possible. 3𝑥 + 3𝑦 + 3𝑧 = 1 𝑥 + 2𝑦 = 4 10𝑦 + 3𝑧 = −2 2𝑥 − 3𝑦 − 𝑧 = 5