Difference between revisions of "Polynomial Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
(added v.4 - note formatting)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|function}}
 
{{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 10:40, 15 February 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