| Author |
Comment/Response |
Clara
|
01/26/05 01:55am
Does Mathematica have a built-in function that can obtain the quation of a function given the function values?
For example, if I specify
data = {{0, 1.08}, {0.02, 0.859453}, {0.04, 0.666366}...};
Then I type
graph = Interpolation[data]
Is there any way to obtain the function of the interpolated graph?
Thanks
URL: , |
|