Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Graph -> Function

  • 15-11-2007 8:22pm
    #1
    Registered Users, Registered Users 2 Posts: 3,854 ✭✭✭


    Anyone know of a program which would allow you to enter coordinates for a line/curve, and it would give you the relevant function? (e.g. input (1,1), (2,2), (3,3) and would tell you it's y=x)


Comments

  • Registered Users, Registered Users 2 Posts: 2,481 ✭✭✭Fremen


    Well, there's an infinite number of curves which go through the points (1,1), (2,2) and (3,3). What you're doing by drawing a line through them is called "interpolation".
    A method called "lagrange interpolation" might do what you're looking for, but I don't know of any program which just spits out the function. The formula looks daunting but it's actully fairly easy to understand once you get your head around it.


    http://en.wikipedia.org/wiki/Lagrange_interpolation


Advertisement