|
From: Dr. W. L. <dr....@gm...> - 2023-07-20 16:50:07
|
Dear David, dear Robert, Thank you all for your advice. The problem is attached, it shows up only in Maxima_online - I suspect an old version of Maxima running behind the scene. HTH Wolfgang > Am 20.07.2023 um 18:34 schrieb Robert Dodier <rob...@gm...>: > > 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 |