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

Algorithm type

6⁢X4⁢Y8⁢Z4+8⁢X4⁢Y6⁢Z4+16⁢X4⁢Y5⁢Z4+36⁢X4⁢Y4⁢Z4+24⁢X2⁢Y8⁢Z2+2⁢X2⁢Y4⁢Z6+2⁢X4⁢Y3⁢Z4+9⁢X2⁢Y7⁢Z2+40⁢X2⁢Y6⁢Z2+8⁢X2⁢Y4⁢Z4+10⁢X2⁢Y2⁢Z6+X⁢Y7⁢Z2+36⁢X2⁢Y5⁢Z2+3⁢X⁢Y7⁢Z+2⁢X3⁢Y4⁢Z+52⁢X2⁢Y4⁢Z2+40⁢X2⁢Y2⁢Z4+6⁢X⁢Y4⁢Z3+76⁢X2⁢Y3⁢Z2+26⁢X⁢Y4⁢Z2+4⁢X⁢Y3⁢Z3+122⁢X2⁢Y2⁢Z2+87⁢X⁢Y4⁢Z+16⁢X⁢Y3⁢Z2+7⁢X3⁢Y⁢Z+9⁢X2⁢Y⁢Z2+114⁢X⁢Y3⁢Z+4⁢X⁢Y2⁢Z2+12⁢X⁢Y⁢Z3+3⁢X2⁢Y⁢Z+98⁢X⁢Y2⁢Z+56⁢X⁢Y⁢Z2+119⁢X⁢Y⁢Z6X4Y8Z48X4Y6Z416X4Y5Z436X4Y4Z424X2Y8Z22X2Y4Z62X4Y3Z49X2Y7Z240X2Y6Z28X2Y4Z410X2Y2Z6XY7Z236X2Y5Z23XY7Z2X3Y4Z52X2Y4Z240X2Y2Z46XY4Z376X2Y3Z226XY4Z24XY3Z3122X2Y2Z287XY4Z16XY3Z27X3YZ9X2YZ2114XY3Z4XY2Z212XYZ33X2YZ98XY2Z56XYZ2119XYZ6*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