Linear Interpolation
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/glossary/linear-interpolation/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/glossary/linear-interpolation/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/glossary/linear-interpolation/)
Use the native HTML custom element.
Estimating a value between two known values by assuming a straight line. Used in GPA scale conversion.
y = y_1 + \frac{(x - x_1)(y_2 - y_1)}{x_2 - x_1}
Equivalents
- jp
- 線形補間
- kr
- 선형 보간