Post Reply 
Finding polynomials from a set of coordinates
03-12-2017, 07:56 PM
Post: #13
RE: Finding polynomials from a set of coordinates
(03-10-2017 08:44 PM)Juan14 Wrote:  Hello, you have to use the Lagrange polynomial. First enter a matrix with the values of x in the first row and then the values of y in the second row, and then the LAGRANGE command, for example:
[[0 4 8 12 16 20] [8 5 11 16 18 14]] |ENTER|

|ALPHA| |ALPHA| LAGRANGE |ENTER|

This seems to do what i need, thanks Smile
Is there any way to go directly to a spesific X value when this has been plotted?
I can find it in TABLE but i was hoping there was a "GOTO" function in the plot view so i could easily read values at certain points without solving the function.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Finding polynomials from a set of coordinates - tdh79 - 03-12-2017 07:56 PM



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