Hi all
I would like to know if it is possible
to resize dense arrays in Maxima.
If am understanding well,
a "declared" array is a dense array.
For instance:
a : make_array('any,10)
creates an array of size 10
by using a dense data-structure.
Regards
Fabrizio