Macaulay2 » Documentation
Packages » SparseResultants :: degreeDeterminant
next | previous | forward | backward | up | index | toc

degreeDeterminant -- degree of the hyperdeterminant of a generic multidimensional matrix

Description

i1 : n = {2,3,2}

o1 = {2, 3, 2}

o1 : List
i2 : time degreeDeterminant n
 -- used 7.0471e-05s (cpu); 6.7196e-05s (thread); 0s (gc)

o2 = 6
i3 : M = genericMultidimensionalMatrix n;
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

o3 : 3-dimensional matrix of shape 2 x 3 x 2 over ZZ[a     ..a     ]
                                                      0,0,0   1,2,1
i4 : time degree determinant M
 -- used 0.0427582s (cpu); 0.0421249s (thread); 0s (gc)

o4 = {6}

o4 : List

See also

Ways to use degreeDeterminant:

  • degreeDeterminant(List)

For the programmer

The object degreeDeterminant is a method function.


The source of this document is in SparseResultants.m2:1489:0.