Lineaarne interpolatsiooni kalkulaator

Arvutage koordinaatide (x0, y0) ja (x1, y1) lineaarne interpolatsioon.

Esimesed koordinaadid:
Teised koordinaadid:
Tulemus:

Arvutusvalem

Y = ( X - X0 ) × ( Y1 - Y0) ÷ ( X1 - X0) + Y0

Näited

X0 Y0 X1 Y1 X väärtus Interpoleeritud Y väärtus
10 12 14 18 9 10.5
110 150 170 190 125 160
30 20 50 10 18 26