RandomPolynomial Command

From GeoGebra Manual
Revision as of 12:54, 11 June 2011 by Zbynek (talk | contribs)
Jump to: navigation, search


This command works in CAS View only.

RandomPolynomial[ <Degree> , <Minimum for Coefficients min>, <Maximum for Coefficients max> ]
Returns a randomly generated polynomial in x, whose (integer) coefficients are in the range from min to max, both included.
RandomPolynomial[ <Variable Var>, <Degree> , <Minimum for Coefficients min>, <Maximum for Coefficients max> ]
Returns a randomly generated polynomial in Var, whose (integer) coefficients are in the range from min to max, both included.
Note: If min or max are not integers, round(min) and round(max) are used insttead.
© 2024 International GeoGebra Institute