suivant: Concatenate two lists or
monter: Lists and vectors
précédent: Length of a list
Table des matières
Index
Sizes of a list of lists : sizes
sizes takes as argument a list of lists.
sizes returns the list of the lengths of these lists.
Input :
sizes([[3,4],[2]])
Output :
[2,1]
giac documentation written by Renée De Graeve and Bernard Parisse