Description of fast matrix multiplication algorithm: ⟨7×10×12:557⟩

Algorithm type

16⁢X4⁢Y8⁢Z4+16⁢X4⁢Y8⁢Z3+4⁢X2⁢Y8⁢Z3+20⁢X2⁢Y8⁢Z2+8⁢X2⁢Y8⁢Z+16⁢X2⁢Y4⁢Z5+16⁢X2⁢Y4⁢Z4+16⁢X2⁢Y4⁢Z3+2⁢X2⁢Y2⁢Z5+24⁢X2⁢Y4⁢Z2+9⁢X2⁢Y2⁢Z4+24⁢X⁢Y4⁢Z3+31⁢X2⁢Y2⁢Z3+20⁢X⁢Y4⁢Z2+3⁢X⁢Y3⁢Z3+4⁢X⁢Y⁢Z5+4⁢X3⁢Y⁢Z2+55⁢X2⁢Y2⁢Z2+2⁢X2⁢Y⁢Z3+28⁢X⁢Y4⁢Z+2⁢X⁢Y3⁢Z2+2⁢X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+8⁢X3⁢Y⁢Z+12⁢X2⁢Y2⁢Z+10⁢X2⁢Y⁢Z2+X⁢Y3⁢Z+12⁢X⁢Y2⁢Z2+62⁢X⁢Y⁢Z3+6⁢X2⁢Y⁢Z+10⁢X⁢Y2⁢Z+67⁢X⁢Y⁢Z2+45⁢X⁢Y⁢Z16X4Y8Z416X4Y8Z34X2Y8Z320X2Y8Z28X2Y8Z16X2Y4Z516X2Y4Z416X2Y4Z32X2Y2Z524X2Y4Z29X2Y2Z424XY4Z331X2Y2Z320XY4Z23XY3Z34XYZ54X3YZ255X2Y2Z22X2YZ328XY4Z2XY3Z22XY2Z32XYZ48X3YZ12X2Y2Z10X2YZ2XY3Z12XY2Z262XYZ36X2YZ10XY2Z67XYZ245XYZ16*X^4*Y^8*Z^4+16*X^4*Y^8*Z^3+4*X^2*Y^8*Z^3+20*X^2*Y^8*Z^2+8*X^2*Y^8*Z+16*X^2*Y^4*Z^5+16*X^2*Y^4*Z^4+16*X^2*Y^4*Z^3+2*X^2*Y^2*Z^5+24*X^2*Y^4*Z^2+9*X^2*Y^2*Z^4+24*X*Y^4*Z^3+31*X^2*Y^2*Z^3+20*X*Y^4*Z^2+3*X*Y^3*Z^3+4*X*Y*Z^5+4*X^3*Y*Z^2+55*X^2*Y^2*Z^2+2*X^2*Y*Z^3+28*X*Y^4*Z+2*X*Y^3*Z^2+2*X*Y^2*Z^3+2*X*Y*Z^4+8*X^3*Y*Z+12*X^2*Y^2*Z+10*X^2*Y*Z^2+X*Y^3*Z+12*X*Y^2*Z^2+62*X*Y*Z^3+6*X^2*Y*Z+10*X*Y^2*Z+67*X*Y*Z^2+45*X*Y*Z

Algorithm definition

The algorithm ⟨7×10×12:557⟩ 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