Description of fast matrix multiplication algorithm: ⟨10×12×16:1176⟩

Algorithm type

12⁢X4⁢Y4⁢Z6+16⁢X4⁢Y4⁢Z5+48⁢X4⁢Y4⁢Z4+8⁢X4⁢Y4⁢Z3+8⁢X3⁢Y4⁢Z4+4⁢X⁢Y9⁢Z+18⁢X6⁢Y2⁢Z2+8⁢X3⁢Y4⁢Z3+36⁢X2⁢Y6⁢Z2+44⁢X2⁢Y4⁢Z4+36⁢X2⁢Y2⁢Z6+40⁢X2⁢Y4⁢Z3+12⁢X2⁢Y2⁢Z5+48⁢X2⁢Y4⁢Z2+52⁢X2⁢Y2⁢Z4+16⁢X⁢Y6⁢Z+6⁢X3⁢Y3⁢Z+92⁢X2⁢Y2⁢Z3+24⁢X3⁢Y2⁢Z+106⁢X2⁢Y2⁢Z2+6⁢X⁢Y3⁢Z2+30⁢X3⁢Y⁢Z+52⁢X⁢Y3⁢Z+216⁢X⁢Y2⁢Z2+176⁢X⁢Y⁢Z3+16⁢X⁢Y2⁢Z+38⁢X⁢Y⁢Z2+8⁢X⁢Y⁢Z12X4Y4Z616X4Y4Z548X4Y4Z48X4Y4Z38X3Y4Z44XY9Z18X6Y2Z28X3Y4Z336X2Y6Z244X2Y4Z436X2Y2Z640X2Y4Z312X2Y2Z548X2Y4Z252X2Y2Z416XY6Z6X3Y3Z92X2Y2Z324X3Y2Z106X2Y2Z26XY3Z230X3YZ52XY3Z216XY2Z2176XYZ316XY2Z38XYZ28XYZ12*X^4*Y^4*Z^6+16*X^4*Y^4*Z^5+48*X^4*Y^4*Z^4+8*X^4*Y^4*Z^3+8*X^3*Y^4*Z^4+4*X*Y^9*Z+18*X^6*Y^2*Z^2+8*X^3*Y^4*Z^3+36*X^2*Y^6*Z^2+44*X^2*Y^4*Z^4+36*X^2*Y^2*Z^6+40*X^2*Y^4*Z^3+12*X^2*Y^2*Z^5+48*X^2*Y^4*Z^2+52*X^2*Y^2*Z^4+16*X*Y^6*Z+6*X^3*Y^3*Z+92*X^2*Y^2*Z^3+24*X^3*Y^2*Z+106*X^2*Y^2*Z^2+6*X*Y^3*Z^2+30*X^3*Y*Z+52*X*Y^3*Z+216*X*Y^2*Z^2+176*X*Y*Z^3+16*X*Y^2*Z+38*X*Y*Z^2+8*X*Y*Z

Algorithm definition

The algorithm ⟨10×12×16:1176⟩ 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