Description of fast matrix multiplication algorithm: ⟨8×14×15:1063⟩

Algorithm type

8X4Y4Z8+3X6Y5Z4+X4Y5Z6+15X6Y4Z4+4X4Y6Z4+2X4Y4Z6+3X2Y4Z8+X6Y5Z2+4X4Y5Z4+3X4Y3Z6+X2Y5Z6+5X6Y4Z2+19X4Y4Z4+3X4Y2Z6+2X2Y6Z4+2X2Y4Z6+8X2Y2Z8+4X6Y3Z2+3X4Y3Z4+2X2Y7Z2+2X2Y5Z4+20X6Y2Z2+9X4Y2Z4+12X3Y5Z2+21X2Y6Z2+2X2Y5Z3+8X2Y4Z4+2XY8Z+2XY5Z4+8X4Y3Z2+4X3Y5Z+12X3Y4Z2+25X2Y5Z2+2X2Y4Z3+4XY7Z+8XY6Z2+2XY5Z3+2XY4Z4+19X4Y2Z2+4X3Y4Z+18X3Y3Z2+50X2Y4Z2+12X2Y3Z3+2XY6Z+4XY5Z2+2XY4Z3+2XY3Z4+22X3Y3Z+6X3Y2Z2+85X2Y3Z2+6X2Y2Z3+14XY5Z+8XY4Z2+4XY3Z3+2XY2Z4+26X3Y2Z+42X2Y3Z+89X2Y2Z2+2X2YZ3+22XY4Z+12XY3Z2+24X3YZ+34X2Y2Z+10X2YZ2+85XY3Z+20XY2Z2+32X2YZ+104XY2Z+12XYZ2+51XYZ8X4Y4Z83X6Y5Z4X4Y5Z615X6Y4Z44X4Y6Z42X4Y4Z63X2Y4Z8X6Y5Z24X4Y5Z43X4Y3Z6X2Y5Z65X6Y4Z219X4Y4Z43X4Y2Z62X2Y6Z42X2Y4Z68X2Y2Z84X6Y3Z23X4Y3Z42X2Y7Z22X2Y5Z420X6Y2Z29X4Y2Z412X3Y5Z221X2Y6Z22X2Y5Z38X2Y4Z42XY8Z2XY5Z48X4Y3Z24X3Y5Z12X3Y4Z225X2Y5Z22X2Y4Z34XY7Z8XY6Z22XY5Z32XY4Z419X4Y2Z24X3Y4Z18X3Y3Z250X2Y4Z212X2Y3Z32XY6Z4XY5Z22XY4Z32XY3Z422X3Y3Z6X3Y2Z285X2Y3Z26X2Y2Z314XY5Z8XY4Z24XY3Z32XY2Z426X3Y2Z42X2Y3Z89X2Y2Z22X2YZ322XY4Z12XY3Z224X3YZ34X2Y2Z10X2YZ285XY3Z20XY2Z232X2YZ104XY2Z12XYZ251XYZ8*X^4*Y^4*Z^8+3*X^6*Y^5*Z^4+X^4*Y^5*Z^6+15*X^6*Y^4*Z^4+4*X^4*Y^6*Z^4+2*X^4*Y^4*Z^6+3*X^2*Y^4*Z^8+X^6*Y^5*Z^2+4*X^4*Y^5*Z^4+3*X^4*Y^3*Z^6+X^2*Y^5*Z^6+5*X^6*Y^4*Z^2+19*X^4*Y^4*Z^4+3*X^4*Y^2*Z^6+2*X^2*Y^6*Z^4+2*X^2*Y^4*Z^6+8*X^2*Y^2*Z^8+4*X^6*Y^3*Z^2+3*X^4*Y^3*Z^4+2*X^2*Y^7*Z^2+2*X^2*Y^5*Z^4+20*X^6*Y^2*Z^2+9*X^4*Y^2*Z^4+12*X^3*Y^5*Z^2+21*X^2*Y^6*Z^2+2*X^2*Y^5*Z^3+8*X^2*Y^4*Z^4+2*X*Y^8*Z+2*X*Y^5*Z^4+8*X^4*Y^3*Z^2+4*X^3*Y^5*Z+12*X^3*Y^4*Z^2+25*X^2*Y^5*Z^2+2*X^2*Y^4*Z^3+4*X*Y^7*Z+8*X*Y^6*Z^2+2*X*Y^5*Z^3+2*X*Y^4*Z^4+19*X^4*Y^2*Z^2+4*X^3*Y^4*Z+18*X^3*Y^3*Z^2+50*X^2*Y^4*Z^2+12*X^2*Y^3*Z^3+2*X*Y^6*Z+4*X*Y^5*Z^2+2*X*Y^4*Z^3+2*X*Y^3*Z^4+22*X^3*Y^3*Z+6*X^3*Y^2*Z^2+85*X^2*Y^3*Z^2+6*X^2*Y^2*Z^3+14*X*Y^5*Z+8*X*Y^4*Z^2+4*X*Y^3*Z^3+2*X*Y^2*Z^4+26*X^3*Y^2*Z+42*X^2*Y^3*Z+89*X^2*Y^2*Z^2+2*X^2*Y*Z^3+22*X*Y^4*Z+12*X*Y^3*Z^2+24*X^3*Y*Z+34*X^2*Y^2*Z+10*X^2*Y*Z^2+85*X*Y^3*Z+20*X*Y^2*Z^2+32*X^2*Y*Z+104*X*Y^2*Z+12*X*Y*Z^2+51*X*Y*Z

Algorithm definition

The algorithm ⟨8×14×15:1063⟩ 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