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

Algorithm type

6X4Y8Z4+24X4Y6Z4+X2Y8Z4+9X6Y4Z2+4X4Y6Z2+34X4Y4Z4+24X2Y8Z2+3X2Y4Z6+6X2Y7Z2+4XY9Z+4XY8Z2+13X6Y2Z2+8X4Y4Z2+54X2Y6Z2+17X2Y4Z4+15X2Y2Z6+13XY8Z+6X2Y6Z+15X2Y5Z2+12XY7Z+7XY6Z2+6X4Y2Z2+14X3Y4Z+3X2Y5Z+102X2Y4Z2+5X2Y2Z4+28XY6Z+XY5Z2+12XY4Z3+15X3Y3Z+11X2Y4Z+18XY5Z+16XY4Z2+12XY3Z3+6X2Y3Z+90X2Y2Z2+76XY4Z+4XY3Z2+33X3YZ+17X2Y2Z+29XY3Z+26XY2Z2+30XYZ3+11X2YZ+78XY2Z+10XYZ2+40XYZ6X4Y8Z424X4Y6Z4X2Y8Z49X6Y4Z24X4Y6Z234X4Y4Z424X2Y8Z23X2Y4Z66X2Y7Z24XY9Z4XY8Z213X6Y2Z28X4Y4Z254X2Y6Z217X2Y4Z415X2Y2Z613XY8Z6X2Y6Z15X2Y5Z212XY7Z7XY6Z26X4Y2Z214X3Y4Z3X2Y5Z102X2Y4Z25X2Y2Z428XY6ZXY5Z212XY4Z315X3Y3Z11X2Y4Z18XY5Z16XY4Z212XY3Z36X2Y3Z90X2Y2Z276XY4Z4XY3Z233X3YZ17X2Y2Z29XY3Z26XY2Z230XYZ311X2YZ78XY2Z10XYZ240XYZ6*X^4*Y^8*Z^4+24*X^4*Y^6*Z^4+X^2*Y^8*Z^4+9*X^6*Y^4*Z^2+4*X^4*Y^6*Z^2+34*X^4*Y^4*Z^4+24*X^2*Y^8*Z^2+3*X^2*Y^4*Z^6+6*X^2*Y^7*Z^2+4*X*Y^9*Z+4*X*Y^8*Z^2+13*X^6*Y^2*Z^2+8*X^4*Y^4*Z^2+54*X^2*Y^6*Z^2+17*X^2*Y^4*Z^4+15*X^2*Y^2*Z^6+13*X*Y^8*Z+6*X^2*Y^6*Z+15*X^2*Y^5*Z^2+12*X*Y^7*Z+7*X*Y^6*Z^2+6*X^4*Y^2*Z^2+14*X^3*Y^4*Z+3*X^2*Y^5*Z+102*X^2*Y^4*Z^2+5*X^2*Y^2*Z^4+28*X*Y^6*Z+X*Y^5*Z^2+12*X*Y^4*Z^3+15*X^3*Y^3*Z+11*X^2*Y^4*Z+18*X*Y^5*Z+16*X*Y^4*Z^2+12*X*Y^3*Z^3+6*X^2*Y^3*Z+90*X^2*Y^2*Z^2+76*X*Y^4*Z+4*X*Y^3*Z^2+33*X^3*Y*Z+17*X^2*Y^2*Z+29*X*Y^3*Z+26*X*Y^2*Z^2+30*X*Y*Z^3+11*X^2*Y*Z+78*X*Y^2*Z+10*X*Y*Z^2+40*X*Y*Z

Algorithm definition

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