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

Algorithm type

4X4Y5Z4+21X4Y4Z4+32X2Y7Z3+3X6Y3Z2+3X4Y3Z4+24X2Y6Z3+40XY7Z3+17X2Y6Z2+8X2Y5Z3+7X2Y4Z4+7X2Y2Z6+3XY8Z+54XY6Z3+12X2Y5Z2+4X2Y3Z4+3XY6Z2+2XY5Z3+X4Y2Z2+32X2Y4Z2+12X2Y2Z4+4XY6Z+X3Y3Z+20X2Y3Z2+X2YZ4+3XY5Z+3XY4Z2+2XY3Z3+X3Y2Z+32X2Y2Z2+15XY4Z+25XY3Z2+2X3YZ+2X2YZ2+54XY3Z+12XY2Z2+6XYZ3+21XY2Z+17XYZ2+19XYZ4X4Y5Z421X4Y4Z432X2Y7Z33X6Y3Z23X4Y3Z424X2Y6Z340XY7Z317X2Y6Z28X2Y5Z37X2Y4Z47X2Y2Z63XY8Z54XY6Z312X2Y5Z24X2Y3Z43XY6Z22XY5Z3X4Y2Z232X2Y4Z212X2Y2Z44XY6ZX3Y3Z20X2Y3Z2X2YZ43XY5Z3XY4Z22XY3Z3X3Y2Z32X2Y2Z215XY4Z25XY3Z22X3YZ2X2YZ254XY3Z12XY2Z26XYZ321XY2Z17XYZ219XYZ4*X^4*Y^5*Z^4+21*X^4*Y^4*Z^4+32*X^2*Y^7*Z^3+3*X^6*Y^3*Z^2+3*X^4*Y^3*Z^4+24*X^2*Y^6*Z^3+40*X*Y^7*Z^3+17*X^2*Y^6*Z^2+8*X^2*Y^5*Z^3+7*X^2*Y^4*Z^4+7*X^2*Y^2*Z^6+3*X*Y^8*Z+54*X*Y^6*Z^3+12*X^2*Y^5*Z^2+4*X^2*Y^3*Z^4+3*X*Y^6*Z^2+2*X*Y^5*Z^3+X^4*Y^2*Z^2+32*X^2*Y^4*Z^2+12*X^2*Y^2*Z^4+4*X*Y^6*Z+X^3*Y^3*Z+20*X^2*Y^3*Z^2+X^2*Y*Z^4+3*X*Y^5*Z+3*X*Y^4*Z^2+2*X*Y^3*Z^3+X^3*Y^2*Z+32*X^2*Y^2*Z^2+15*X*Y^4*Z+25*X*Y^3*Z^2+2*X^3*Y*Z+2*X^2*Y*Z^2+54*X*Y^3*Z+12*X*Y^2*Z^2+6*X*Y*Z^3+21*X*Y^2*Z+17*X*Y*Z^2+19*X*Y*Z

Algorithm definition

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