Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the hyperdeterminant for a given hypermatrix (a multidimensional array of complex numbers)
| ResourceFunction["HyperDet"][h] gives the hyperdeterminant of the cubical hypermatrix (or hypercubical) h. | 
 where Sn is the set symmetric group on n letters and sgn is the permutation signature function.
 where Sn is the set symmetric group on n letters and sgn is the permutation signature function.The hyperdeterminant of a cubical hypermatrix where d=4 and n=2:
| In[1]:= | ![ResourceFunction["HyperDet"][
  Array[Subscript[W, #1, #2, #3, #4] &, {2, 2, 2, 2}]] // Simplify](https://www.wolframcloud.com/obj/resourcesystem/images/f24/f2440128-b569-48b4-8393-124f16f43b8f/3d44e3ca909f91fa.png) | 
| Out[1]= |  | 
This work is licensed under a Creative Commons Attribution 4.0 International License