i1 : multidimensionalMatrix {{0, 5}, {9, 3}, {7, 2}}
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 = {{0, 5}, {9, 3}, {7, 2}}
o1 : 2-dimensional matrix of shape 3 x 2 over ZZ
|
i2 : multidimensionalMatrix {{{1, 0}, {4, 3}}, {{3, 1}, {5, 9}}}
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
o2 = {{{1, 0}, {4, 3}}, {{3, 1}, {5, 9}}}
o2 : 3-dimensional matrix of shape 2 x 2 x 2 over ZZ
|
i3 : multidimensionalMatrix {{{7/3, 8, 0}, {6, 8, 3}}, {{3, 8, 2}, {9, 2, 4}}, {{0, 2, 9}, {1, 9, 5}}, {{2, 8, 4}, {9, 7, 7}}}
7
o3 = {{{-, 8, 0}, {6, 8, 3}}, {{3, 8, 2}, {9, 2, 4}}, {{0, 2, 9}, {1, 9, 5}},
3
------------------------------------------------------------------------
{{2, 8, 4}, {9, 7, 7}}}
o3 : 3-dimensional matrix of shape 4 x 2 x 3 over QQ
|