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

Algorithm type

4⁢X4⁢Y5⁢Z4+36⁢X4⁢Y4⁢Z4+12⁢X6⁢Y2⁢Z2+8⁢X4⁢Y4⁢Z2+26⁢X2⁢Y6⁢Z2+8⁢X2⁢Y4⁢Z4+12⁢X2⁢Y2⁢Z6+2⁢X2⁢Y6⁢Z+28⁢X2⁢Y5⁢Z2+4⁢X⁢Y7⁢Z+2⁢X⁢Y6⁢Z2+4⁢X4⁢Y2⁢Z2+X2⁢Y5⁢Z+105⁢X2⁢Y4⁢Z2+4⁢X2⁢Y2⁢Z4+25⁢X⁢Y6⁢Z+X⁢Y5⁢Z2+6⁢X3⁢Y3⁢Z+3⁢X2⁢Y4⁢Z+52⁢X2⁢Y3⁢Z2+36⁢X⁢Y5⁢Z+4⁢X⁢Y4⁢Z2+6⁢X⁢Y3⁢Z3+X3⁢Y2⁢Z+2⁢X2⁢Y3⁢Z+37⁢X2⁢Y2⁢Z2+67⁢X⁢Y4⁢Z+58⁢X⁢Y3⁢Z2+3⁢X⁢Y2⁢Z3+5⁢X3⁢Y⁢Z+2⁢X2⁢Y2⁢Z+56⁢X⁢Y3⁢Z+36⁢X⁢Y2⁢Z2+3⁢X⁢Y⁢Z3+2⁢X2⁢Y⁢Z+16⁢X⁢Y2⁢Z+55⁢X⁢Y⁢Z2+4⁢X⁢Y⁢Z4X4Y5Z436X4Y4Z412X6Y2Z28X4Y4Z226X2Y6Z28X2Y4Z412X2Y2Z62X2Y6Z28X2Y5Z24XY7Z2XY6Z24X4Y2Z2X2Y5Z105X2Y4Z24X2Y2Z425XY6ZXY5Z26X3Y3Z3X2Y4Z52X2Y3Z236XY5Z4XY4Z26XY3Z3X3Y2Z2X2Y3Z37X2Y2Z267XY4Z58XY3Z23XY2Z35X3YZ2X2Y2Z56XY3Z36XY2Z23XYZ32X2YZ16XY2Z55XYZ24XYZ4*X^4*Y^5*Z^4+36*X^4*Y^4*Z^4+12*X^6*Y^2*Z^2+8*X^4*Y^4*Z^2+26*X^2*Y^6*Z^2+8*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+2*X^2*Y^6*Z+28*X^2*Y^5*Z^2+4*X*Y^7*Z+2*X*Y^6*Z^2+4*X^4*Y^2*Z^2+X^2*Y^5*Z+105*X^2*Y^4*Z^2+4*X^2*Y^2*Z^4+25*X*Y^6*Z+X*Y^5*Z^2+6*X^3*Y^3*Z+3*X^2*Y^4*Z+52*X^2*Y^3*Z^2+36*X*Y^5*Z+4*X*Y^4*Z^2+6*X*Y^3*Z^3+X^3*Y^2*Z+2*X^2*Y^3*Z+37*X^2*Y^2*Z^2+67*X*Y^4*Z+58*X*Y^3*Z^2+3*X*Y^2*Z^3+5*X^3*Y*Z+2*X^2*Y^2*Z+56*X*Y^3*Z+36*X*Y^2*Z^2+3*X*Y*Z^3+2*X^2*Y*Z+16*X*Y^2*Z+55*X*Y*Z^2+4*X*Y*Z

Algorithm definition

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