an empty list with 76 elements
- Subject: an empty list with 76 elements
- From: David Billinghurst
- Date: Thu, 29 Mar 2012 23:48:48 +1100
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) [[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [],
[], []]