Difference between revisions of "Polynomial Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: tt => code)
Line 3: Line 3:
  
 
; Polynomial[Function]: Yields the expanded polynomial function.
 
; Polynomial[Function]: Yields the expanded polynomial function.
: {{Example| <code>Polynomial[(x - 3)^2]</code> yields ''x<sup>2</sup> - 6x + 9''. }}
+
: {{Example|1=<code>Polynomial[(x - 3)^2]</code> yields ''x<sup>2</sup> - 6x + 9''. }}
 
; Polynomial[List of n points]: Creates the interpolation polynomial of degree ''n-1'' through the given ''n'' points.
 
; Polynomial[List of n points]: Creates the interpolation polynomial of degree ''n-1'' through the given ''n'' points.

Revision as of 15:54, 18 April 2011



Polynomial[Function]
Yields the expanded polynomial function.
Example: Polynomial[(x - 3)^2] yields x2 - 6x + 9.
Polynomial[List of n points]
Creates the interpolation polynomial of degree n-1 through the given n points.
© 2024 International GeoGebra Institute