SlideShare a Scribd company logo
1 of 9
Linear Curve Fitting Along With
Gauss Backward.
Shanawaz Ahamed 2016-1-60-103
Muhsena Shafiquie 2016-1-60-115
Tahmid Ahmed 2016-1-68-007
Outlines:
 Concept of Curve Fitting & Interpolation Methods.
 Linear Curve Fitting Method.
 Gauss Backward Interpolation.
 Applications.
 Code implication.
 Conclusion.
Linear Curve Fitting Method.
General Equation is , f(x) = bx + a.
Here,
b= Co-efficient of x.
a= Constant.
It is actually straight line.
𝑏 =
𝑛∑𝑥𝑖𝑦𝑖−∑𝑥𝑖 ∑𝑦𝑖
𝑛 ∑ 𝑥𝑖2−(∑ 𝑥𝑖)2 ;
𝑎 =
∑𝑦𝑖
𝑛
− 𝑏
∑𝑥
𝑛
;
Gauss Backward Interpolation.
 Here for any given value of x, we calculate the value of y.
 Formula,
y(x)= 𝑦ℴ + 𝑢∆𝑦 − 1 +
𝑢 𝑢+1
2!
∆2
𝑦 − 1 +
𝑢−1 𝑢 𝑢+1
3!
∆3
𝑦 − 2 + ⋯ ;
 𝑢 =
𝑥−𝑥𝑛
ℎ
;
Code Implication
When Relationship Linear.
1) Select the length .
2) Input Value of x and y.
3) Calculate summation of x, y, 𝑥2 and
𝑥 ∗ 𝑦.
4) Calculate a and b from equation.
Code Implication
Gauss Backward interpolation.
1) Input all value of x in linear equation.
2) Get all the value of y.
3) Take input of x.
4)Calculate ∆𝑦, ∆2
𝑦, ∆3
𝑦, ∆4
𝑦 …
5) Calculate Result by using equation.
Conclusion.
 It’s a major sector of modern science era.
 Nowadays we use many real life applications of numerical method.
 We can know all approximate solutions.
 IT helps to find better algorithms that cause less errors.
CSE225 East West University.

More Related Content

What's hot

Least square method
Least square methodLeast square method
Least square method
Somya Bagai
 
TechMathI - 3.1 - Lines in Space Day2
TechMathI - 3.1 - Lines in Space Day2TechMathI - 3.1 - Lines in Space Day2
TechMathI - 3.1 - Lines in Space Day2
lmrhodes
 
Method of least square
Method of least squareMethod of least square
Method of least square
Somya Bagai
 

What's hot (20)

Simpson’s one third and weddle's rule
Simpson’s one third and weddle's ruleSimpson’s one third and weddle's rule
Simpson’s one third and weddle's rule
 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
 
Curve fitting of exponential curve
Curve fitting of exponential curveCurve fitting of exponential curve
Curve fitting of exponential curve
 
Least square method
Least square methodLeast square method
Least square method
 
Matrix chain multiplication by MHM
Matrix chain multiplication by MHMMatrix chain multiplication by MHM
Matrix chain multiplication by MHM
 
Least Squares
Least SquaresLeast Squares
Least Squares
 
Matlab polynimials and curve fitting
Matlab polynimials and curve fittingMatlab polynimials and curve fitting
Matlab polynimials and curve fitting
 
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4UVectors Unit Assignment- Calculus and Vector - VHS - MCV4U
Vectors Unit Assignment- Calculus and Vector - VHS - MCV4U
 
Polynomials and Curve Fitting in MATLAB
Polynomials and Curve Fitting in MATLABPolynomials and Curve Fitting in MATLAB
Polynomials and Curve Fitting in MATLAB
 
Lecture 07 graphing linear equations
Lecture 07 graphing linear equationsLecture 07 graphing linear equations
Lecture 07 graphing linear equations
 
Longest Common Subsequence & Matrix Chain Multiplication
Longest Common Subsequence & Matrix Chain MultiplicationLongest Common Subsequence & Matrix Chain Multiplication
Longest Common Subsequence & Matrix Chain Multiplication
 
Least Square Optimization and Sparse-Linear Solver
Least Square Optimization and Sparse-Linear SolverLeast Square Optimization and Sparse-Linear Solver
Least Square Optimization and Sparse-Linear Solver
 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQURE
 
Limit of functions
Limit of functionsLimit of functions
Limit of functions
 
TechMathI - 3.1 - Lines in Space Day2
TechMathI - 3.1 - Lines in Space Day2TechMathI - 3.1 - Lines in Space Day2
TechMathI - 3.1 - Lines in Space Day2
 
Method of least square
Method of least squareMethod of least square
Method of least square
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Limit of functions (CBA College of Business Ad)
Limit of functions (CBA College of Business Ad)Limit of functions (CBA College of Business Ad)
Limit of functions (CBA College of Business Ad)
 
trapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 ruletrapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 rule
 
All pair shortest path
All pair shortest pathAll pair shortest path
All pair shortest path
 

Similar to CSE225 East West University.

Lecture 15(graphing of cartesion curves)
Lecture 15(graphing of cartesion curves)Lecture 15(graphing of cartesion curves)
Lecture 15(graphing of cartesion curves)
FahadYaqoob5
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.
Mohd Arif
 

Similar to CSE225 East West University. (20)

Unit 5 Correlation
Unit 5 CorrelationUnit 5 Correlation
Unit 5 Correlation
 
Concepts and Applications of the Fundamental Theorem of Line Integrals.pdf
Concepts and Applications of the Fundamental Theorem of Line Integrals.pdfConcepts and Applications of the Fundamental Theorem of Line Integrals.pdf
Concepts and Applications of the Fundamental Theorem of Line Integrals.pdf
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Btech_II_ engineering mathematics_unit1
Btech_II_ engineering mathematics_unit1Btech_II_ engineering mathematics_unit1
Btech_II_ engineering mathematics_unit1
 
Solution of equations and eigenvalue problems
Solution of equations and eigenvalue problemsSolution of equations and eigenvalue problems
Solution of equations and eigenvalue problems
 
Uniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized EquationsUniformity of the Local Convergence of Chord Method for Generalized Equations
Uniformity of the Local Convergence of Chord Method for Generalized Equations
 
Waveguides
WaveguidesWaveguides
Waveguides
 
Tracing of cartesian curve
Tracing of cartesian curveTracing of cartesian curve
Tracing of cartesian curve
 
Lecture 15
Lecture 15Lecture 15
Lecture 15
 
Lecture 15(graphing of cartesion curves)
Lecture 15(graphing of cartesion curves)Lecture 15(graphing of cartesion curves)
Lecture 15(graphing of cartesion curves)
 
Regression.pptx
Regression.pptxRegression.pptx
Regression.pptx
 
Class XII Mathematics long assignment
Class XII Mathematics long assignmentClass XII Mathematics long assignment
Class XII Mathematics long assignment
 
Line drawing algo.
Line drawing algo.Line drawing algo.
Line drawing algo.
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Course pack unit 5
Course pack unit 5Course pack unit 5
Course pack unit 5
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Comparison Results of Trapezoidal, Simpson’s 13 rule, Simpson’s 38 rule, and ...
Comparison Results of Trapezoidal, Simpson’s 13 rule, Simpson’s 38 rule, and ...Comparison Results of Trapezoidal, Simpson’s 13 rule, Simpson’s 38 rule, and ...
Comparison Results of Trapezoidal, Simpson’s 13 rule, Simpson’s 38 rule, and ...
 
A direct method for estimating linear non-Gaussian acyclic models
A direct method for estimating linear non-Gaussian acyclic modelsA direct method for estimating linear non-Gaussian acyclic models
A direct method for estimating linear non-Gaussian acyclic models
 
Mcq exemplar class 12
Mcq exemplar class 12Mcq exemplar class 12
Mcq exemplar class 12
 
Mcq exemplar class 12
Mcq exemplar class 12Mcq exemplar class 12
Mcq exemplar class 12
 

Recently uploaded

Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
cupulin
 

Recently uploaded (20)

Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdfContoh Aksi Nyata Refleksi Diri ( NUR ).pdf
Contoh Aksi Nyata Refleksi Diri ( NUR ).pdf
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdfRich Dad Poor Dad ( PDFDrive.com )--.pdf
Rich Dad Poor Dad ( PDFDrive.com )--.pdf
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 

CSE225 East West University.

  • 1. Linear Curve Fitting Along With Gauss Backward.
  • 2. Shanawaz Ahamed 2016-1-60-103 Muhsena Shafiquie 2016-1-60-115 Tahmid Ahmed 2016-1-68-007
  • 3. Outlines:  Concept of Curve Fitting & Interpolation Methods.  Linear Curve Fitting Method.  Gauss Backward Interpolation.  Applications.  Code implication.  Conclusion.
  • 4. Linear Curve Fitting Method. General Equation is , f(x) = bx + a. Here, b= Co-efficient of x. a= Constant. It is actually straight line. 𝑏 = 𝑛∑𝑥𝑖𝑦𝑖−∑𝑥𝑖 ∑𝑦𝑖 𝑛 ∑ 𝑥𝑖2−(∑ 𝑥𝑖)2 ; 𝑎 = ∑𝑦𝑖 𝑛 − 𝑏 ∑𝑥 𝑛 ;
  • 5. Gauss Backward Interpolation.  Here for any given value of x, we calculate the value of y.  Formula, y(x)= 𝑦ℴ + 𝑢∆𝑦 − 1 + 𝑢 𝑢+1 2! ∆2 𝑦 − 1 + 𝑢−1 𝑢 𝑢+1 3! ∆3 𝑦 − 2 + ⋯ ;  𝑢 = 𝑥−𝑥𝑛 ℎ ;
  • 6. Code Implication When Relationship Linear. 1) Select the length . 2) Input Value of x and y. 3) Calculate summation of x, y, 𝑥2 and 𝑥 ∗ 𝑦. 4) Calculate a and b from equation.
  • 7. Code Implication Gauss Backward interpolation. 1) Input all value of x in linear equation. 2) Get all the value of y. 3) Take input of x. 4)Calculate ∆𝑦, ∆2 𝑦, ∆3 𝑦, ∆4 𝑦 … 5) Calculate Result by using equation.
  • 8. Conclusion.  It’s a major sector of modern science era.  Nowadays we use many real life applications of numerical method.  We can know all approximate solutions.  IT helps to find better algorithms that cause less errors.