|
From: Robert D. <rob...@gm...> - 2023-07-20 16:35:05
|
On Thu, Jul 20, 2023 at 4:21 AM Dr. Wolfgang Lindner <dr....@gm...> wrote: > Is it possible to construct y =[y0, y1, y2, y3, y4] i.e. > > y : makelist (concat (y,i), i,0, 4); > > without reference/using to concat ? Maybe you can say more about what you need to accomplish. Without knowing more, my advice is to avoid constructed symbols, and work with subscripted symbols (y[0], etc) instead. best, Robert |