Four Dimensional Matrix

855 Views Asked by At

I have some multiple questions regarding 4D matrix. I understood that any element of a 4d matrix is itself a 2d matrix. Let $A$ and $B$ be two 4d matrices, then how to find $AB$, i.e. their product? Next is how to define identity matrix in case of 4d matrices? And last, how to find the inverse of a given 4d matrix?