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

Algorithm type

48X4Y4Z4+6X4Y2Z6+3X2Y8Z2+9X2Y4Z6+18X6Y2Z2+6X4Y4Z2+6X2Y6Z2+6X2Y4Z4+12X2Y2Z6+X2Y5Z2+12X2YZ6+18XY2Z6+3X4Y2Z2+36X2Y4Z2+99X2Y2Z4+24XYZ6+5X2Y4Z+16X2Y3Z2+2X2Y2Z3+7XY5Z+6XY4Z2+12XY2Z4+10X3Y2Z+36X3YZ2+7X2Y3Z+114X2Y2Z2+14X2YZ3+18XY4Z+12XY3Z2+18XY2Z3+6XYZ4+36X3YZ+29X2Y2Z+6X2YZ2+26XY3Z+48XY2Z2+25XYZ3+11X2YZ+60XY2Z+18XYZ2+16XYZ48X4Y4Z46X4Y2Z63X2Y8Z29X2Y4Z618X6Y2Z26X4Y4Z26X2Y6Z26X2Y4Z412X2Y2Z6X2Y5Z212X2YZ618XY2Z63X4Y2Z236X2Y4Z299X2Y2Z424XYZ65X2Y4Z16X2Y3Z22X2Y2Z37XY5Z6XY4Z212XY2Z410X3Y2Z36X3YZ27X2Y3Z114X2Y2Z214X2YZ318XY4Z12XY3Z218XY2Z36XYZ436X3YZ29X2Y2Z6X2YZ226XY3Z48XY2Z225XYZ311X2YZ60XY2Z18XYZ216XYZ48*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