next up previous contents index
suivant: Lagrange's polynomial : lagrange monter: Polynomials précédent: Change the order of   Table des matières   Index


Random list : ranm

ranm takes as argument an integer n.
ranm returns a list of n random integers (between -99 and +99). This list can be seen as the coefficients of an univariate polynomial of degree n-1 (see also 1.41.3 and [*]).
Input :
ranm(3)
Output :
[68,-21,56]



giac documentation written by Renée De Graeve and Bernard Parisse