This application makes use of linear interpolation to calculate values that are not found in a data table.
It works like a calculator of linear interpolations that allows the use of a table when the exact value that is being sought is omitted in the table. It can be very useful in thermodynamics, fluid mechanics, statistics or any other data table for engineering.
Instructions:
Write the two ordered pairs of data that do appear in the table, (x1, y1) and (x2, y2) to then get the third interpolated point (xn, yn).
It works like a calculator of linear interpolations that allows the use of a table when the exact value that is being sought is omitted in the table. It can be very useful in thermodynamics, fluid mechanics, statistics or any other data table for engineering.
Instructions:
Write the two ordered pairs of data that do appear in the table, (x1, y1) and (x2, y2) to then get the third interpolated point (xn, yn).
Show More