Description of fast matrix multiplication algorithm: ⟨9×9×15:760⟩

Algorithm type

64⁢X4⁢Y6⁢Z6+76⁢X2⁢Y6⁢Z6+16⁢X4⁢Y6⁢Z3+18⁢X2⁢Y5⁢Z6+2⁢X2⁢Y5⁢Z5+16⁢X3⁢Y6⁢Z2+32⁢X3⁢Y2⁢Z6+4⁢X2⁢Y6⁢Z3+64⁢X4⁢Y3⁢Z3+4⁢X3⁢Y6⁢Z+22⁢X3⁢Y⁢Z6+20⁢X2⁢Y5⁢Z3+18⁢X3⁢Y5⁢Z+26⁢X3⁢Y⁢Z5+2⁢X3⁢Y4⁢Z+16⁢X3⁢Y2⁢Z3+192⁢X2⁢Y3⁢Z3+24⁢X3⁢Y⁢Z3+144⁢X⁢Y3⁢Z364X4Y6Z676X2Y6Z616X4Y6Z318X2Y5Z62X2Y5Z516X3Y6Z232X3Y2Z64X2Y6Z364X4Y3Z34X3Y6Z22X3YZ620X2Y5Z318X3Y5Z26X3YZ52X3Y4Z16X3Y2Z3192X2Y3Z324X3YZ3144XY3Z364*X^4*Y^6*Z^6+76*X^2*Y^6*Z^6+16*X^4*Y^6*Z^3+18*X^2*Y^5*Z^6+2*X^2*Y^5*Z^5+16*X^3*Y^6*Z^2+32*X^3*Y^2*Z^6+4*X^2*Y^6*Z^3+64*X^4*Y^3*Z^3+4*X^3*Y^6*Z+22*X^3*Y*Z^6+20*X^2*Y^5*Z^3+18*X^3*Y^5*Z+26*X^3*Y*Z^5+2*X^3*Y^4*Z+16*X^3*Y^2*Z^3+192*X^2*Y^3*Z^3+24*X^3*Y*Z^3+144*X*Y^3*Z^3

Algorithm definition

The algorithm ⟨9×9×15:760⟩ 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