The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Linear Interpolation: Given a pair of (x1,y1), (x2,y2) and x3 predict (x3,y3)
02-14-2014, 07:46 AM
Post: #1
Linear Interpolation: Given a pair of (x1,y1), (x2,y2) and x3 predict (x3,y3)
For a thermodynamics class I often need to interpolate values which are not given in the tables I use. Say I want to know the specific volume of water at 130 degrees and pressure of 100 kpa, when I only have the specific volume for 100 and 150 degrees at 100kpa.
Is there some statistic function I can use, which would be faster than the solver?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Linear Interpolation: Given a pair of (x1,y1), (x2,y2) and x3 predict (x3,y3) - DeucesAx - 02-14-2014 07:46 AM



User(s) browsing this thread: 2 Guest(s)