Coefficients Command

From GeoGebra Manual
Revision as of 09:37, 11 September 2012 by Alexander Hartl (talk | contribs)
Jump to: navigation, search



Coefficients[ <Polynomial> ]
Yields the list of all coefficients of the given polynomial.
Example:
Coefficients[x^3 - 3 x^2 + 3 x] yields {1, -3, 3, 0}, the list of all coefficients of x^3 - 3 x^2 + 3 x.
Coefficients[ <Conic> ]
For conic a\cdot x^2 + b\cdot y^2 + c + d\cdot x\cdot y + e\cdot x + f\cdot y = 0 returns list \{a, b, c, d, e, f\}.

CAS Specific Syntax

In CAS View only one syntax is allowed:

Coefficients[ <Polynomial> ]
Yields the list of all coefficients of the given polynomial.
Example:
Coefficients[x^3 - 3 x^2 + 3 x] yields {1, -3, 3, 0}, the list of all coefficients of x^3 - 3 x^2 + 3 x.
© 2024 International GeoGebra Institute