next up previous contents index
suivant: Make a list with monter: Lists and vectors précédent: Apply a bivariate function   Table des matières   Index


Make a list with zeros : newList

newList(n) makes a list of n zeros.
Input :
newList(3)
Output :
[0,0,0]



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