Difference between revisions of "Polynomial Command"

From GeoGebra Manual
Jump to: navigation, search
(create official page from pdf)
 
(create official page from pdf)
Line 1: Line 1:
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 +
{{command|function}}
  
 
; Polynomial[Function]: Yields the expanded polynomial function.
 
; Polynomial[Function]: Yields the expanded polynomial function.
 
: Example: <tt>Polynomial[(x - 3)^2]</tt> yields ''x<sup>2</sup> - 6x + 9''.  
 
: Example: <tt>Polynomial[(x - 3)^2]</tt> 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 03:27, 27 October 2010



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