|
From: David S. <d.s...@go...> - 2023-07-20 11:35:22
|
A bit "hacky", but yes:
block([?\*gensym\-counter\* : 0], makelist(gensym("y"), 5))
Dr. Wolfgang Lindner <dr....@gm...> schrieb am Do., 20. Juli
2023, 13:20:
> Dear group,
>
> 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 ?
>
> Best regards
> Wolfgang
>
>
> _______________________________________________
> Maxima-discuss mailing list
> Max...@li...
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
|