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

Algorithm type

8X4Y5Z4+44X4Y4Z4+2X2Y7Z2+16X6Y2Z2+8X4Y4Z2+28X2Y6Z2+8X2Y2Z6+4XY8Z+4X2Y6Z+14X2Y5Z2+8XY7Z+24X4Y2Z2+2X3Y3Z2+88X2Y4Z2+3X2Y3Z3+8X2Y2Z4+20XY6Z+9XY4Z3+16X3Y3Z+10X2Y4Z+11X2Y3Z2+17XY5Z+10XY3Z3+14X3YZ2+22X2Y3Z+141X2Y2Z2+13X2YZ3+43XY4Z+4XY3Z2+17XY2Z3+48X3YZ+28X2Y2Z+52XY3Z+2XY2Z2+28XYZ3+64X2YZ+43XY2Z+2XYZ2+37XYZ8X4Y5Z444X4Y4Z42X2Y7Z216X6Y2Z28X4Y4Z228X2Y6Z28X2Y2Z64XY8Z4X2Y6Z14X2Y5Z28XY7Z24X4Y2Z22X3Y3Z288X2Y4Z23X2Y3Z38X2Y2Z420XY6Z9XY4Z316X3Y3Z10X2Y4Z11X2Y3Z217XY5Z10XY3Z314X3YZ222X2Y3Z141X2Y2Z213X2YZ343XY4Z4XY3Z217XY2Z348X3YZ28X2Y2Z52XY3Z2XY2Z228XYZ364X2YZ43XY2Z2XYZ237XYZ8*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