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

Algorithm type

48⁢X4⁢Y9⁢Z6+8⁢X2⁢Y9⁢Z6+32⁢X4⁢Y6⁢Z6+44⁢X2⁢Y8⁢Z6+20⁢X2⁢Y7⁢Z6+96⁢X2⁢Y9⁢Z3+8⁢X2⁢Y6⁢Z6+96⁢X4⁢Y6⁢Z3+36⁢X2⁢Y5⁢Z6+12⁢X⁢Y9⁢Z3+16⁢X6⁢Y3⁢Z3+16⁢X4⁢Y4⁢Z4+4⁢X2⁢Y5⁢Z5+54⁢X⁢Y8⁢Z3+38⁢X2⁢Y6⁢Z3+62⁢X⁢Y7⁢Z3+8⁢X6⁢Y2⁢Z2+88⁢X2⁢Y5⁢Z3+12⁢X2⁢Y2⁢Z6+16⁢X⁢Y6⁢Z3+24⁢X3⁢Y3⁢Z3+18⁢X2⁢Y4⁢Z3+6⁢X6⁢Y⁢Z+12⁢X4⁢Y2⁢Z2+20⁢X2⁢Y4⁢Z2+12⁢X2⁢Y2⁢Z4+9⁢X⁢Y⁢Z6+4⁢X3⁢Y2⁢Z+6⁢X3⁢Y⁢Z2+44⁢X2⁢Y2⁢Z2+9⁢X2⁢Y⁢Z3+6⁢X⁢Y4⁢Z+6⁢X⁢Y2⁢Z3+22⁢X3⁢Y⁢Z+9⁢X2⁢Y2⁢Z+9⁢X⁢Y2⁢Z2+33⁢X⁢Y⁢Z3+33⁢X⁢Y2⁢Z48X4Y9Z68X2Y9Z632X4Y6Z644X2Y8Z620X2Y7Z696X2Y9Z38X2Y6Z696X4Y6Z336X2Y5Z612XY9Z316X6Y3Z316X4Y4Z44X2Y5Z554XY8Z338X2Y6Z362XY7Z38X6Y2Z288X2Y5Z312X2Y2Z616XY6Z324X3Y3Z318X2Y4Z36X6YZ12X4Y2Z220X2Y4Z212X2Y2Z49XYZ64X3Y2Z6X3YZ244X2Y2Z29X2YZ36XY4Z6XY2Z322X3YZ9X2Y2Z9XY2Z233XYZ333XY2Z48*X^4*Y^9*Z^6+8*X^2*Y^9*Z^6+32*X^4*Y^6*Z^6+44*X^2*Y^8*Z^6+20*X^2*Y^7*Z^6+96*X^2*Y^9*Z^3+8*X^2*Y^6*Z^6+96*X^4*Y^6*Z^3+36*X^2*Y^5*Z^6+12*X*Y^9*Z^3+16*X^6*Y^3*Z^3+16*X^4*Y^4*Z^4+4*X^2*Y^5*Z^5+54*X*Y^8*Z^3+38*X^2*Y^6*Z^3+62*X*Y^7*Z^3+8*X^6*Y^2*Z^2+88*X^2*Y^5*Z^3+12*X^2*Y^2*Z^6+16*X*Y^6*Z^3+24*X^3*Y^3*Z^3+18*X^2*Y^4*Z^3+6*X^6*Y*Z+12*X^4*Y^2*Z^2+20*X^2*Y^4*Z^2+12*X^2*Y^2*Z^4+9*X*Y*Z^6+4*X^3*Y^2*Z+6*X^3*Y*Z^2+44*X^2*Y^2*Z^2+9*X^2*Y*Z^3+6*X*Y^4*Z+6*X*Y^2*Z^3+22*X^3*Y*Z+9*X^2*Y^2*Z+9*X*Y^2*Z^2+33*X*Y*Z^3+33*X*Y^2*Z

Algorithm definition

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