MathCelo

10 Reputation

2 Badges

7 years, 96 days

MaplePrimes Activity


These are answers submitted by MathCelo

This is an old question but I've stumbled with this issue. What worked for me was: if 'f' is an array the command

ArrayTools:-Dimensions(f);

returns a list with the dimensions of the array 'f'. The array is empty iff nops(ArrayTools:-Dimensions(f))=0.

Page 1 of 1