I would like to recreate a function only by knowing points on the graph.
So I would have the points
A(x/y) B(x/y) C(x/y)
and would like to create its f()
Is this possible?
I heard this should be possible with a Taylor Series but to do a Taylor Series wouldn't I need a f() and its derivative in the first place?