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

Algorithm type

8⁢X4⁢Y5⁢Z4+44⁢X4⁢Y4⁢Z4+2⁢X2⁢Y7⁢Z2+16⁢X6⁢Y2⁢Z2+8⁢X4⁢Y4⁢Z2+28⁢X2⁢Y6⁢Z2+8⁢X2⁢Y2⁢Z6+4⁢X⁢Y8⁢Z+4⁢X2⁢Y6⁢Z+14⁢X2⁢Y5⁢Z2+8⁢X⁢Y7⁢Z+24⁢X4⁢Y2⁢Z2+2⁢X3⁢Y3⁢Z2+88⁢X2⁢Y4⁢Z2+3⁢X2⁢Y3⁢Z3+8⁢X2⁢Y2⁢Z4+20⁢X⁢Y6⁢Z+9⁢X⁢Y4⁢Z3+16⁢X3⁢Y3⁢Z+10⁢X2⁢Y4⁢Z+11⁢X2⁢Y3⁢Z2+17⁢X⁢Y5⁢Z+10⁢X⁢Y3⁢Z3+14⁢X3⁢Y⁢Z2+22⁢X2⁢Y3⁢Z+141⁢X2⁢Y2⁢Z2+13⁢X2⁢Y⁢Z3+43⁢X⁢Y4⁢Z+4⁢X⁢Y3⁢Z2+17⁢X⁢Y2⁢Z3+48⁢X3⁢Y⁢Z+28⁢X2⁢Y2⁢Z+52⁢X⁢Y3⁢Z+2⁢X⁢Y2⁢Z2+28⁢X⁢Y⁢Z3+64⁢X2⁢Y⁢Z+43⁢X⁢Y2⁢Z+2⁢X⁢Y⁢Z2+37⁢X⁢Y⁢Z8X4Y5Z444X4Y4Z42X2Y7Z216X6Y2Z28X4Y4Z228X2Y6Z28X2Y2Z64XY8Z4X2Y6Z14X2Y5Z28XY7Z24X4Y2Z22X3Y3Z288X2Y4Z23X2Y3Z38X2Y2Z420XY6Z9XY4Z316X3Y3Z10X2Y4Z11X2Y3Z217XY5Z10XY3Z314X3YZ222X2Y3Z141X2Y2Z213X2YZ343XY4Z4XY3Z217XY2Z348X3YZ28X2Y2Z52XY3Z2XY2Z228XYZ364X2YZ43XY2Z2XYZ237XYZ8*X^4*Y^5*Z^4+44*X^4*Y^4*Z^4+2*X^2*Y^7*Z^2+16*X^6*Y^2*Z^2+8*X^4*Y^4*Z^2+28*X^2*Y^6*Z^2+8*X^2*Y^2*Z^6+4*X*Y^8*Z+4*X^2*Y^6*Z+14*X^2*Y^5*Z^2+8*X*Y^7*Z+24*X^4*Y^2*Z^2+2*X^3*Y^3*Z^2+88*X^2*Y^4*Z^2+3*X^2*Y^3*Z^3+8*X^2*Y^2*Z^4+20*X*Y^6*Z+9*X*Y^4*Z^3+16*X^3*Y^3*Z+10*X^2*Y^4*Z+11*X^2*Y^3*Z^2+17*X*Y^5*Z+10*X*Y^3*Z^3+14*X^3*Y*Z^2+22*X^2*Y^3*Z+141*X^2*Y^2*Z^2+13*X^2*Y*Z^3+43*X*Y^4*Z+4*X*Y^3*Z^2+17*X*Y^2*Z^3+48*X^3*Y*Z+28*X^2*Y^2*Z+52*X*Y^3*Z+2*X*Y^2*Z^2+28*X*Y*Z^3+64*X^2*Y*Z+43*X*Y^2*Z+2*X*Y*Z^2+37*X*Y*Z

Algorithm definition

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