Post Reply 
Finding polynomials from a set of coordinates
03-10-2017, 08:44 PM
Post: #3
RE: Finding polynomials from a set of coordinates
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|
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 - Juan14 - 03-10-2017 08:44 PM



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