Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the face-splitting product of matrices
ResourceFunction["FaceSplittingProduct"][m1,m2,…] constructs the face-splitting product of the matrices mi. |
Face-splitting product of two matrices:
In[1]:= |
In[2]:= |
Out[2]= |
a and b are matrices with exact entries:
In[3]:= |
Use exact arithmetic to compute the face-splitting product:
In[4]:= |
Out[4]= |
Use machine arithmetic:
In[5]:= |
Out[5]= |
Use 20-digit precision arithmetic:
In[6]:= |
Out[6]= |
Evaluate the face-splitting product of three matrices:
In[7]:= |
Out[7]= |
The face-splitting product is multi-linear (linear in each argument):
In[8]:= |
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
The face-splitting product is associative:
In[11]:= |
Out[11]= |
The face-splitting product is not commutative:
In[12]:= |
Out[12]= |
Wolfram Language 12.3 (May 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License