FitPoly Command

From GeoGebra Manual
Revision as of 08:06, 27 August 2013 by MagdalenaSophieF (talk | contribs)
Jump to: navigation, search



FitPoly[ <List of Points>, <Degree n of Polynomial> ]
Calculates the regression polynomial of degree n.
Example:
FitPoly[{(-1, -1), (0, 1), (1, 1), (2, 5)}, 3] yields f(x) = x3 - x2 + 1.


CAS Syntax

FitPoly[ <List of Points>, <Degree n of Polynomial> ]
Calculates the regression polynomial of degree n.
Example:
FitPoly[{(-1, -1), (0, 1), (1, 1), (2, 5)}, 3] yields x3 - x2 + 1.


Note:
© 2024 International GeoGebra Institute