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

Algorithm type

16⁢X3⁢Y15⁢Z2+4⁢X3⁢Y15⁢Z+20⁢X3⁢Y12⁢Z+4⁢X4⁢Y6⁢Z4+48⁢X3⁢Y9⁢Z2+48⁢X2⁢Y9⁢Z3+10⁢X3⁢Y9⁢Z+8⁢X⁢Y9⁢Z3+32⁢X4⁢Y4⁢Z4+60⁢X3⁢Y8⁢Z+8⁢X2⁢Y8⁢Z2+44⁢X⁢Y8⁢Z3+2⁢X3⁢Y7⁢Z+64⁢X3⁢Y6⁢Z2+48⁢X2⁢Y6⁢Z3+20⁢X⁢Y7⁢Z3+26⁢X3⁢Y6⁢Z+3⁢X2⁢Y6⁢Z2+6⁢X⁢Y8⁢Z+6⁢X⁢Y6⁢Z3+2⁢X4⁢Y3⁢Z2+36⁢X3⁢Y5⁢Z+3⁢X2⁢Y3⁢Z4+50⁢X⁢Y5⁢Z3+16⁢X4⁢Y2⁢Z2+34⁢X3⁢Y4⁢Z+24⁢X2⁢Y4⁢Z2+24⁢X2⁢Y2⁢Z4+16⁢X⁢Y4⁢Z3+4⁢X2⁢Y4⁢Z+11⁢X2⁢Y3⁢Z2+6⁢X⁢Y4⁢Z2+96⁢X2⁢Y2⁢Z2+22⁢X⁢Y4⁢Z+4⁢X2⁢Y⁢Z+6⁢X⁢Y2⁢Z+6⁢X⁢Y⁢Z2+22⁢X⁢Y⁢Z16X3Y15Z24X3Y15Z20X3Y12Z4X4Y6Z448X3Y9Z248X2Y9Z310X3Y9Z8XY9Z332X4Y4Z460X3Y8Z8X2Y8Z244XY8Z32X3Y7Z64X3Y6Z248X2Y6Z320XY7Z326X3Y6Z3X2Y6Z26XY8Z6XY6Z32X4Y3Z236X3Y5Z3X2Y3Z450XY5Z316X4Y2Z234X3Y4Z24X2Y4Z224X2Y2Z416XY4Z34X2Y4Z11X2Y3Z26XY4Z296X2Y2Z222XY4Z4X2YZ6XY2Z6XYZ222XYZ16*X^3*Y^15*Z^2+4*X^3*Y^15*Z+20*X^3*Y^12*Z+4*X^4*Y^6*Z^4+48*X^3*Y^9*Z^2+48*X^2*Y^9*Z^3+10*X^3*Y^9*Z+8*X*Y^9*Z^3+32*X^4*Y^4*Z^4+60*X^3*Y^8*Z+8*X^2*Y^8*Z^2+44*X*Y^8*Z^3+2*X^3*Y^7*Z+64*X^3*Y^6*Z^2+48*X^2*Y^6*Z^3+20*X*Y^7*Z^3+26*X^3*Y^6*Z+3*X^2*Y^6*Z^2+6*X*Y^8*Z+6*X*Y^6*Z^3+2*X^4*Y^3*Z^2+36*X^3*Y^5*Z+3*X^2*Y^3*Z^4+50*X*Y^5*Z^3+16*X^4*Y^2*Z^2+34*X^3*Y^4*Z+24*X^2*Y^4*Z^2+24*X^2*Y^2*Z^4+16*X*Y^4*Z^3+4*X^2*Y^4*Z+11*X^2*Y^3*Z^2+6*X*Y^4*Z^2+96*X^2*Y^2*Z^2+22*X*Y^4*Z+4*X^2*Y*Z+6*X*Y^2*Z+6*X*Y*Z^2+22*X*Y*Z

Algorithm definition

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