Description of fast matrix multiplication algorithm: ⟨8×13×16:1054⟩

Algorithm type

6X4Y8Z4+8X4Y6Z4+16X4Y5Z4+36X4Y4Z4+24X2Y8Z2+2X2Y4Z6+2X4Y3Z4+9X2Y7Z2+40X2Y6Z2+8X2Y4Z4+10X2Y2Z6+XY7Z2+36X2Y5Z2+3XY7Z+2X3Y4Z+52X2Y4Z2+40X2Y2Z4+6XY4Z3+76X2Y3Z2+26XY4Z2+4XY3Z3+122X2Y2Z2+87XY4Z+16XY3Z2+7X3YZ+9X2YZ2+114XY3Z+4XY2Z2+12XYZ3+3X2YZ+98XY2Z+56XYZ2+119XYZ6X4Y8Z48X4Y6Z416X4Y5Z436X4Y4Z424X2Y8Z22X2Y4Z62X4Y3Z49X2Y7Z240X2Y6Z28X2Y4Z410X2Y2Z6XY7Z236X2Y5Z23XY7Z2X3Y4Z52X2Y4Z240X2Y2Z46XY4Z376X2Y3Z226XY4Z24XY3Z3122X2Y2Z287XY4Z16XY3Z27X3YZ9X2YZ2114XY3Z4XY2Z212XYZ33X2YZ98XY2Z56XYZ2119XYZ6*X^4*Y^8*Z^4+8*X^4*Y^6*Z^4+16*X^4*Y^5*Z^4+36*X^4*Y^4*Z^4+24*X^2*Y^8*Z^2+2*X^2*Y^4*Z^6+2*X^4*Y^3*Z^4+9*X^2*Y^7*Z^2+40*X^2*Y^6*Z^2+8*X^2*Y^4*Z^4+10*X^2*Y^2*Z^6+X*Y^7*Z^2+36*X^2*Y^5*Z^2+3*X*Y^7*Z+2*X^3*Y^4*Z+52*X^2*Y^4*Z^2+40*X^2*Y^2*Z^4+6*X*Y^4*Z^3+76*X^2*Y^3*Z^2+26*X*Y^4*Z^2+4*X*Y^3*Z^3+122*X^2*Y^2*Z^2+87*X*Y^4*Z+16*X*Y^3*Z^2+7*X^3*Y*Z+9*X^2*Y*Z^2+114*X*Y^3*Z+4*X*Y^2*Z^2+12*X*Y*Z^3+3*X^2*Y*Z+98*X*Y^2*Z+56*X*Y*Z^2+119*X*Y*Z

Algorithm definition

The algorithm ⟨8×13×16:1054⟩ is taken from:

Andrew I. Perminov. FastMatrixMultiplication, GitHub, February 2026. [ GitHub repository ]

Algorithm description

These encodings are given in compressed text format using the maple computer algebra system. In each cases, the last line could be understood as a description of the encoding with respect to classical matrix multiplication algorithm. As these outputs are structured, one can construct easily a parser to its favorite format using the maple documentation without this software.


Back to main table