SlideShare a Scribd company logo
1 of 32
Download to read offline
Er. Shiva K. Shrestha
Head, Computer
Department
Khwopa College of
Engineering
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 1
github.com/KCE/NM
NMEvaluation
Internal Evaluation
Theory (20 Marks)
Attendance
Class Test
Assignment
First Assessment
Final Assessment
Practical (50
Marks)
Lab Attendance
Lab Report
Lab Assignments
Lab Test
Viva
External
Evaluation
Final Exam (80
Marks)
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 2
Evaluation
Criteria
Details
Internal
Evaluation
 Theory (20)
 Practical (50)
 Lab
Performance
(30)
Final
Evaluation
 Final Exam (80)
 Numerical computations
play an indispensable role
in solving real life
mathematical, physical &
engineering problems.
 It is an approach for
solving complex
mathematical problems
using only simple arithmetic
operations.
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 3
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 4
Traditional Numerical Computing Methods deals with:
 Finding Roots of Equation
 Solving Systems of Linear Algebraic Equations
 Interpolation & Regression Analysis
 Numerical Integrations
 Numerical Differentiation
 Solution of Differential Equations
 Boundary Value Problems
 Solution of Matrix Problems
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 5
Mathematical
Equations
Algebraic
Equations
Linear
Non-linear
Polynomial
Equations
Continuous
Piecewise
Transcendental
Equations
Trigonometric
Exponential
Logarithmic
Differential
Equations
Ordinary
Partial
Integral
Equations
Definite
Indefinite
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 6
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 7
1. Introduction,
Approximation and Errors
of Computation
2. Solutions of Non-linear
Equations
3. Solution of System of
Linear Algebraic Equations
4. Interpolation
5. Numerical Differentiation
and Integration
6. Solution of Ordinary
Differential Equations
(ODE)
7. Numerical Solution of
Partial Differential
Equation (PDE)
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 8
1.1. Introduction, Importance of Numerical Methods
1.2. Approximation and Errors in Computation
1.3. Taylor’s Series
1.4. Newton’s Finite Differences (Forward, Backward, Central
Difference, Divided Difference)
1.5. Difference Operators, Shift Operators, Differential Operators
1.6. Uses and Importance of Computer Programming in Numerical
Methods.
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 9
Chapter
1
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 10
Chapter
1
2.1. Bisection Method
2.2. Newton Raphson Method (Two Equation Solution)
2.3. Regula‐Falsi Method, Secant Method
2.4. Fixed-point Iteration Method
2.5. Rate of Convergence and Comparisons of These Methods
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 11
Chapter
2
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 12
Chapter
2
Applications:
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 13
Chapter
2
Computer/Electrical Engineering
• Design of an Electric Circuit
Civil/Environmental Engineering
• Open-Chanel Flow, Greenhouse Gases & Rainwater
Mechanical/Aerospace Engineering
• Vibration Analysis, Pipe Friction
Chemical/Bio Engineering
• Ideal & Non-ideal Gas Laws
3.1. Gauss Elimination Method with Pivoting Strategies
3.2. Gauss‐Jordan Method
3.3. LU Factorization
3.4. Iterative Methods
3.4.1. Jacobi Method,
3.4.2. Gauss‐Seidel Method
3.5. Eigen Value and Eigen Vector
using Power Method
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 14
Chapter
3
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 15
Chapter
3
Applications:
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 16
Chapter
3
Computer/Electrical Engineering
• Current & Voltages in Resistor Circuits
Civil/Environmental Engineering
• Analysis of a Statically Determinate Truss
Mechanical/Aerospace Engineering
• Spring-Mass Systems
Chemical/Bio Engineering
• Steady-State Analysis of a System of Reactors
4.1. Newton’s Interpolation (Forward, Backward)
4.2. Central Difference Interpolation: Stirling’s Formula, Bessel’s
Formula
4.3. Lagrange Interpolation
4.4. Least Square Method of Fitting Linear and Nonlinear Curve for
Discrete Data and Continuous Function
4.5. Spline Interpolation (Cubic Spline)
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 17
Chapter
4
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 18
Chapter
4
Applications:
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 19
Chapter
4
Computer/Electrical Engineering
• Fourier Analysis
Civil/Environmental Engineering
• Use of Spline to Estimate Heat Transfer
Mechanical/Aerospace Engineering
• Analysis of Experimental Data
Chemical/Bio Engineering
• Linear Regression and Population Model
5.1. Numerical Differentiation Formulae
5.2. Maxima and Minima
5.3. Newton‐Cote General Quadrature Formula
5.4. Trapezoidal, Simpson’s 1/3, 3/8 Rule
5.5. Romberg Integration
5.6. Gaussian Integration (Gaussian – Legendre Formula 2-point & 3-
point)
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 20
Chapter
5
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 21
Chapter
5
Applications:
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 22
Chapter
5
Computer/Electrical Engineering
• Root-Mean-Square (RMS) Current by Numerical Integration
Civil/Environmental Engineering
• Effective Force on the Mast of Racing Sailboat
Mechanical/Aerospace Engineering
• Numerical Integration to Compute Work
Chemical/Bio Engineering
• Integration to Determine the Total Quantity of Heat
6.1. Euler’s & Modified Euler’s Method
6.2. Runge Kutta Methods for 1st and 2nd Order Ordinary Differential
Equations
6.3. Solution of Boundary Value problem by Finite Difference Method
& Shooting Method
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 23
Chapter
6
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 24
Chapter
6
Applications:
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 25
Chapter
6
Computer/Electrical Engineering
• Simulating Transient Current for an Electric Circuit
Civil/Environmental Engineering
• Predator-Prey Models & Chaos
Mechanical/Aerospace Engineering
• The Swinging Pendulum
Chemical/Bio Engineering
• Using ODEs to analyze the Transient Response of a Reactor
7.1. Classification of Partial Differential Equation (Elliptic, Parabolic,
and Hyperbolic)
7.2. Solution of Laplace Equation (Standard 5-Point Formula with
Iterative Method)
7.3. Solution of Poisson Equation (Finite Difference Approximation)
7.4. Solution of Elliptic Equation by Relaxation Method
7.5. Solution of One-Dimensional Heat Equation by Schmidt Method
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 26
Chapter
7
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 27
Chapter
7
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 28
Chapter
7
Applications:
Computer/Electrical Engineering
• 2D Electrostatic Field Problems
Civil/Environmental Engineering
• Deflections of a Plate
Mechanical/Aerospace Engineering
• Finite-Element Solution of a Series of Springs
Chemical/Bio Engineering
• 1D Mass Balance of a Reactor
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 29
Algorithm & Program Development in C Programming Language of Following:
1. Generate Difference Table.
2. At least two from Bisection Method, Newton-Raphson Method, Secant Method
3. At least one from Gauss Elimination Method or Gauss Jordan method. Finding
Largest Eigen Value and Corresponding Vector by Power Method.
4. Lagrange Interpolation, Curve Fitting by Least Square Method.
5. Differentiation by Newton’s Finite Difference Method. Integration using
Simpson’s 3/8 Rule
6. Solution of 1st Order Differential Equation using RK‐4 Method
7. Partial Differential Equation (Laplace Equation)
8. Numerical Solutions using MATLAB.
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 30
1. Dr. B.S.Grewal, “Numerical Methods in Engineering and Science”, Khanna Publication,
7th edition.
2. E Balagurusamy, “Numerical Methods”, Mc Graw Hill Education
3. Dr. Santosh Kumar, “Computer Based Numerical & Statistical Techniques”, S. Chand
4. Steven C. Chopra, Raymond P. Canale, “Numerical Methods for Engineeris”, TATA
McGraw Hill
5. W.H. Press and et. Al., “Numerical Recipes in C”, Cambridge
6. Robert J schilling, Sandra l harries Applied Numerical Methods for Engineers using
MATLAB and C”, 3rd edition Thomson Brooks/cole.
7. Richard L. Burden, J.Douglas Faires, “Numerical Analysis 7th edition” , Thomson /
Brooks/cole
8. John. H. Mathews, Kurtis Fink , “Numerical Methods Using MATLAB 3rd edition”
,Prentice Hall publication
9. JAAN KIUSALAAS , “Numerical Methods in Engineering with MATLAB”, Cambridge
Publication
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 31
?
Thank You!
Er. Shiva K. Shrestha
computer.khwopa@gmail.com
nm.khwopa@gmail.com
github.com/KCE/NM
4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 32

More Related Content

What's hot

Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 
Infix to-postfix examples
Infix to-postfix examplesInfix to-postfix examples
Infix to-postfix examplesmua99
 
Notes of c programming 1st unit BCA I SEM
Notes of c programming  1st unit BCA I SEMNotes of c programming  1st unit BCA I SEM
Notes of c programming 1st unit BCA I SEMMansi Tyagi
 
Interpolation and its applications
Interpolation and its applicationsInterpolation and its applications
Interpolation and its applicationsRinkuMonani
 
Memory organization (Computer architecture)
Memory organization (Computer architecture)Memory organization (Computer architecture)
Memory organization (Computer architecture)Sandesh Jonchhe
 
Harvard architecture
Harvard architectureHarvard architecture
Harvard architectureGichelle Amon
 
Our presentation on algorithm design
Our presentation on algorithm designOur presentation on algorithm design
Our presentation on algorithm designNahid Hasan
 
Stressen's matrix multiplication
Stressen's matrix multiplicationStressen's matrix multiplication
Stressen's matrix multiplicationKumar
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equationsRifat Rahamatullah
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical AnalysisGhulam Mehdi Sahito
 
Partial differential equation & its application.
Partial differential equation & its application.Partial differential equation & its application.
Partial differential equation & its application.isratzerin6
 

What's hot (20)

AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)AI Lecture 7 (uncertainty)
AI Lecture 7 (uncertainty)
 
Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
Infix to-postfix examples
Infix to-postfix examplesInfix to-postfix examples
Infix to-postfix examples
 
BISECTION METHOD
BISECTION METHODBISECTION METHOD
BISECTION METHOD
 
Computer system bus
Computer system busComputer system bus
Computer system bus
 
Notes of c programming 1st unit BCA I SEM
Notes of c programming  1st unit BCA I SEMNotes of c programming  1st unit BCA I SEM
Notes of c programming 1st unit BCA I SEM
 
Interpolation and its applications
Interpolation and its applicationsInterpolation and its applications
Interpolation and its applications
 
Memory organization (Computer architecture)
Memory organization (Computer architecture)Memory organization (Computer architecture)
Memory organization (Computer architecture)
 
Branch and bound
Branch and boundBranch and bound
Branch and bound
 
Harvard architecture
Harvard architectureHarvard architecture
Harvard architecture
 
Our presentation on algorithm design
Our presentation on algorithm designOur presentation on algorithm design
Our presentation on algorithm design
 
Stressen's matrix multiplication
Stressen's matrix multiplicationStressen's matrix multiplication
Stressen's matrix multiplication
 
Microprocessor ppt
Microprocessor pptMicroprocessor ppt
Microprocessor ppt
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equations
 
APPLICATION OF MATHEMATICS IN ENGINEERING FIELD
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDAPPLICATION OF MATHEMATICS IN ENGINEERING FIELD
APPLICATION OF MATHEMATICS IN ENGINEERING FIELD
 
Calculus
CalculusCalculus
Calculus
 
Graph theory presentation
Graph theory presentationGraph theory presentation
Graph theory presentation
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
Instruction format
Instruction formatInstruction format
Instruction format
 
Partial differential equation & its application.
Partial differential equation & its application.Partial differential equation & its application.
Partial differential equation & its application.
 

Similar to HOD Computer Department Numerical Methods Lecture

Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...eSAT Publishing House
 
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...Charles Martin
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...IDES Editor
 
02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)nooriasukmaningtyas
 
Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchCemal Ardil
 
Spectral Element Methods in Large Eddy Simulation
Spectral Element Methods in Large Eddy SimulationSpectral Element Methods in Large Eddy Simulation
Spectral Element Methods in Large Eddy Simulationgaurav dhir
 
Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...TuhinDas33
 
Overview combining ab initio with continuum theory
Overview combining ab initio with continuum theoryOverview combining ab initio with continuum theory
Overview combining ab initio with continuum theoryDierk Raabe
 
Design of High Order Multirate GARK Schemes
Design of High Order Multirate GARK SchemesDesign of High Order Multirate GARK Schemes
Design of High Order Multirate GARK SchemesVirginiaTech
 
Identification study of solar cell/module using recent optimization techniques
Identification study of solar cell/module using recent  optimization techniquesIdentification study of solar cell/module using recent  optimization techniques
Identification study of solar cell/module using recent optimization techniquesIJECEIAES
 
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...IRJET Journal
 
R22B.Tech.EEEIandIIYearSyllabus1.pdf
R22B.Tech.EEEIandIIYearSyllabus1.pdfR22B.Tech.EEEIandIIYearSyllabus1.pdf
R22B.Tech.EEEIandIIYearSyllabus1.pdfSugnanaraoM
 
Assignment 1 - Application of Numerical Analysis.pdf
Assignment 1 - Application of Numerical Analysis.pdfAssignment 1 - Application of Numerical Analysis.pdf
Assignment 1 - Application of Numerical Analysis.pdfSafeen Yaseen Ja'far
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch IJECEIAES
 
Compromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlabCompromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlabSubhankar Sau
 

Similar to HOD Computer Department Numerical Methods Lecture (20)

Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
Applying fuzzy ahp to evaluate the carbon foot print on the workplace in educ...
 
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...
Statistical Mechanics Methods for Discovering Knowledge from Production-Scale...
 
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
Economic Load Dispatch Problem with Valve – Point Effect Using a Binary Bat A...
 
02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)02 15033 distribution power loss minimization via (edit)
02 15033 distribution power loss minimization via (edit)
 
Application of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatchApplication of-computational-intelligence-techniques-for-economic-load-dispatch
Application of-computational-intelligence-techniques-for-economic-load-dispatch
 
Hmtc1300663
Hmtc1300663Hmtc1300663
Hmtc1300663
 
Spectral Element Methods in Large Eddy Simulation
Spectral Element Methods in Large Eddy SimulationSpectral Element Methods in Large Eddy Simulation
Spectral Element Methods in Large Eddy Simulation
 
Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...Environmental constrained electric power generation and dispatch via genetic ...
Environmental constrained electric power generation and dispatch via genetic ...
 
cb
cbcb
cb
 
Overview combining ab initio with continuum theory
Overview combining ab initio with continuum theoryOverview combining ab initio with continuum theory
Overview combining ab initio with continuum theory
 
Design of High Order Multirate GARK Schemes
Design of High Order Multirate GARK SchemesDesign of High Order Multirate GARK Schemes
Design of High Order Multirate GARK Schemes
 
DME Syllabus.pdf
DME Syllabus.pdfDME Syllabus.pdf
DME Syllabus.pdf
 
Identification study of solar cell/module using recent optimization techniques
Identification study of solar cell/module using recent  optimization techniquesIdentification study of solar cell/module using recent  optimization techniques
Identification study of solar cell/module using recent optimization techniques
 
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...
A Hybrid Data Clustering Approach using K-Means and Simplex Method-based Bact...
 
R22B.Tech.EEEIandIIYearSyllabus1.pdf
R22B.Tech.EEEIandIIYearSyllabus1.pdfR22B.Tech.EEEIandIIYearSyllabus1.pdf
R22B.Tech.EEEIandIIYearSyllabus1.pdf
 
Assignment 1 - Application of Numerical Analysis.pdf
Assignment 1 - Application of Numerical Analysis.pdfAssignment 1 - Application of Numerical Analysis.pdf
Assignment 1 - Application of Numerical Analysis.pdf
 
R18 b.tech.ece syllabus1
R18 b.tech.ece syllabus1R18 b.tech.ece syllabus1
R18 b.tech.ece syllabus1
 
R18 b.tech.ece syllabus1
R18 b.tech.ece syllabus1R18 b.tech.ece syllabus1
R18 b.tech.ece syllabus1
 
Hybrid method for achieving Pareto front on economic emission dispatch
Hybrid method for achieving Pareto front on economic  emission dispatch Hybrid method for achieving Pareto front on economic  emission dispatch
Hybrid method for achieving Pareto front on economic emission dispatch
 
Compromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlabCompromising between-eld-&-eed-using-gatool-matlab
Compromising between-eld-&-eed-using-gatool-matlab
 

More from Er. Shiva K. Shrestha

Workshop on Classroom and Meet - Er. Shiva K. Shrestha
Workshop on Classroom and Meet - Er. Shiva K. ShresthaWorkshop on Classroom and Meet - Er. Shiva K. Shrestha
Workshop on Classroom and Meet - Er. Shiva K. ShresthaEr. Shiva K. Shrestha
 
Deep Learning for Artificial Intelligence (AI)
Deep Learning for Artificial Intelligence (AI)Deep Learning for Artificial Intelligence (AI)
Deep Learning for Artificial Intelligence (AI)Er. Shiva K. Shrestha
 
DDoS - Distributed Denial of Service
DDoS - Distributed Denial of ServiceDDoS - Distributed Denial of Service
DDoS - Distributed Denial of ServiceEr. Shiva K. Shrestha
 
Executing Joins Dynamically in DDBS Query Optimizer
Executing Joins Dynamically in DDBS Query OptimizerExecuting Joins Dynamically in DDBS Query Optimizer
Executing Joins Dynamically in DDBS Query OptimizerEr. Shiva K. Shrestha
 
Comparison of Amoeba, Mach & Chorus: DOS
Comparison of Amoeba, Mach & Chorus: DOSComparison of Amoeba, Mach & Chorus: DOS
Comparison of Amoeba, Mach & Chorus: DOSEr. Shiva K. Shrestha
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)Er. Shiva K. Shrestha
 

More from Er. Shiva K. Shrestha (7)

Workshop on Classroom and Meet - Er. Shiva K. Shrestha
Workshop on Classroom and Meet - Er. Shiva K. ShresthaWorkshop on Classroom and Meet - Er. Shiva K. Shrestha
Workshop on Classroom and Meet - Er. Shiva K. Shrestha
 
Deep Learning for Artificial Intelligence (AI)
Deep Learning for Artificial Intelligence (AI)Deep Learning for Artificial Intelligence (AI)
Deep Learning for Artificial Intelligence (AI)
 
DDoS - Distributed Denial of Service
DDoS - Distributed Denial of ServiceDDoS - Distributed Denial of Service
DDoS - Distributed Denial of Service
 
Executing Joins Dynamically in DDBS Query Optimizer
Executing Joins Dynamically in DDBS Query OptimizerExecuting Joins Dynamically in DDBS Query Optimizer
Executing Joins Dynamically in DDBS Query Optimizer
 
Comparison of Amoeba, Mach & Chorus: DOS
Comparison of Amoeba, Mach & Chorus: DOSComparison of Amoeba, Mach & Chorus: DOS
Comparison of Amoeba, Mach & Chorus: DOS
 
Software Configuration Management (SCM)
Software Configuration Management (SCM)Software Configuration Management (SCM)
Software Configuration Management (SCM)
 
Mongo DB
Mongo DBMongo DB
Mongo DB
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

HOD Computer Department Numerical Methods Lecture

  • 1. Er. Shiva K. Shrestha Head, Computer Department Khwopa College of Engineering 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 1 github.com/KCE/NM
  • 2. NMEvaluation Internal Evaluation Theory (20 Marks) Attendance Class Test Assignment First Assessment Final Assessment Practical (50 Marks) Lab Attendance Lab Report Lab Assignments Lab Test Viva External Evaluation Final Exam (80 Marks) 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 2 Evaluation Criteria Details Internal Evaluation  Theory (20)  Practical (50)  Lab Performance (30) Final Evaluation  Final Exam (80)
  • 3.  Numerical computations play an indispensable role in solving real life mathematical, physical & engineering problems.  It is an approach for solving complex mathematical problems using only simple arithmetic operations. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 3
  • 4. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 4
  • 5. Traditional Numerical Computing Methods deals with:  Finding Roots of Equation  Solving Systems of Linear Algebraic Equations  Interpolation & Regression Analysis  Numerical Integrations  Numerical Differentiation  Solution of Differential Equations  Boundary Value Problems  Solution of Matrix Problems 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 5
  • 7. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 7
  • 8. 1. Introduction, Approximation and Errors of Computation 2. Solutions of Non-linear Equations 3. Solution of System of Linear Algebraic Equations 4. Interpolation 5. Numerical Differentiation and Integration 6. Solution of Ordinary Differential Equations (ODE) 7. Numerical Solution of Partial Differential Equation (PDE) 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 8
  • 9. 1.1. Introduction, Importance of Numerical Methods 1.2. Approximation and Errors in Computation 1.3. Taylor’s Series 1.4. Newton’s Finite Differences (Forward, Backward, Central Difference, Divided Difference) 1.5. Difference Operators, Shift Operators, Differential Operators 1.6. Uses and Importance of Computer Programming in Numerical Methods. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 9 Chapter 1
  • 10. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 10 Chapter 1
  • 11. 2.1. Bisection Method 2.2. Newton Raphson Method (Two Equation Solution) 2.3. Regula‐Falsi Method, Secant Method 2.4. Fixed-point Iteration Method 2.5. Rate of Convergence and Comparisons of These Methods 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 11 Chapter 2
  • 12. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 12 Chapter 2
  • 13. Applications: 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 13 Chapter 2 Computer/Electrical Engineering • Design of an Electric Circuit Civil/Environmental Engineering • Open-Chanel Flow, Greenhouse Gases & Rainwater Mechanical/Aerospace Engineering • Vibration Analysis, Pipe Friction Chemical/Bio Engineering • Ideal & Non-ideal Gas Laws
  • 14. 3.1. Gauss Elimination Method with Pivoting Strategies 3.2. Gauss‐Jordan Method 3.3. LU Factorization 3.4. Iterative Methods 3.4.1. Jacobi Method, 3.4.2. Gauss‐Seidel Method 3.5. Eigen Value and Eigen Vector using Power Method 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 14 Chapter 3
  • 15. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 15 Chapter 3
  • 16. Applications: 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 16 Chapter 3 Computer/Electrical Engineering • Current & Voltages in Resistor Circuits Civil/Environmental Engineering • Analysis of a Statically Determinate Truss Mechanical/Aerospace Engineering • Spring-Mass Systems Chemical/Bio Engineering • Steady-State Analysis of a System of Reactors
  • 17. 4.1. Newton’s Interpolation (Forward, Backward) 4.2. Central Difference Interpolation: Stirling’s Formula, Bessel’s Formula 4.3. Lagrange Interpolation 4.4. Least Square Method of Fitting Linear and Nonlinear Curve for Discrete Data and Continuous Function 4.5. Spline Interpolation (Cubic Spline) 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 17 Chapter 4
  • 18. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 18 Chapter 4
  • 19. Applications: 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 19 Chapter 4 Computer/Electrical Engineering • Fourier Analysis Civil/Environmental Engineering • Use of Spline to Estimate Heat Transfer Mechanical/Aerospace Engineering • Analysis of Experimental Data Chemical/Bio Engineering • Linear Regression and Population Model
  • 20. 5.1. Numerical Differentiation Formulae 5.2. Maxima and Minima 5.3. Newton‐Cote General Quadrature Formula 5.4. Trapezoidal, Simpson’s 1/3, 3/8 Rule 5.5. Romberg Integration 5.6. Gaussian Integration (Gaussian – Legendre Formula 2-point & 3- point) 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 20 Chapter 5
  • 21. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 21 Chapter 5
  • 22. Applications: 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 22 Chapter 5 Computer/Electrical Engineering • Root-Mean-Square (RMS) Current by Numerical Integration Civil/Environmental Engineering • Effective Force on the Mast of Racing Sailboat Mechanical/Aerospace Engineering • Numerical Integration to Compute Work Chemical/Bio Engineering • Integration to Determine the Total Quantity of Heat
  • 23. 6.1. Euler’s & Modified Euler’s Method 6.2. Runge Kutta Methods for 1st and 2nd Order Ordinary Differential Equations 6.3. Solution of Boundary Value problem by Finite Difference Method & Shooting Method 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 23 Chapter 6
  • 24. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 24 Chapter 6
  • 25. Applications: 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 25 Chapter 6 Computer/Electrical Engineering • Simulating Transient Current for an Electric Circuit Civil/Environmental Engineering • Predator-Prey Models & Chaos Mechanical/Aerospace Engineering • The Swinging Pendulum Chemical/Bio Engineering • Using ODEs to analyze the Transient Response of a Reactor
  • 26. 7.1. Classification of Partial Differential Equation (Elliptic, Parabolic, and Hyperbolic) 7.2. Solution of Laplace Equation (Standard 5-Point Formula with Iterative Method) 7.3. Solution of Poisson Equation (Finite Difference Approximation) 7.4. Solution of Elliptic Equation by Relaxation Method 7.5. Solution of One-Dimensional Heat Equation by Schmidt Method 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 26 Chapter 7
  • 27. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 27 Chapter 7
  • 28. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 28 Chapter 7 Applications: Computer/Electrical Engineering • 2D Electrostatic Field Problems Civil/Environmental Engineering • Deflections of a Plate Mechanical/Aerospace Engineering • Finite-Element Solution of a Series of Springs Chemical/Bio Engineering • 1D Mass Balance of a Reactor
  • 29. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 29
  • 30. Algorithm & Program Development in C Programming Language of Following: 1. Generate Difference Table. 2. At least two from Bisection Method, Newton-Raphson Method, Secant Method 3. At least one from Gauss Elimination Method or Gauss Jordan method. Finding Largest Eigen Value and Corresponding Vector by Power Method. 4. Lagrange Interpolation, Curve Fitting by Least Square Method. 5. Differentiation by Newton’s Finite Difference Method. Integration using Simpson’s 3/8 Rule 6. Solution of 1st Order Differential Equation using RK‐4 Method 7. Partial Differential Equation (Laplace Equation) 8. Numerical Solutions using MATLAB. 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 30
  • 31. 1. Dr. B.S.Grewal, “Numerical Methods in Engineering and Science”, Khanna Publication, 7th edition. 2. E Balagurusamy, “Numerical Methods”, Mc Graw Hill Education 3. Dr. Santosh Kumar, “Computer Based Numerical & Statistical Techniques”, S. Chand 4. Steven C. Chopra, Raymond P. Canale, “Numerical Methods for Engineeris”, TATA McGraw Hill 5. W.H. Press and et. Al., “Numerical Recipes in C”, Cambridge 6. Robert J schilling, Sandra l harries Applied Numerical Methods for Engineers using MATLAB and C”, 3rd edition Thomson Brooks/cole. 7. Richard L. Burden, J.Douglas Faires, “Numerical Analysis 7th edition” , Thomson / Brooks/cole 8. John. H. Mathews, Kurtis Fink , “Numerical Methods Using MATLAB 3rd edition” ,Prentice Hall publication 9. JAAN KIUSALAAS , “Numerical Methods in Engineering with MATLAB”, Cambridge Publication 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 31
  • 32. ? Thank You! Er. Shiva K. Shrestha computer.khwopa@gmail.com nm.khwopa@gmail.com github.com/KCE/NM 4/19/2019 ER. SHIVA K. SHRESTHA (HOD, COMPUTER DEPARTMENT) 32