Home > Archive > VC Language > January 2006 > 3 Points Interpolation
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
3 Points Interpolation
|
|
| Charles Tam 2006-01-25, 4:17 am |
| Does anyone know how to implement a 3 Points Interpolation function?
For example, I have data point (1,1) yields 2 and (3,3) yield 4,
what does data point (2.5, 3.5) yield?
| |
| Victor Bazarov 2006-01-25, 4:17 am |
| Charles Tam wrote:
> Does anyone know how to implement a 3 Points Interpolation function?
>
> For example, I have data point (1,1) yields 2 and (3,3) yield 4,
> what does data point (2.5, 3.5) yield?
I think you should be asking in sci.math.num-analysis or something.
After a search on Google for "Three point interpolation", I can see
that it isn't impossible to find this information on the Web. Have
you tried?
V
--
Please remove capital As from my address when replying by mail
| |
| Charles Tam 2006-01-25, 7:23 pm |
| Thanks for your reply.
"Victor Bazarov" wrote:
> Charles Tam wrote:
>
> I think you should be asking in sci.math.num-analysis or something.
> After a search on Google for "Three point interpolation", I can see
> that it isn't impossible to find this information on the Web. Have
> you tried?
>
> V
> --
> Please remove capital As from my address when replying by mail
>
>
>
|
|
|
|
|