i1 : M = randomMultidimensionalMatrix(2,4,3,2)
warning: clearing value of symbol x3 to allow access to subscripted variables based on it
: debug with expression debug 871 or with command line option --debug 871
warning: clearing value of symbol x2 to allow access to subscripted variables based on it
: debug with expression debug 1368 or with command line option --debug 1368
warning: clearing value of symbol x1 to allow access to subscripted variables based on it
: debug with expression debug 5513 or with command line option --debug 5513
warning: clearing value of symbol x0 to allow access to subscripted variables based on it
: debug with expression debug 6010 or with command line option --debug 6010
o1 = {{{{8, 1}, {3, 7}, {8, 3}}, {{3, 7}, {8, 8}, {5, 7}}, {{8, 5}, {2, 3},
------------------------------------------------------------------------
{6, 3}}, {{6, 8}, {6, 9}, {3, 7}}}, {{{6, 9}, {6, 2}, {6, 0}}, {{2, 6},
------------------------------------------------------------------------
{9, 3}, {5, 6}}, {{3, 5}, {7, 7}, {9, 4}}, {{5, 0}, {4, 3}, {1, 8}}}}
o1 : 4-dimensional matrix of shape 2 x 4 x 3 x 2 over ZZ
|