SlideShare a Scribd company logo
1 of 3
Download to read offline
IOSR Journal of Mathematics (IOSR-JM)
e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 13, Issue 1 Ver. IV (Jan. - Feb. 2017), PP 77-79
www.iosrjournals.org
DOI: 10.9790/5728-1301047779 www.iosrjournals.org 77 | Page
Least Square Plane and Leastsquare Quadric Surface
Approximation by Using Modified Lagrange’s Method
C.V.Rao,
GS Department Assistant professor, JubailIndustrial College, Jubail, KSA.
Abstract: Now a days Surface fitting is applied all engineering and medical fields. Kamron Saniee ,2007 find a
simple expression for multivariate LaGrange’s Interpolation. We derive a least square plane and least square
quadric surface Approximation from a given N+1 tabular points when the function is unique. We used least
square method technique. We can apply this method in surface fitting also.
Keywords: Least square, quadric surface , Normal equations
I. Introduction
Least square principle method is one the best approximation methodin numerical analysis for line and
curve fitting, this method was invented by Lagrange's. A function 𝑦 = 𝑓(𝑥)may be given in discretedata
𝑥 𝑘 , 𝑦 𝑘 .The best approximation in the least square is defined as that for which the constants𝑐𝑖 , 𝑖 =
0,1,2,3 … 𝑛are determined so that the aggregate of 𝑤 𝑥 𝐸2over given domain D is as small as possible, where
𝑤 𝑥 > 0 $ is the weight function for the function whose values are given at 𝑁 + 1 points𝑥0 , 𝑥1 … 𝑥 𝑁.
We have
𝐼 𝑐0 , 𝑐1 … 𝑐 𝑁 = 𝑤(𝑁
𝑘=𝑜 𝑥 𝑘 ) 𝑓 𝑥 𝑘 − ∅𝑖 𝑥 𝑘
𝑛
𝑖=0
2
= 𝑚𝑖𝑛𝑖𝑚𝑢𝑚------------(1)
Where ∅𝑖 𝑥 = 𝑥 𝑖
, 𝑖 = 0,1,2,3 … 𝑛 and 𝑤 𝑥 = 1
The necessary conditions for (1) to have a minimum value is that
𝜕𝐼
𝜕𝑐 𝑖
= 0 , 𝑖 = 0,1,2,3 … 𝑛 .
This gives a system of 𝑛 + 1linear equations in 𝑛 + 1constants. These equations are called normal equations.
Then we get approximated nth degree polynomial function of 𝑥.
1.Least square plane: Given a discrete data 𝑥 𝑘 , 𝑦 𝑘 , 𝑘 = 0,1, … 𝑁, 𝑁 ≥ 2.
Consider∅ 𝑥, 𝑦 = 𝑐0 + 𝑐1 𝑥 + 𝑐2 𝑦
Such that 𝐼 𝑐0 , 𝑐1, 𝑐2 = 𝑧 𝑘 − 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘
2𝑁
𝑘=𝑜 = 𝑚𝑖𝑛𝑖𝑚𝑢𝑚
Then Normal equations
𝜕𝐼
𝜕𝑐 𝑖
= 0 , 𝑖 = 0,1,2 .
ie.,
𝑐0 𝑁 + 1 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 = 𝑧 𝑘
𝑐0 𝑥 𝑘 + 𝑐1 𝑥 𝑘
2
+ 𝑐2 𝑥 𝑘 𝑦 𝑘 = 𝑥 𝑘 𝑧 𝑘
𝑐0 𝑦 𝑘 + 𝑐1 𝑥 𝑘 𝑦 𝑘 + 𝑐2 𝑦 𝑘
2
= 𝑦 𝑘 𝑧 𝑘
Solving this system of equations we get𝑐0 , 𝑐1 𝑎𝑛𝑑 𝑐2 .
Example 1: Suppose that given data points −1, 1, −2 , 1, 2 , 3 , 1, 1 , 2
that lie on 𝑧 = 𝑓(𝑥 , 𝑦).These points define uniquely a linear function in two variables,
so𝑧 𝑘 = 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 , 𝑘 = 0,1,2
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s
DOI: 10.9790/5728-1301047779 www.iosrjournals.org 78 | Page
The coefficients satisfy the normal equations
3𝑐0 + 1𝑐1 + 4𝑐2 = 3
𝑐0 + 3 𝑐1 + 2𝑐2 = 7
4𝑐0 + 2𝑐1 + 6𝑐2 = 6
Solving these equations we get𝑐0 = −1 , 𝑐1 = 2 , 𝑐2 = 1
Thus 𝑧 = −1 + 2𝑥 + 𝑦 .
II. Least square quadric surface
Given a discrete data 𝑥 𝑘 , 𝑦 𝑘 , 𝑘 = 0,1, … 𝑁 , 𝑁 ≥ 5
Consider ∅ 𝑥, 𝑦 = 𝑐0 + 𝑐1 𝑥 + 𝑐2 𝑦+ 𝑐3 𝑥2
+ 𝑐4 𝑦2
+ 𝑐5 𝑥𝑦
Such that
𝐼 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 = 𝑧 𝑘 − 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 + 𝑐3 𝑥 𝑘
2
+ 𝑐4 𝑦 𝑘
2
+ 𝑐5 𝑥 𝑘 𝑦 𝑘
2
𝑁
𝑘=𝑜
= 𝑚𝑖𝑛𝑖𝑚𝑢𝑚
The coefficients satisfy normal equations
𝜕𝐼
𝜕𝑐 𝑖
= 0 , 𝑖 = 0,1,2,3,4,5 .
𝑐0 𝑁 + 1 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 + 𝑐3 𝑥 𝑘
2
+ 𝑐4 𝑦 𝑘
2
+ 𝑐3 𝑥 𝑘 𝑦 𝑘 = 𝑧 𝑘
𝑐0 𝑥 𝑘 + 𝑐1 𝑥 𝑘
2
+ 𝑐2 𝑥 𝑘 𝑦 𝑘 + 𝑐3 𝑥 𝑘
3
+ 𝑐4 𝑥 𝑘 𝑦 𝑘
2
+ 𝑐5 𝑥 𝑘
2
= 𝑥 𝑘 𝑧 𝑘
𝑐0 𝑦 𝑘 + 𝑐1 𝑥 𝑘 𝑦 𝑘 + 𝑐2 𝑦 𝑘
2
+ 𝑐3 𝑥 𝑘
2
𝑦 𝑘 + 𝑐4 𝑦 𝑘
3
+ 𝑐5 𝑥 𝑘 𝑦 𝑘
2
= 𝑦 𝑘 𝑧 𝑘
𝑐0 𝑥 𝑘
2
+ 𝑐1 𝑥 𝑘
3
+ 𝑐2 𝑥 𝑘
2
𝑦 𝑘 + 𝑐3 𝑥 𝑘
4
+ 𝑐4 𝑥 𝑘
2
𝑦 𝑘
2
+ 𝑐5 𝑥 𝑘
3
𝑦 𝑘 = 𝑥 𝑘
2
𝑧 𝑘
𝑐0 𝑦 𝑘
2
+ 𝑐1 𝑥 𝑘 𝑦 𝑘
2
+ 𝑐2 𝑦 𝑘
3
+ 𝑐3 𝑥 𝑘
2
𝑦 𝑘
2
+ 𝑐4 𝑦 𝑘
4
+ 𝑐5 𝑥 𝑘 𝑦 𝑘
3
= 𝑦 𝑘
2
𝑧 𝑘
𝑐0 𝑥 𝑘 𝑦 𝑘 + 𝑐1 𝑥 𝑘
2
𝑦 𝑘 + 𝑐2 𝑥 𝑘 𝑦 𝑘
2
+ 𝑐3 𝑥 𝑘
3
𝑦 𝑘 + 𝑐4 𝑥 𝑘 𝑦 𝑘
3
+ 𝑐5 𝑥 𝑘
2
𝑦 𝑘
2
= 𝑥 𝑘 𝑦 𝑘 𝑧 𝑘
Solve these equations we get 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 .
Example 2: Suppose that given data points 0 , 0, 0 , 0 , 1 , −4 , 1, −1 , 1
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s
DOI: 10.9790/5728-1301047779 www.iosrjournals.org 79 | Page
1, 2, −2 , 2, 1 , 4 , 1, 3 , −3 those lie on 𝑧 = 𝑓(𝑥 , 𝑦) .These data points satisfy uniquely a degree of two
variable function.
𝑧 𝑘 = 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑥 𝑘 + 𝑐3 𝑥 𝑘
2
+ 𝑐4 𝑦 𝑘
2
+ 𝑐5 𝑥 𝑘 𝑦 𝑘 , 𝑘 = 0,1,2,3,4,5
The coefficients 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 satisfy the normal equations
6𝑐0 + 5𝑐1 + 6𝑐2 + 7𝑐3 + 16𝑐4 + 6𝑐5 = −4
5𝑐0 + 7𝑐1 + 6𝑐2 + 11𝑐3 + 16𝑐4 + 8𝑐5 = 4
6𝑐0 + 6𝑐1 + 16𝑐2 + 8𝑐3 + 36𝑐4 + 16𝑐5 = −14
7𝑐0 + 11𝑐1 + 8𝑐2 + 19𝑐3 + 18𝑐4 + 12𝑐5 = 12
16𝑐0 + 16𝑐1 + 36𝑐2 + 18𝑐3 + 100𝑐4 + 36𝑐5 = −34
6𝑐0 + 8𝑐1 + 16𝑐2 + 12𝑐3 + 36𝑐4 + 18𝑐5 = −6
Solving this system of equations we get
𝑐0 = 0 , 𝑐1 = −1 , 𝑐2 = −4 , 𝑐3 = 1 , 𝑐4 = 0 , 𝑐5 = 3
Thus 𝑧 = − 𝑥 − 4𝑦+ 𝑥2
+ 3𝑥𝑦
References
[1]. M.K.JAIN ,S.R.KIYENGAR AND R.K.JAIN .Numerical methods for scientific and Engineering Computation ,Wiley Eastern
Limited , 1985.
[2]. M. Gasca and T. Sauer.Polynomial interpolation in several variables. Advances in Computationalv Mathematics, 12(4):377–410,
2000.
[3]. P.J. Olver. On multivariate interpolation. Studies in Applied Mathematics, 116(4):201–240, 2006.
[4]. J.F. Steffensen. Interpolation.Dover Publications, Inc., New York, second edition, 2006. Copyright ©
[5]. Kamron Saniee , A simple expression for multivariate Lagrange Interpolation , 2007.

More Related Content

What's hot

Semana 16 desigualdades ii álgebra-uni ccesa007
Semana 16   desigualdades  ii   álgebra-uni ccesa007Semana 16   desigualdades  ii   álgebra-uni ccesa007
Semana 16 desigualdades ii álgebra-uni ccesa007Demetrio Ccesa Rayme
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
capstone magic squares
capstone magic squarescapstone magic squares
capstone magic squaresCara Colotti
 
Penjelasan Integral Lipat dua dan Penerapan pada momen inersia
Penjelasan Integral Lipat dua dan Penerapan pada momen inersiaPenjelasan Integral Lipat dua dan Penerapan pada momen inersia
Penjelasan Integral Lipat dua dan Penerapan pada momen inersiabisma samudra
 
Solving First Derivative Equation
Solving First Derivative EquationSolving First Derivative Equation
Solving First Derivative EquationAulia Khalqillah
 
A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...Alexander Decker
 
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...IJERA Editor
 
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEMuhammad Nur Chalim
 
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...HadiaZahid2
 
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepBackpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepAhmed Gad
 
08 interpolation lagrange
08 interpolation   lagrange08 interpolation   lagrange
08 interpolation lagrangeMohammad Tawfik
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric FunctionsRaymundo Raymund
 
Maximum Sum Interval
Maximum Sum IntervalMaximum Sum Interval
Maximum Sum IntervalAl-Amin Islam
 
A Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear EquationsA Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear Equationsinventionjournals
 

What's hot (20)

Semana 16 desigualdades ii álgebra-uni ccesa007
Semana 16   desigualdades  ii   álgebra-uni ccesa007Semana 16   desigualdades  ii   álgebra-uni ccesa007
Semana 16 desigualdades ii álgebra-uni ccesa007
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Vektor part 2
Vektor part 2Vektor part 2
Vektor part 2
 
capstone magic squares
capstone magic squarescapstone magic squares
capstone magic squares
 
Penjelasan Integral Lipat dua dan Penerapan pada momen inersia
Penjelasan Integral Lipat dua dan Penerapan pada momen inersiaPenjelasan Integral Lipat dua dan Penerapan pada momen inersia
Penjelasan Integral Lipat dua dan Penerapan pada momen inersia
 
Solving First Derivative Equation
Solving First Derivative EquationSolving First Derivative Equation
Solving First Derivative Equation
 
A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...
 
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...
On The Distribution of Non - Zero Zeros of Generalized Mittag – Leffler Funct...
 
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
 
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
Newton Cotes Integration Method, Open Newton Cotes, Closed Newton Cotes Gauss...
 
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-StepBackpropagation: Understanding How to Update ANNs Weights Step-by-Step
Backpropagation: Understanding How to Update ANNs Weights Step-by-Step
 
08 interpolation lagrange
08 interpolation   lagrange08 interpolation   lagrange
08 interpolation lagrange
 
07 interpolationnewton
07 interpolationnewton07 interpolationnewton
07 interpolationnewton
 
07 interpolation
07 interpolation07 interpolation
07 interpolation
 
Integration of Trigonometric Functions
Integration of Trigonometric FunctionsIntegration of Trigonometric Functions
Integration of Trigonometric Functions
 
Arithmetic Series
Arithmetic SeriesArithmetic Series
Arithmetic Series
 
Maximum Sum Interval
Maximum Sum IntervalMaximum Sum Interval
Maximum Sum Interval
 
A Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear EquationsA Fifth-Order Iterative Method for Solving Nonlinear Equations
A Fifth-Order Iterative Method for Solving Nonlinear Equations
 
285 294
285 294285 294
285 294
 
04 gaussmethods
04 gaussmethods04 gaussmethods
04 gaussmethods
 

Similar to Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s Method

Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variablesSanthanam Krishnan
 
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceSome Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceIOSR Journals
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSRai University
 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Franxisca Kurniawati
 
Higher order differential equation
Higher order differential equationHigher order differential equation
Higher order differential equationSooraj Maurya
 
Piii taller transformaciones lineales
Piii taller transformaciones linealesPiii taller transformaciones lineales
Piii taller transformaciones linealesJHANDRYALCIVARGUAJAL
 
Ejercicios resueltos de analisis matematico 1
Ejercicios resueltos de analisis matematico 1Ejercicios resueltos de analisis matematico 1
Ejercicios resueltos de analisis matematico 1tinardo
 
B.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationB.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationRai University
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mappinginventionjournals
 
07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processingJordanJohmMallillin
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Homotopy Perturbation Method
Homotopy Perturbation MethodHomotopy Perturbation Method
Homotopy Perturbation MethodSOUMYADAS835019
 

Similar to Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s Method (20)

Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variables
 
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
 
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceSome Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
 
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICSBSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
BSC_COMPUTER _SCIENCE_UNIT-2_DISCRETE MATHEMATICS
 
lec32.ppt
lec32.pptlec32.ppt
lec32.ppt
 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Taller 1 parcial 3
Taller 1 parcial 3Taller 1 parcial 3
Taller 1 parcial 3
 
Higher order differential equation
Higher order differential equationHigher order differential equation
Higher order differential equation
 
Piii taller transformaciones lineales
Piii taller transformaciones linealesPiii taller transformaciones lineales
Piii taller transformaciones lineales
 
Periodic Solutions for Non-Linear Systems of Integral Equations
Periodic Solutions for Non-Linear Systems of Integral EquationsPeriodic Solutions for Non-Linear Systems of Integral Equations
Periodic Solutions for Non-Linear Systems of Integral Equations
 
Ejercicios resueltos de analisis matematico 1
Ejercicios resueltos de analisis matematico 1Ejercicios resueltos de analisis matematico 1
Ejercicios resueltos de analisis matematico 1
 
B.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationB.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integration
 
E0561719
E0561719E0561719
E0561719
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
 
doc
docdoc
doc
 
07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Homotopy Perturbation Method
Homotopy Perturbation MethodHomotopy Perturbation Method
Homotopy Perturbation Method
 

More from IOSRJM

Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...
Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...
Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...IOSRJM
 
Existence of Solutions for a Three-Order P-Laplacian BVP on Time Scales
Existence of Solutions for a Three-Order P-Laplacian BVP on Time ScalesExistence of Solutions for a Three-Order P-Laplacian BVP on Time Scales
Existence of Solutions for a Three-Order P-Laplacian BVP on Time ScalesIOSRJM
 
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsExploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsIOSRJM
 
Mathematical Model on Branch Canker Disease in Sylhet, Bangladesh
Mathematical Model on Branch Canker Disease in Sylhet, BangladeshMathematical Model on Branch Canker Disease in Sylhet, Bangladesh
Mathematical Model on Branch Canker Disease in Sylhet, BangladeshIOSRJM
 
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...IOSRJM
 
Fibonacci and Lucas Identities with the Coefficients in Arithmetic Progression
Fibonacci and Lucas Identities with the Coefficients in Arithmetic ProgressionFibonacci and Lucas Identities with the Coefficients in Arithmetic Progression
Fibonacci and Lucas Identities with the Coefficients in Arithmetic ProgressionIOSRJM
 
A Note on Hessen berg of Trapezoidal Fuzzy Number Matrices
A Note on Hessen berg of Trapezoidal Fuzzy Number MatricesA Note on Hessen berg of Trapezoidal Fuzzy Number Matrices
A Note on Hessen berg of Trapezoidal Fuzzy Number MatricesIOSRJM
 
Enumeration Class of Polyominoes Defined by Two Column
Enumeration Class of Polyominoes Defined by Two ColumnEnumeration Class of Polyominoes Defined by Two Column
Enumeration Class of Polyominoes Defined by Two ColumnIOSRJM
 
A New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyA New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyIOSRJM
 
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...IOSRJM
 
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...IOSRJM
 
Devaney Chaos Induced by Turbulent and Erratic Functions
Devaney Chaos Induced by Turbulent and Erratic FunctionsDevaney Chaos Induced by Turbulent and Erratic Functions
Devaney Chaos Induced by Turbulent and Erratic FunctionsIOSRJM
 
Bayesian Hierarchical Model of Width of Keratinized Gingiva
Bayesian Hierarchical Model of Width of Keratinized GingivaBayesian Hierarchical Model of Width of Keratinized Gingiva
Bayesian Hierarchical Model of Width of Keratinized GingivaIOSRJM
 
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...IOSRJM
 
WHAT ARE QUARKS?
WHAT ARE QUARKS?WHAT ARE QUARKS?
WHAT ARE QUARKS?IOSRJM
 
Connected and Distance in G ⊗2 H
Connected and Distance in G ⊗2 HConnected and Distance in G ⊗2 H
Connected and Distance in G ⊗2 HIOSRJM
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansIOSRJM
 
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...IOSRJM
 
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...IOSRJM
 
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.IOSRJM
 

More from IOSRJM (20)

Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...
Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...
Application of Semiparametric Non-Linear Model on Panel Data with Very Small ...
 
Existence of Solutions for a Three-Order P-Laplacian BVP on Time Scales
Existence of Solutions for a Three-Order P-Laplacian BVP on Time ScalesExistence of Solutions for a Three-Order P-Laplacian BVP on Time Scales
Existence of Solutions for a Three-Order P-Laplacian BVP on Time Scales
 
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive RepetitionsExploring 3D-Virtual Learning Environments with Adaptive Repetitions
Exploring 3D-Virtual Learning Environments with Adaptive Repetitions
 
Mathematical Model on Branch Canker Disease in Sylhet, Bangladesh
Mathematical Model on Branch Canker Disease in Sylhet, BangladeshMathematical Model on Branch Canker Disease in Sylhet, Bangladesh
Mathematical Model on Branch Canker Disease in Sylhet, Bangladesh
 
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...
A Numerical Study of the Spread of Malaria Disease with Self and Cross-Diffus...
 
Fibonacci and Lucas Identities with the Coefficients in Arithmetic Progression
Fibonacci and Lucas Identities with the Coefficients in Arithmetic ProgressionFibonacci and Lucas Identities with the Coefficients in Arithmetic Progression
Fibonacci and Lucas Identities with the Coefficients in Arithmetic Progression
 
A Note on Hessen berg of Trapezoidal Fuzzy Number Matrices
A Note on Hessen berg of Trapezoidal Fuzzy Number MatricesA Note on Hessen berg of Trapezoidal Fuzzy Number Matrices
A Note on Hessen berg of Trapezoidal Fuzzy Number Matrices
 
Enumeration Class of Polyominoes Defined by Two Column
Enumeration Class of Polyominoes Defined by Two ColumnEnumeration Class of Polyominoes Defined by Two Column
Enumeration Class of Polyominoes Defined by Two Column
 
A New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average PenaltyA New Method for Solving Transportation Problems Considering Average Penalty
A New Method for Solving Transportation Problems Considering Average Penalty
 
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...
Effect of Magnetic Field on Peristaltic Flow of Williamson Fluid in a Symmetr...
 
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...
Some Qualitative Approach for Bounded Solutions of Some Nonlinear Diffusion E...
 
Devaney Chaos Induced by Turbulent and Erratic Functions
Devaney Chaos Induced by Turbulent and Erratic FunctionsDevaney Chaos Induced by Turbulent and Erratic Functions
Devaney Chaos Induced by Turbulent and Erratic Functions
 
Bayesian Hierarchical Model of Width of Keratinized Gingiva
Bayesian Hierarchical Model of Width of Keratinized GingivaBayesian Hierarchical Model of Width of Keratinized Gingiva
Bayesian Hierarchical Model of Width of Keratinized Gingiva
 
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...
A Novel Approach for the Solution of a Love’s Integral Equations Using Bernst...
 
WHAT ARE QUARKS?
WHAT ARE QUARKS?WHAT ARE QUARKS?
WHAT ARE QUARKS?
 
Connected and Distance in G ⊗2 H
Connected and Distance in G ⊗2 HConnected and Distance in G ⊗2 H
Connected and Distance in G ⊗2 H
 
Classification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeansClassification of MR medical images Based Rough-Fuzzy KMeans
Classification of MR medical images Based Rough-Fuzzy KMeans
 
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...
A Trivariate Weibull Model for Oestradiol Plus Progestrone Treatment Increase...
 
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...
A Generalised Class of Unbiased Seperate Regression Type Estimator under Stra...
 
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
On the K-Fibonacci Hankel and the 4 X 4 Skew Symmetric KFibonacci Matrices.
 

Recently uploaded

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
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
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
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
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
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
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
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)
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s Method

  • 1. IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 13, Issue 1 Ver. IV (Jan. - Feb. 2017), PP 77-79 www.iosrjournals.org DOI: 10.9790/5728-1301047779 www.iosrjournals.org 77 | Page Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s Method C.V.Rao, GS Department Assistant professor, JubailIndustrial College, Jubail, KSA. Abstract: Now a days Surface fitting is applied all engineering and medical fields. Kamron Saniee ,2007 find a simple expression for multivariate LaGrange’s Interpolation. We derive a least square plane and least square quadric surface Approximation from a given N+1 tabular points when the function is unique. We used least square method technique. We can apply this method in surface fitting also. Keywords: Least square, quadric surface , Normal equations I. Introduction Least square principle method is one the best approximation methodin numerical analysis for line and curve fitting, this method was invented by Lagrange's. A function 𝑦 = 𝑓(𝑥)may be given in discretedata 𝑥 𝑘 , 𝑦 𝑘 .The best approximation in the least square is defined as that for which the constants𝑐𝑖 , 𝑖 = 0,1,2,3 … 𝑛are determined so that the aggregate of 𝑤 𝑥 𝐸2over given domain D is as small as possible, where 𝑤 𝑥 > 0 $ is the weight function for the function whose values are given at 𝑁 + 1 points𝑥0 , 𝑥1 … 𝑥 𝑁. We have 𝐼 𝑐0 , 𝑐1 … 𝑐 𝑁 = 𝑤(𝑁 𝑘=𝑜 𝑥 𝑘 ) 𝑓 𝑥 𝑘 − ∅𝑖 𝑥 𝑘 𝑛 𝑖=0 2 = 𝑚𝑖𝑛𝑖𝑚𝑢𝑚------------(1) Where ∅𝑖 𝑥 = 𝑥 𝑖 , 𝑖 = 0,1,2,3 … 𝑛 and 𝑤 𝑥 = 1 The necessary conditions for (1) to have a minimum value is that 𝜕𝐼 𝜕𝑐 𝑖 = 0 , 𝑖 = 0,1,2,3 … 𝑛 . This gives a system of 𝑛 + 1linear equations in 𝑛 + 1constants. These equations are called normal equations. Then we get approximated nth degree polynomial function of 𝑥. 1.Least square plane: Given a discrete data 𝑥 𝑘 , 𝑦 𝑘 , 𝑘 = 0,1, … 𝑁, 𝑁 ≥ 2. Consider∅ 𝑥, 𝑦 = 𝑐0 + 𝑐1 𝑥 + 𝑐2 𝑦 Such that 𝐼 𝑐0 , 𝑐1, 𝑐2 = 𝑧 𝑘 − 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 2𝑁 𝑘=𝑜 = 𝑚𝑖𝑛𝑖𝑚𝑢𝑚 Then Normal equations 𝜕𝐼 𝜕𝑐 𝑖 = 0 , 𝑖 = 0,1,2 . ie., 𝑐0 𝑁 + 1 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 = 𝑧 𝑘 𝑐0 𝑥 𝑘 + 𝑐1 𝑥 𝑘 2 + 𝑐2 𝑥 𝑘 𝑦 𝑘 = 𝑥 𝑘 𝑧 𝑘 𝑐0 𝑦 𝑘 + 𝑐1 𝑥 𝑘 𝑦 𝑘 + 𝑐2 𝑦 𝑘 2 = 𝑦 𝑘 𝑧 𝑘 Solving this system of equations we get𝑐0 , 𝑐1 𝑎𝑛𝑑 𝑐2 . Example 1: Suppose that given data points −1, 1, −2 , 1, 2 , 3 , 1, 1 , 2 that lie on 𝑧 = 𝑓(𝑥 , 𝑦).These points define uniquely a linear function in two variables, so𝑧 𝑘 = 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 , 𝑘 = 0,1,2
  • 2. Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s DOI: 10.9790/5728-1301047779 www.iosrjournals.org 78 | Page The coefficients satisfy the normal equations 3𝑐0 + 1𝑐1 + 4𝑐2 = 3 𝑐0 + 3 𝑐1 + 2𝑐2 = 7 4𝑐0 + 2𝑐1 + 6𝑐2 = 6 Solving these equations we get𝑐0 = −1 , 𝑐1 = 2 , 𝑐2 = 1 Thus 𝑧 = −1 + 2𝑥 + 𝑦 . II. Least square quadric surface Given a discrete data 𝑥 𝑘 , 𝑦 𝑘 , 𝑘 = 0,1, … 𝑁 , 𝑁 ≥ 5 Consider ∅ 𝑥, 𝑦 = 𝑐0 + 𝑐1 𝑥 + 𝑐2 𝑦+ 𝑐3 𝑥2 + 𝑐4 𝑦2 + 𝑐5 𝑥𝑦 Such that 𝐼 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 = 𝑧 𝑘 − 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 + 𝑐3 𝑥 𝑘 2 + 𝑐4 𝑦 𝑘 2 + 𝑐5 𝑥 𝑘 𝑦 𝑘 2 𝑁 𝑘=𝑜 = 𝑚𝑖𝑛𝑖𝑚𝑢𝑚 The coefficients satisfy normal equations 𝜕𝐼 𝜕𝑐 𝑖 = 0 , 𝑖 = 0,1,2,3,4,5 . 𝑐0 𝑁 + 1 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑦 𝑘 + 𝑐3 𝑥 𝑘 2 + 𝑐4 𝑦 𝑘 2 + 𝑐3 𝑥 𝑘 𝑦 𝑘 = 𝑧 𝑘 𝑐0 𝑥 𝑘 + 𝑐1 𝑥 𝑘 2 + 𝑐2 𝑥 𝑘 𝑦 𝑘 + 𝑐3 𝑥 𝑘 3 + 𝑐4 𝑥 𝑘 𝑦 𝑘 2 + 𝑐5 𝑥 𝑘 2 = 𝑥 𝑘 𝑧 𝑘 𝑐0 𝑦 𝑘 + 𝑐1 𝑥 𝑘 𝑦 𝑘 + 𝑐2 𝑦 𝑘 2 + 𝑐3 𝑥 𝑘 2 𝑦 𝑘 + 𝑐4 𝑦 𝑘 3 + 𝑐5 𝑥 𝑘 𝑦 𝑘 2 = 𝑦 𝑘 𝑧 𝑘 𝑐0 𝑥 𝑘 2 + 𝑐1 𝑥 𝑘 3 + 𝑐2 𝑥 𝑘 2 𝑦 𝑘 + 𝑐3 𝑥 𝑘 4 + 𝑐4 𝑥 𝑘 2 𝑦 𝑘 2 + 𝑐5 𝑥 𝑘 3 𝑦 𝑘 = 𝑥 𝑘 2 𝑧 𝑘 𝑐0 𝑦 𝑘 2 + 𝑐1 𝑥 𝑘 𝑦 𝑘 2 + 𝑐2 𝑦 𝑘 3 + 𝑐3 𝑥 𝑘 2 𝑦 𝑘 2 + 𝑐4 𝑦 𝑘 4 + 𝑐5 𝑥 𝑘 𝑦 𝑘 3 = 𝑦 𝑘 2 𝑧 𝑘 𝑐0 𝑥 𝑘 𝑦 𝑘 + 𝑐1 𝑥 𝑘 2 𝑦 𝑘 + 𝑐2 𝑥 𝑘 𝑦 𝑘 2 + 𝑐3 𝑥 𝑘 3 𝑦 𝑘 + 𝑐4 𝑥 𝑘 𝑦 𝑘 3 + 𝑐5 𝑥 𝑘 2 𝑦 𝑘 2 = 𝑥 𝑘 𝑦 𝑘 𝑧 𝑘 Solve these equations we get 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 . Example 2: Suppose that given data points 0 , 0, 0 , 0 , 1 , −4 , 1, −1 , 1
  • 3. Least Square Plane and Leastsquare Quadric Surface Approximation by Using Modified Lagrange’s DOI: 10.9790/5728-1301047779 www.iosrjournals.org 79 | Page 1, 2, −2 , 2, 1 , 4 , 1, 3 , −3 those lie on 𝑧 = 𝑓(𝑥 , 𝑦) .These data points satisfy uniquely a degree of two variable function. 𝑧 𝑘 = 𝑐0 + 𝑐1 𝑥 𝑘 + 𝑐2 𝑥 𝑘 + 𝑐3 𝑥 𝑘 2 + 𝑐4 𝑦 𝑘 2 + 𝑐5 𝑥 𝑘 𝑦 𝑘 , 𝑘 = 0,1,2,3,4,5 The coefficients 𝑐0 , 𝑐1, 𝑐2 , 𝑐3, 𝑐4 , 𝑐5 satisfy the normal equations 6𝑐0 + 5𝑐1 + 6𝑐2 + 7𝑐3 + 16𝑐4 + 6𝑐5 = −4 5𝑐0 + 7𝑐1 + 6𝑐2 + 11𝑐3 + 16𝑐4 + 8𝑐5 = 4 6𝑐0 + 6𝑐1 + 16𝑐2 + 8𝑐3 + 36𝑐4 + 16𝑐5 = −14 7𝑐0 + 11𝑐1 + 8𝑐2 + 19𝑐3 + 18𝑐4 + 12𝑐5 = 12 16𝑐0 + 16𝑐1 + 36𝑐2 + 18𝑐3 + 100𝑐4 + 36𝑐5 = −34 6𝑐0 + 8𝑐1 + 16𝑐2 + 12𝑐3 + 36𝑐4 + 18𝑐5 = −6 Solving this system of equations we get 𝑐0 = 0 , 𝑐1 = −1 , 𝑐2 = −4 , 𝑐3 = 1 , 𝑐4 = 0 , 𝑐5 = 3 Thus 𝑧 = − 𝑥 − 4𝑦+ 𝑥2 + 3𝑥𝑦 References [1]. M.K.JAIN ,S.R.KIYENGAR AND R.K.JAIN .Numerical methods for scientific and Engineering Computation ,Wiley Eastern Limited , 1985. [2]. M. Gasca and T. Sauer.Polynomial interpolation in several variables. Advances in Computationalv Mathematics, 12(4):377–410, 2000. [3]. P.J. Olver. On multivariate interpolation. Studies in Applied Mathematics, 116(4):201–240, 2006. [4]. J.F. Steffensen. Interpolation.Dover Publications, Inc., New York, second edition, 2006. Copyright © [5]. Kamron Saniee , A simple expression for multivariate Lagrange Interpolation , 2007.