SlideShare a Scribd company logo
1 of 46
1
Solution of linear system of equations
 Circuit analysis (Mesh and node equations)
 Numerical solution of differential equations
(Finite Difference Method)
 Numerical solution of integral equations (Finite
Element Method, Method of Moments)
nnnnnn
nn
nn
bxaxaxa
bxaxaxa
bxaxaxa
=+++
=+++
=+++




2211
22222121
11212111












=
























nnnnnn
n
n
b
b
b
x
x
x
aaa
aaa
aaa





2
1
2
1
21
22221
11211
⇒
2
Consistency (Solvability)
 The linear system of equations Ax=b has a
solution, or said to be consistent IFF
Rank{A}=Rank{A|b}
 A system is inconsistent when
Rank{A}<Rank{A|b}
Rank{A} is the maximum number of linearly independent columns
or rows of A. Rank can be found by using ERO (Elementary Row
Oparations) or ECO (Elementary column operations).
ERO⇒# of rows with at least one nonzero entry
ECO⇒# of columns with at least one nonzero entry
3
Elementary row operations
 The following operations applied to the
augmented matrix [A|b], yield an equivalent
linear system
 Interchanges: The order of two rows can be
changed
 Scaling: Multiplying a row by a nonzero constant
 Replacement: The row can be replaced by the sum
of that row and a nonzero multiple of any other row.
4
An inconsistent example






=











5
4
42
21
2
1
x
x






00
21
Rank{A}=1
Rank{A|b}=2
ERO:Multiply the first row with
-2 and add to the second row






− 3
4
0
2
0
1
Then this
system of
equations is
not solvable
5
Uniqueness of solutions
 The system has a unique solution IFF
Rank{A}=Rank{A|b}=n
n is the order of the system
 Such systems are called full-rank systems
6
Full-rank systems
 If Rank{A}=n
Det{A} ≠ 0 ⇒ A is nonsingular so invertible
Unique solution






=











− 2
4
11
21
2
1
x
x
7
Rank deficient matrices
 If Rank{A}=m<n
Det{A} = 0 ⇒ A is singular so not invertible
infinite number of solutions (n-m free variables)
under-determined system






=











8
4
42
21
2
1
x
x
Consistent so solvable
Rank{A}=Rank{A|b}=1
8
Ill-conditioned system of equations
 A small deviation in the entries of A matrix,
causes a large deviation in the solution.






=











47.1
3
99.048.0
21
2
1
x
x






=











47.1
3
99.049.0
21
2
1
x
x






=





1
1
2
1
x
x
⇒






=





0
3
2
1
x
x
⇒
9
Ill-conditioned continued.....
 A linear system of
equations is said to
be “ill-conditioned”
if the coefficient
matrix tends to be
singular
10
Types of linear system of equations to be
studied in this course
 Coefficient matrix A is square and real
 The RHS vector b is nonzero and real
 Consistent system, solvable
 Full-rank system, unique solution
 Well-conditioned system
11
Solution Techniques
 Direct solution methods
 Finds a solution in a finite number of operations by
transforming the system into an equivalent system
that is ‘easier’ to solve.
 Diagonal, upper or lower triangular systems are
easier to solve
 Number of operations is a function of system size n.
 Iterative solution methods
 Computes succesive approximations of the solution
vector for a given A and b, starting from an initial
point x0.
 Total number of operations is uncertain, may not
converge.
12
Direct solution Methods
 Gaussian Elimination
 By using ERO, matrix A is transformed into an upper
triangular matrix (all elements below diagonal 0)
 Back substitution is used to solve the upper-
triangular system
















=
































n
i
n
i
nnnin
iniii
ni
b
b
b
x
x
x
aaa
aaa
aaa








 11
1
1
1111
⇒
ERO
















=
































n
i
n
i
nn
inii
ni
b
b
b
x
x
x
a
aa
aaa
~
~
~00
~~0
111111









Backsubstitution
13
First step of elimination
















=
































=
=
=
)2(
)2(
3
)2(
2
)1(
1
3
2
1
)2()2(
3
)2(
2
)2(
3
)2(
33
)2(
32
)2(
2
)2(
23
)2(
22
)1(
1
)1(
13
)1(
12
)1(
11
)1(
11
)1(
11,
)1(
11
)1(
311,3
)1(
11
)1(
211,2
0
0
0
/
/
/
nnnnnn
n
n
n
nn b
b
b
b
x
x
x
x
aaa
aaa
aaa
aaaa
aam
aam
aam























=
































)1(
)1(
3
)1(
2
)1(
1
3
2
1
)1()1(
3
)1(
2
)1(
1
)1(
3
)1(
33
)1(
32
)1(
31
)1(
2
)1(
23
)1(
22
)1(
21
)1(
1
)1(
13
)1(
12
)1(
11
nnnnnnn
n
n
n
b
b
b
b
x
x
x
x
aaaa
aaaa
aaaa
aaaa





Pivotal element
14
Second step of elimination
















=
































=
=
)3(
)3(
3
)2(
2
)1(
1
3
2
1
)3()3(
3
)3(
3
)3(
33
)2(
2
)2(
23
)2(
22
)1(
1
)1(
13
)1(
12
)1(
11
)2(
22
)2(
22,
)2(
22
)2(
322,3
00
00
0
/
/
nnnnn
n
n
n
nn b
b
b
b
x
x
x
x
aa
aa
aaa
aaaa
aam
aam























=
































)2(
)2(
3
)2(
2
)1(
1
3
2
1
)2()2(
3
)2(
2
)2(
3
)2(
33
)2(
32
)2(
2
)2(
23
)2(
22
)1(
1
)1(
13
)1(
12
)1(
11
0
0
0
nnnnnn
n
n
n
b
b
b
b
x
x
x
x
aaa
aaa
aaa
aaaa






Pivotal element
15
Gaussion elimination algorithm
Define number of steps as p (pivotal row)
For p=1,n-1
For r=p+1 to n
For c=p+1 to n
0
/
)(
)()(
,
=
=
p
rp
p
pp
p
rppr
a
aam
)(
,
)()1( p
pcpr
p
rc
p
rc amaa ×−=+
)(
,
)()1( p
ppr
p
r
p
r bmbb ×−=+
16
Back substitution algorithm




















=








































−
−−−−−
)(
)1(
1
)3(
3
)2(
2
)1(
1
1
3
2
1
)(
)(
1
)(
11
)3(
3
)3(
33
)2(
2
)2(
23
)2(
22
)1(
1
)1(
13
)1(
12
)1(
11
0000
000
00
0
n
n
n
n
n
n
n
nn
n
nn
n
nn
n
n
n
b
b
b
b
b
x
x
x
x
x
a
aa
aa
aaa
aaaa




[ ]
1,,2,1
1
1
1
)()(
)(
1
1
)1(
1)1(
11
1)(
)(
−−=





−=
−==
∑+=
−
−
−
−−
−−
−
nnixab
a
x
xab
a
x
a
b
x
n
ik
k
i
ik
i
ii
ii
i
n
n
nn
n
nn
nn
nn
nn
n
n
n
17
Operation count
 Number of arithmetic operations required by
the algorithm to complete its task.
 Generally only multiplications and divisions are
counted
 Elimination process
 Back substitution
 Total
6
5
23
23
nnn
−+
2
2
nn +
33
2
3
n
n
n
−+
Dominates
Not efficient for
different RHS vectors
18
LU Decomposition
A=LU
Ax=b ⇒LUx=b
Define Ux=y
Ly=b Solve y by forward substitution
ERO’s must be performed on b as well as A
The information about the ERO’s are stored in L
Indeed y is obtained by applying ERO’s to b vector
Ux=y Solve x by backward substitution
19
LU Decomposition by Gaussian
elimination








































=
−−−−−−
)(
)(
1
)(
11
)3(
3
)3(
33
)2(
2
)2(
23
)2(
22
)1(
1
)1(
13
)1(
12
)1(
11
4,3,2,1,
3,12,11,1
2,31,3
1,2
0000
000
00
0
1
1
0
001
0001
00001
n
nn
n
nn
n
nn
n
n
n
nnnn
nnn
a
aa
aa
aaa
aaaa
mmmm
mmm
mm
m
A










Compact storage: The diagonal entries of L matrix are all 1’s,
they don’t need to be stored. LU is stored in a single matrix.
There are infinitely many different ways to decompose A.
Most popular one: U=Gaussian eliminated matrix
L=Multipliers used for elimination
20
Operation count
 A=LU Decomposition
 Ly=b forward substitution
 Ux=y backward substitution
 Total
 For different RHS vectors, the system can be
efficiently solved.
33
3
nn
−
2
2
nn +
2
2
nn −
33
2
3
n
n
n
−+
Done only once
21
Pivoting
 Computer uses finite-precision arithmetic
 A small error is introduced in each arithmetic
operation, error propagates
 When the pivotal element is very small, the
multipliers will be large.
 Adding numbers of widely differening
magnitude can lead to loss of significance.
 To reduce error, row interchanges are made to
maximise the magnitude of the pivotal element
22
Example: Without Pivoting






=











− 93.22
414.6
210.114.24
281.5133.1
2
1
x
x






−
=











− 8.113
414.6
7.113000.0
281.5133.1
2
1
x
x






=





001.1
9956.0
2
1
x
x
31.21
133.1
14.24
21 ==m
4-digit arithmetic
Loss of significance
23
Example: With Pivoting






=










 −
414.6
93.22
281.5133.1
210.114.24
2
1
x
x






=










 −
338.5
93.22
338.5000.0
210.114.24
2
1
x
x






=





000.1
000.1
2
1
x
x
04693.0
14.24
133.1
21 ==m
24
Pivoting procedures




























)()()(
)()()(
)()()(
)3(
3
)3(
3
)3(
3
)3(
33
)2(
2
)2(
2
)2(
2
)2(
23
)2(
22
)1(
1
)1(
1
)1(
1
)1(
13
)1(
12
)1(
11
000
000
000
00
0
i
nn
i
nj
i
ni
i
jn
i
jj
i
ji
i
in
i
ij
i
ii
nji
nji
nji
aaa
aaa
aaa
aaaa
aaaaa
aaaaaa









Eliminated
part
Pivotal column
Pivotal
row
25
Row pivoting
 Most commonly used partial pivoting procedure
 Search the pivotal column
 Find the largest element in magnitude
 Then switch this row with the pivotal row
26
Row pivoting




























)()()(
)()()(
)()()(
)3(
3
)3(
3
)3(
3
)3(
33
)2(
2
)2(
2
)2(
2
)2(
23
)2(
22
)1(
1
)1(
1
)1(
1
)1(
13
)1(
12
)1(
11
000
000
000
00
0
i
nn
i
nj
i
ni
i
jn
i
jj
i
ji
i
in
i
ij
i
ii
nji
nji
nji
aaa
aaa
aaa
aaaa
aaaaa
aaaaaa









Interchange
these rows
Largest in magnitude
27
Column pivoting




























)()()(
)()()(
)()()(
)3(
3
)3(
3
)3(
3
)3(
33
)2(
2
)2(
2
)2(
2
)2(
23
)2(
22
)1(
1
)1(
1
)1(
1
)1(
13
)1(
12
)1(
11
000
000
000
00
0
i
nn
i
nj
i
ni
i
jn
i
jj
i
ji
i
in
i
ij
i
ii
nji
nji
nji
aaa
aaa
aaa
aaaa
aaaaa
aaaaaa









Interchange
these columns
Largest in
magnitude
28
Complete pivoting




























)()()(
)()()(
)()()(
)3(
3
)3(
3
)3(
3
)3(
33
)2(
2
)2(
2
)2(
2
)2(
23
)2(
22
)1(
1
)1(
1
)1(
1
)1(
13
)1(
12
)1(
11
000
000
000
00
0
i
nn
i
nj
i
ni
i
jn
i
jj
i
ji
i
in
i
ij
i
ii
nji
nji
nji
aaa
aaa
aaa
aaaa
aaaaa
aaaaaa









Largest in
magnitude
Interchange
these columns
Interchange
these rows
29
Row Pivoting in LU Decomposition
 When two rows of A are
interchanged, those rows
of b should also be
interchanged.
 Use a pivot vector. Initial
pivot vector is integers
from 1 to n.
 When two rows (i and j)
of A are interchanged,
apply that to pivot vector.




























=
n
i
jp



3
2
1




























=
n
j
ip



3
2
1
30
Modifying the b vector
 When LU decomposition
of A is done, the pivot
vector tells the order of
rows after interchanges
 Before applying forward
substitution to solve
Ly=b, modify the order of
b vector according to the
entries of pivot vector 



























=
9
5
7
6
8
4
2
3
1
p




























−
−
−
=
9.6
5.3
7.2
2.5
6.9
8.4
2.1
6.8
3.7
b




























−
−
−
=′
9.6
6.9
7.2
2.5
5.3
8.4
6.8
2.1
3.7
b
31
LU decomposition algorithm with row
pivoting
For k=1,n-1 column to be eliminated
p=k
For r=k+1 to n
if
if p>k then
For c=1 to n
For r=k+1 to n
For c=k+1 to n
kr
k
rk
k
kk
k
rkkr
ma
aam
,
)1(
)()(
, /
=
=
+
)(
,
)()1( k
kckr
k
rc
k
rc amaa ×−=+
rpthen => pkrk aa
taaaat pcpckckc === ,,
Column search for
maximum entry
Interchaning
the rows
Updating L matrix
Updating U matrix
32
Example










=










−=










−
−−=
3
2
1
3
5
12
241
124
230
pbA










=










−
−−
=′
3
1
2
241
230
124
pA
Column search: Maximum magnitude second row
Interchange 1st
and 2nd
rows
33
Example continued...










=










−
−−
=′
3
1
2
241
230
124
pA
Eliminate a21 and a31 by using a11 as pivotal element
A=LU in compact form (in a single matrix)










=










−−
−−
=′
3
1
2
75.15.325.0
230
124
pA
Multipliers (L matrix)
34
Example continued...










=










−−
−−
=′
1
3
2
230
75.15.325.0
124
pA










=










−−
−−
=′
3
1
2
75.15.325.0
230
124
pA
Column search: Maximum magnitude at the third row
Interchange 2nd
and 3rd
rows
35
Example continued...










=










−−
−−
=′
1
3
2
230
75.15.325.0
124
pA
Eliminate a32 by using a22 as pivotal element










=










−−
−−
=′
1
3
2
5.35.3/30
75.15.325.0
124
pA
Multipliers (L matrix)
36
Example continued...










=










−
−−










−=′
1
3
2
5.300
75.15.30
124
15.3/30
0125.0
001
pA









−
=′⇒










−=










=
12
3
5
3
5
12
1
3
2
bbp
A’x=b’ LUx=b’
Ux=y
Ly=b’
37
Example continued...










=










3
2
1
3
2
1
x
x
x
Backward
substitution









 −
=










5.10
75.1
5
3
2
1
y
y
y
Forward
substitution









 −
=




















−
−−
5.10
75.1
5
5.300
75.15.30
124
3
2
1
x
x
x
Ux=y









−
=




















−
12
3
5
15.3/30
0125.0
001
3
2
1
y
y
y
Ly=b’
38
Gauss-Jordan elimination
 The elements above the diagonal are made zero at the
same time that zeros are created below the diagonal














)1()1()1(
2
)1(
1
)1(
2
)1(
2
)1(
22
)1(
21
)1(
1
)1(
1
)1(
12
)1(
11
nnnnn
n
n
baaa
baaa
baaa


















)2()2()2(
2
)2(
2
)2(
2
)2(
22
)1(
1
)1(
1
)1(
12
)1(
11
0
0
nnnn
n
n
baa
baa
baaa


















−
−
)()(
)1(
2
)2(
22
)1(
1
)1(
11
00
00
00
n
n
n
nn
n
n
ba
ba
ba


















)3()3(
)2(
2
)2()2(
22
)2(
1
)2()1(
11
00
0
0
nnn
nn
nn
ba
baa
baa




39
Gauss-Jordan Elimination
 Almost 50% more arithmetic operations than
Gaussian elimination
 Gauss-Jordan (GJ) Elimination is prefered
when the inverse of a matrix is required.
 Apply GJ elimination to convert A into an
identity matrix.
[ ]IA
[ ]1−
AI
40
Different forms of LU factorization
 Doolittle form
Obtained by
Gaussian elimination
 Crout form
 Cholesky form




















=










33
2322
131211
3231
21
333231
232221
131211
00
0
1
01
001
u
uu
uuu
ll
l
aaa
aaa
aaa




















=










100
10
1
0
00
23
1312
333231
2221
11
333231
232221
131211
u
uu
lll
ll
l
aaa
aaa
aaa






























100
10
1
00
00
00
1
01
001
23
1312
33
22
11
3231
21 u
uu
d
d
d
ll
l
41
Crout form
 First column of L is computed
 Then first row of U is computed
 The columns of L and rows of U are computed
alternately
11 ii al =
11
1
1
l
a
u
j
j =
njji
l
ula
u
niijulal
ii
i
k kjikij
ij
j
k
kjikijij
,,3,2,
,,2,1,
1
1
1
1


=≤
−
=
=≤−=
∑
∑
−
=
−
=
42
Crout reduction sequence
























=












1000
100
10
1
0
00
000
34
2423
141312
44434241
333231
2221
11
44434241
34333231
24232221
14131211
u
uu
uuu
llll
lll
ll
l
aaaa
aaaa
aaaa
aaaa
An entry of A matrix is used only once to compute the
corresponding entry of L or U matrix
So columns of L and rows of U can be stored in A matrix
1
2
3
4
5
6
7
43
Cholesky form
 A=LDU (Diagonals of L and U are 1)
 If A is symmetric
L=UT
⇒ A= UT
DU= UT
D1/2
D1/2
U
U’=D1/2
U ⇒ A= U’T
U’
This factorization is also called square root
factorization. Only U’ need to be stored
44
Solution of Complex Linear System of
Equations
Cz=w
C=A+jB Z=x+jy w=u+jv
(A+jB)(x+jy)=(u+jv)
(Ax-By)+j(Bx+Ay)=u+jv






=










 −
v
u
y
x
AB
BA
Real linear system of equations
45
Large and Sparse Systems
 When the linear system is large and sparse (a
lot of zero entries), direct methods become
inefficient due to fill-in terms.
 Fill-in terms are those which turn out to be
nonzero during elimination
















5553
444241
353331
2422
141311
000
00
00
000
00
aa
aaa
aaa
aa
aaa
















′
′′
′′′
55
4544
353433
2422
141311
0000
000
00
000
00
a
aa
aaa
aa
aaa
Elimination
Fill-in
terms
46
Sparse Matrices
 Node equation matrix is a sparse matrix.
 Sparse matrices are stored very efficiently by
storing only the nonzero entries
 When the system is very large (n=10,000) the
fill-in terms considerable increases storage
requirements
 In such cases iterative solution methods should
be prefered instead of direct solution methods

More Related Content

What's hot

presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's methodKarnav Rana
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationStudent
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsSusana I. F.
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations8laddu8
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodMeet Nayak
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler methodSohaib Butt
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference methodPrateek Jha
 
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULA
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULANUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULA
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULAKHORASIYA DEVANSU
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration8laddu8
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsDiler4
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidelarunsmm
 

What's hot (20)

Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
Bisection method
Bisection methodBisection method
Bisection method
 
Lagrange's method
Lagrange's methodLagrange's method
Lagrange's method
 
Interpolation
InterpolationInterpolation
Interpolation
 
Gaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equationGaussian elimination method & homogeneous linear equation
Gaussian elimination method & homogeneous linear equation
 
Interpolation
InterpolationInterpolation
Interpolation
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Levenberg - Marquardt (LM) algorithm_ aghazade
Levenberg - Marquardt (LM) algorithm_ aghazadeLevenberg - Marquardt (LM) algorithm_ aghazade
Levenberg - Marquardt (LM) algorithm_ aghazade
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations
 
Gauss jordan and Guass elimination method
Gauss jordan and Guass elimination methodGauss jordan and Guass elimination method
Gauss jordan and Guass elimination method
 
Euler and improved euler method
Euler and improved euler methodEuler and improved euler method
Euler and improved euler method
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference method
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULA
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULANUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULA
NUMERICAL INTEGRATION : ERROR FORMULA, GAUSSIAN QUADRATURE FORMULA
 
numerical differentiation&integration
numerical differentiation&integrationnumerical differentiation&integration
numerical differentiation&integration
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
Jacobi and gauss-seidel
Jacobi and gauss-seidelJacobi and gauss-seidel
Jacobi and gauss-seidel
 
Bisection method
Bisection methodBisection method
Bisection method
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 

Viewers also liked

System of equations
System of equationsSystem of equations
System of equationsmariacadena
 
Solving systems of linear equations by graphing lecture
Solving systems of linear equations by graphing lectureSolving systems of linear equations by graphing lecture
Solving systems of linear equations by graphing lectureKaiya Duppins
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgationsRobin Singh
 
Application of exponential functions
Application of exponential functionsApplication of exponential functions
Application of exponential functionsFreda Allen
 
Applications of systems of equations
Applications of systems of equationsApplications of systems of equations
Applications of systems of equationsFreda Allen
 
Metodos jacobi y gauss seidel
Metodos jacobi y gauss seidelMetodos jacobi y gauss seidel
Metodos jacobi y gauss seidelCesar Mendoza
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsCesar Mendoza
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matricesAditya Vaishampayan
 
Electrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraElectrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraRajesh Kumar
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equationsCesar Mendoza
 
11. Hashing - Data Structures using C++ by Varsha Patil
11. Hashing - Data Structures using C++ by Varsha Patil11. Hashing - Data Structures using C++ by Varsha Patil
11. Hashing - Data Structures using C++ by Varsha Patilwidespreadpromotion
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)krishnapriya R
 
Hashing Techniques in Data Structures Part2
Hashing Techniques in Data Structures Part2Hashing Techniques in Data Structures Part2
Hashing Techniques in Data Structures Part2SHAKOOR AB
 
Circuit laws & network theorems
Circuit laws  & network theoremsCircuit laws  & network theorems
Circuit laws & network theoremsHimanshu Batra
 
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片Chyi-Tsong Chen
 
Linear Equations Ppt
Linear Equations PptLinear Equations Ppt
Linear Equations PptScott R
 

Viewers also liked (20)

System of equations
System of equationsSystem of equations
System of equations
 
Myp10 system of linear equations with solution
Myp10 system of linear equations with solutionMyp10 system of linear equations with solution
Myp10 system of linear equations with solution
 
Solving systems of linear equations by graphing lecture
Solving systems of linear equations by graphing lectureSolving systems of linear equations by graphing lecture
Solving systems of linear equations by graphing lecture
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgations
 
Application of exponential functions
Application of exponential functionsApplication of exponential functions
Application of exponential functions
 
Applications of systems of equations
Applications of systems of equationsApplications of systems of equations
Applications of systems of equations
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Hashing Part One
Hashing Part OneHashing Part One
Hashing Part One
 
Metodos jacobi y gauss seidel
Metodos jacobi y gauss seidelMetodos jacobi y gauss seidel
Metodos jacobi y gauss seidel
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
system linear equations and matrices
 system linear equations and matrices system linear equations and matrices
system linear equations and matrices
 
Electrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraElectrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebra
 
System of linear equations
System of linear equationsSystem of linear equations
System of linear equations
 
11. Hashing - Data Structures using C++ by Varsha Patil
11. Hashing - Data Structures using C++ by Varsha Patil11. Hashing - Data Structures using C++ by Varsha Patil
11. Hashing - Data Structures using C++ by Varsha Patil
 
NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)NUMERICAL METHODS -Iterative methods(indirect method)
NUMERICAL METHODS -Iterative methods(indirect method)
 
Hashing Techniques in Data Structures Part2
Hashing Techniques in Data Structures Part2Hashing Techniques in Data Structures Part2
Hashing Techniques in Data Structures Part2
 
Circuit laws & network theorems
Circuit laws  & network theoremsCircuit laws  & network theorems
Circuit laws & network theorems
 
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
Ch 01 MATLAB Applications in Chemical Engineering_陳奇中教授教學投影片
 
Linear Equations Ppt
Linear Equations PptLinear Equations Ppt
Linear Equations Ppt
 

Similar to Solution of linear system of equations

Numerical Solution of Linear algebraic Equation
Numerical Solution of Linear algebraic EquationNumerical Solution of Linear algebraic Equation
Numerical Solution of Linear algebraic Equationpayalpriyadarshinisa1
 
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
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfRahulUkhande
 
Chapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equationsChapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equationsssuser53ee01
 
4 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-24 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-2Malika khalil
 
matrices and algbra
matrices and algbramatrices and algbra
matrices and algbragandhinagar
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChaimae Baroudi
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsJanki Shah
 

Similar to Solution of linear system of equations (20)

Linear algebra03fallleturenotes01
Linear algebra03fallleturenotes01Linear algebra03fallleturenotes01
Linear algebra03fallleturenotes01
 
Numerical Solution of Linear algebraic Equation
Numerical Solution of Linear algebraic EquationNumerical Solution of Linear algebraic Equation
Numerical Solution of Linear algebraic Equation
 
Es272 ch4a
Es272 ch4aEs272 ch4a
Es272 ch4a
 
Matrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdfMatrices 2_System of Equations.pdf
Matrices 2_System of Equations.pdf
 
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
 
system of linear equations
system of linear equationssystem of linear equations
system of linear equations
 
Ch9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdfCh9-Gauss_Elimination4.pdf
Ch9-Gauss_Elimination4.pdf
 
Chapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equationsChapter 3 solving systems of linear equations
Chapter 3 solving systems of linear equations
 
Rankmatrix
RankmatrixRankmatrix
Rankmatrix
 
system linear equations
 system linear equations  system linear equations
system linear equations
 
algebra
algebra algebra
algebra
 
Linear algebra
Linear algebraLinear algebra
Linear algebra
 
4 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-24 pages from matlab an introduction with app.-2
4 pages from matlab an introduction with app.-2
 
matrices and algbra
matrices and algbramatrices and algbra
matrices and algbra
 
Lesson 7
Lesson 7Lesson 7
Lesson 7
 
Presentation on matrix
Presentation on matrixPresentation on matrix
Presentation on matrix
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
Ch07 3
Ch07 3Ch07 3
Ch07 3
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 

More from ST ZULAIHA NURHAJARURAHMAH

Contoh materi-matematika-dalam-metode-pembelajaran-brainstorming
Contoh materi-matematika-dalam-metode-pembelajaran-brainstormingContoh materi-matematika-dalam-metode-pembelajaran-brainstorming
Contoh materi-matematika-dalam-metode-pembelajaran-brainstormingST ZULAIHA NURHAJARURAHMAH
 
Systems of linear equations and augmented matrices
Systems of linear equations and augmented matricesSystems of linear equations and augmented matrices
Systems of linear equations and augmented matricesST ZULAIHA NURHAJARURAHMAH
 

More from ST ZULAIHA NURHAJARURAHMAH (20)

Contoh materi-matematika-dalam-metode-pembelajaran-brainstorming
Contoh materi-matematika-dalam-metode-pembelajaran-brainstormingContoh materi-matematika-dalam-metode-pembelajaran-brainstorming
Contoh materi-matematika-dalam-metode-pembelajaran-brainstorming
 
Metode creative problem solving
Metode creative problem solvingMetode creative problem solving
Metode creative problem solving
 
Format silabus berkarakter
Format silabus berkarakterFormat silabus berkarakter
Format silabus berkarakter
 
Format rpp pengajaran langsung berkarakter
Format rpp pengajaran langsung berkarakterFormat rpp pengajaran langsung berkarakter
Format rpp pengajaran langsung berkarakter
 
Format rpp kooperatif berkarakter
Format rpp kooperatif berkarakterFormat rpp kooperatif berkarakter
Format rpp kooperatif berkarakter
 
Format lks langsung berkarakter
Format lks langsung berkarakterFormat lks langsung berkarakter
Format lks langsung berkarakter
 
Format lks kooperatif berkarakter
Format lks kooperatif berkarakterFormat lks kooperatif berkarakter
Format lks kooperatif berkarakter
 
Format lks berbasis masalah berkarakter
Format lks berbasis masalah berkarakterFormat lks berbasis masalah berkarakter
Format lks berbasis masalah berkarakter
 
Format buku siswa berkarakter
Format buku siswa berkarakterFormat buku siswa berkarakter
Format buku siswa berkarakter
 
Format rpp pbl berkarakter
Format rpp pbl berkarakterFormat rpp pbl berkarakter
Format rpp pbl berkarakter
 
Vectors
VectorsVectors
Vectors
 
Systems of equations and matricies
Systems of equations and matriciesSystems of equations and matricies
Systems of equations and matricies
 
Systems of linear equations and augmented matrices
Systems of linear equations and augmented matricesSystems of linear equations and augmented matrices
Systems of linear equations and augmented matrices
 
Solutions of linear systems (2.1 old)
Solutions of linear systems (2.1   old)Solutions of linear systems (2.1   old)
Solutions of linear systems (2.1 old)
 
Matrix
MatrixMatrix
Matrix
 
Matrix inverses
Matrix inversesMatrix inverses
Matrix inverses
 
Matrix equations and inverses honors
Matrix equations and inverses honorsMatrix equations and inverses honors
Matrix equations and inverses honors
 
Systems of linear equations; matrices
Systems of linear equations; matricesSystems of linear equations; matrices
Systems of linear equations; matrices
 
Problem posing & problem solving
Problem posing & problem solvingProblem posing & problem solving
Problem posing & problem solving
 
Problem solving
Problem solvingProblem solving
Problem solving
 

Recently uploaded

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 

Recently uploaded (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 

Solution of linear system of equations