|
|
home >analytical>linear-interpolationLinear Interpolation Value CalculatorLinear interpolant is the straight line between the two known co-ordinate points.Calculate the interpolated value using this online analytical calculator. Linear Interpolation Value Calculation
Code to add this calci to your website
Just copy and paste the below code to your webpage where you want to display this calculator. Formula Used:
Y = ( ( X - X1 )( Y2 - Y1) / ( X2 - X1) ) + Y1 Where, X1,Y1 = First co-ordinates, X2,Y2 = Second co-ordinates, X = Target X co-ordinate, Y = Interpolated Y co-ordinate. Linear interpolation value calculation is made easier here. | |||||||||||||||||||||||||||||