Description of fast matrix multiplication algorithm: ⟨6×9×10:367⟩

Algorithm type

X4⁢Y5⁢Z4+X4⁢Y5⁢Z3+8⁢X4⁢Y4⁢Z4+X4⁢Y4⁢Z3+32⁢X2⁢Y6⁢Z3+X4⁢Y4⁢Z2+7⁢X4⁢Y3⁢Z3+9⁢X2⁢Y6⁢Z2+33⁢X2⁢Y5⁢Z3+48⁢X⁢Y6⁢Z3+X4⁢Y2⁢Z3+3⁢X2⁢Y5⁢Z2+2⁢X2⁢Y3⁢Z4+40⁢X⁢Y5⁢Z3+12⁢X4⁢Y2⁢Z2+X2⁢Y3⁢Z3+X2⁢Y⁢Z5+8⁢X⁢Y4⁢Z3+3⁢X2⁢Y4⁢Z+9⁢X2⁢Y3⁢Z2+5⁢X2⁢Y2⁢Z3+X2⁢Y⁢Z4+X4⁢Y⁢Z+23⁢X2⁢Y3⁢Z+34⁢X2⁢Y2⁢Z2+X2⁢Y⁢Z3+X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+18⁢X⁢Y3⁢Z+2⁢X⁢Y2⁢Z2+2⁢X⁢Y⁢Z3+18⁢X2⁢Y⁢Z+4⁢X⁢Y2⁢Z+4⁢X⁢Y⁢Z2+28⁢X⁢Y⁢ZX4Y5Z4X4Y5Z38X4Y4Z4X4Y4Z332X2Y6Z3X4Y4Z27X4Y3Z39X2Y6Z233X2Y5Z348XY6Z3X4Y2Z33X2Y5Z22X2Y3Z440XY5Z312X4Y2Z2X2Y3Z3X2YZ58XY4Z33X2Y4Z9X2Y3Z25X2Y2Z3X2YZ4X4YZ23X2Y3Z34X2Y2Z2X2YZ3X2Y2Z4X2YZ218XY3Z2XY2Z22XYZ318X2YZ4XY2Z4XYZ228XYZX^4*Y^5*Z^4+X^4*Y^5*Z^3+8*X^4*Y^4*Z^4+X^4*Y^4*Z^3+32*X^2*Y^6*Z^3+X^4*Y^4*Z^2+7*X^4*Y^3*Z^3+9*X^2*Y^6*Z^2+33*X^2*Y^5*Z^3+48*X*Y^6*Z^3+X^4*Y^2*Z^3+3*X^2*Y^5*Z^2+2*X^2*Y^3*Z^4+40*X*Y^5*Z^3+12*X^4*Y^2*Z^2+X^2*Y^3*Z^3+X^2*Y*Z^5+8*X*Y^4*Z^3+3*X^2*Y^4*Z+9*X^2*Y^3*Z^2+5*X^2*Y^2*Z^3+X^2*Y*Z^4+X^4*Y*Z+23*X^2*Y^3*Z+34*X^2*Y^2*Z^2+X^2*Y*Z^3+X^2*Y^2*Z+4*X^2*Y*Z^2+18*X*Y^3*Z+2*X*Y^2*Z^2+2*X*Y*Z^3+18*X^2*Y*Z+4*X*Y^2*Z+4*X*Y*Z^2+28*X*Y*Z

Algorithm definition

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