[Maxima] an empty list with 76 elements
David Billinghurst
dbmaxima at gmail.com
Thu Mar 29 07:48:48 CDT 2012
On 29/03/2012 11:32 PM, Sara Pashmin wrote:
> I would like to know please how to make a "empty" list with for
> example 76 elements?
Is this what you want?
(%i1) makelist([],i,0,75);
(%o1) [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], []]
More information about the Maxima
mailing list