Polynom (Befehl): Unterschied zwischen den Versionen

Aus GeoGebra Manual
Wechseln zu: Navigation, Suche
(update)
Zeile 1: Zeile 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{command|function|Polynom}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 +
{{command|function|Polynom}}
 +
 
 
; Polynom[ <Funktion> ]
 
; Polynom[ <Funktion> ]
 
: Berechnet die erweiterte Form der Polynomfunktion.
 
: Berechnet die erweiterte Form der Polynomfunktion.

Version vom 27. August 2015, 10:05 Uhr


Polynom[ <Funktion> ]
Berechnet die erweiterte Form der Polynomfunktion.
Beispiel: Polynom[(x - 3)^2] liefert x2 - 6x + 9.
Polynom[ <Liste von Punkten> ]
Erzeugt ein Interpolationspolynom vom Grad n - 1 für die gegebenen n Punkte.
Beispiel: Polynom[{(1, 1), (2, 3), (3, 6)}] liefert 0.5 x2 + 0.5 x.

CAS-Ansicht

Polynom[ <Funktion> ]
Berechnet die erweiterte Form der Polynomfunktion, wobei die Koeffizienten zusammengefasst werden.
Beispiel: Polynom[(x - 3)^2 + (a + x)^2] liefert 2 x2 + (2 a - 6) x + a2 + 9.
Polynom[ <Funktion>, <Variable> ]
Berechnet die erweiterte Form der Polynomfunktion für die angegebene Variable, wobei die Koeffizienten zusammengefasst werden.
Beispiel: Polynom[(x - 3)^2 + (a + x)^2, a] liefert a2 + 2 x a + 2 x2 - 6 x + 9.
© 2024 International GeoGebra Institute