Description of fast matrix multiplication algorithm: ⟨9×11×13:835⟩

Algorithm type

4⁢X4⁢Y6⁢Z4+8⁢X4⁢Y5⁢Z4+6⁢X4⁢Y5⁢Z3+28⁢X4⁢Y4⁢Z4+X2⁢Y8⁢Z2+6⁢X4⁢Y3⁢Z4+2⁢X3⁢Y4⁢Z4+5⁢X2⁢Y7⁢Z2+25⁢X4⁢Y3⁢Z3+11⁢X4⁢Y2⁢Z4+12⁢X2⁢Y6⁢Z2+12⁢X4⁢Y3⁢Z2+4⁢X3⁢Y2⁢Z4+21⁢X2⁢Y5⁢Z2+4⁢X4⁢Y3⁢Z+76⁢X4⁢Y2⁢Z2+3⁢X4⁢Y⁢Z3+3⁢X2⁢Y5⁢Z+22⁢X2⁢Y4⁢Z2+24⁢X2⁢Y3⁢Z3+8⁢X4⁢Y⁢Z2+2⁢X3⁢Y2⁢Z2+4⁢X2⁢Y4⁢Z+23⁢X2⁢Y3⁢Z2+4⁢X3⁢Y⁢Z2+41⁢X2⁢Y3⁢Z+120⁢X2⁢Y2⁢Z2+10⁢X2⁢Y⁢Z3+2⁢X⁢Y4⁢Z+12⁢X⁢Y3⁢Z2+60⁢X2⁢Y2⁢Z+46⁢X2⁢Y⁢Z2+24⁢X⁢Y3⁢Z+20⁢X⁢Y⁢Z3+30⁢X2⁢Y⁢Z+66⁢X⁢Y2⁢Z+62⁢X⁢Y⁢Z2+24⁢X⁢Y⁢Z4X4Y6Z48X4Y5Z46X4Y5Z328X4Y4Z4X2Y8Z26X4Y3Z42X3Y4Z45X2Y7Z225X4Y3Z311X4Y2Z412X2Y6Z212X4Y3Z24X3Y2Z421X2Y5Z24X4Y3Z76X4Y2Z23X4YZ33X2Y5Z22X2Y4Z224X2Y3Z38X4YZ22X3Y2Z24X2Y4Z23X2Y3Z24X3YZ241X2Y3Z120X2Y2Z210X2YZ32XY4Z12XY3Z260X2Y2Z46X2YZ224XY3Z20XYZ330X2YZ66XY2Z62XYZ224XYZ4*X^4*Y^6*Z^4+8*X^4*Y^5*Z^4+6*X^4*Y^5*Z^3+28*X^4*Y^4*Z^4+X^2*Y^8*Z^2+6*X^4*Y^3*Z^4+2*X^3*Y^4*Z^4+5*X^2*Y^7*Z^2+25*X^4*Y^3*Z^3+11*X^4*Y^2*Z^4+12*X^2*Y^6*Z^2+12*X^4*Y^3*Z^2+4*X^3*Y^2*Z^4+21*X^2*Y^5*Z^2+4*X^4*Y^3*Z+76*X^4*Y^2*Z^2+3*X^4*Y*Z^3+3*X^2*Y^5*Z+22*X^2*Y^4*Z^2+24*X^2*Y^3*Z^3+8*X^4*Y*Z^2+2*X^3*Y^2*Z^2+4*X^2*Y^4*Z+23*X^2*Y^3*Z^2+4*X^3*Y*Z^2+41*X^2*Y^3*Z+120*X^2*Y^2*Z^2+10*X^2*Y*Z^3+2*X*Y^4*Z+12*X*Y^3*Z^2+60*X^2*Y^2*Z+46*X^2*Y*Z^2+24*X*Y^3*Z+20*X*Y*Z^3+30*X^2*Y*Z+66*X*Y^2*Z+62*X*Y*Z^2+24*X*Y*Z

Algorithm definition

The algorithm ⟨9×11×13:835⟩ 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