Description of fast matrix multiplication algorithm: ⟨9×10×15:865⟩

Algorithm type

48⁢X4⁢Y4⁢Z4+6⁢X4⁢Y2⁢Z6+3⁢X2⁢Y8⁢Z2+9⁢X2⁢Y4⁢Z6+18⁢X6⁢Y2⁢Z2+6⁢X4⁢Y4⁢Z2+6⁢X2⁢Y6⁢Z2+6⁢X2⁢Y4⁢Z4+12⁢X2⁢Y2⁢Z6+X2⁢Y5⁢Z2+12⁢X2⁢Y⁢Z6+18⁢X⁢Y2⁢Z6+3⁢X4⁢Y2⁢Z2+36⁢X2⁢Y4⁢Z2+99⁢X2⁢Y2⁢Z4+24⁢X⁢Y⁢Z6+5⁢X2⁢Y4⁢Z+16⁢X2⁢Y3⁢Z2+2⁢X2⁢Y2⁢Z3+7⁢X⁢Y5⁢Z+6⁢X⁢Y4⁢Z2+12⁢X⁢Y2⁢Z4+10⁢X3⁢Y2⁢Z+36⁢X3⁢Y⁢Z2+7⁢X2⁢Y3⁢Z+114⁢X2⁢Y2⁢Z2+14⁢X2⁢Y⁢Z3+18⁢X⁢Y4⁢Z+12⁢X⁢Y3⁢Z2+18⁢X⁢Y2⁢Z3+6⁢X⁢Y⁢Z4+36⁢X3⁢Y⁢Z+29⁢X2⁢Y2⁢Z+6⁢X2⁢Y⁢Z2+26⁢X⁢Y3⁢Z+48⁢X⁢Y2⁢Z2+25⁢X⁢Y⁢Z3+11⁢X2⁢Y⁢Z+60⁢X⁢Y2⁢Z+18⁢X⁢Y⁢Z2+16⁢X⁢Y⁢Z48X4Y4Z46X4Y2Z63X2Y8Z29X2Y4Z618X6Y2Z26X4Y4Z26X2Y6Z26X2Y4Z412X2Y2Z6X2Y5Z212X2YZ618XY2Z63X4Y2Z236X2Y4Z299X2Y2Z424XYZ65X2Y4Z16X2Y3Z22X2Y2Z37XY5Z6XY4Z212XY2Z410X3Y2Z36X3YZ27X2Y3Z114X2Y2Z214X2YZ318XY4Z12XY3Z218XY2Z36XYZ436X3YZ29X2Y2Z6X2YZ226XY3Z48XY2Z225XYZ311X2YZ60XY2Z18XYZ216XYZ48*X^4*Y^4*Z^4+6*X^4*Y^2*Z^6+3*X^2*Y^8*Z^2+9*X^2*Y^4*Z^6+18*X^6*Y^2*Z^2+6*X^4*Y^4*Z^2+6*X^2*Y^6*Z^2+6*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+X^2*Y^5*Z^2+12*X^2*Y*Z^6+18*X*Y^2*Z^6+3*X^4*Y^2*Z^2+36*X^2*Y^4*Z^2+99*X^2*Y^2*Z^4+24*X*Y*Z^6+5*X^2*Y^4*Z+16*X^2*Y^3*Z^2+2*X^2*Y^2*Z^3+7*X*Y^5*Z+6*X*Y^4*Z^2+12*X*Y^2*Z^4+10*X^3*Y^2*Z+36*X^3*Y*Z^2+7*X^2*Y^3*Z+114*X^2*Y^2*Z^2+14*X^2*Y*Z^3+18*X*Y^4*Z+12*X*Y^3*Z^2+18*X*Y^2*Z^3+6*X*Y*Z^4+36*X^3*Y*Z+29*X^2*Y^2*Z+6*X^2*Y*Z^2+26*X*Y^3*Z+48*X*Y^2*Z^2+25*X*Y*Z^3+11*X^2*Y*Z+60*X*Y^2*Z+18*X*Y*Z^2+16*X*Y*Z

Algorithm definition

The algorithm ⟨9×10×15:865⟩ 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