Description of fast matrix multiplication algorithm: ⟨8×9×16:735⟩

Algorithm type

3⁢X4⁢Y4⁢Z6+7⁢X4⁢Y4⁢Z5+35⁢X4⁢Y4⁢Z4+2⁢X2⁢Y4⁢Z6+3⁢X2⁢Y6⁢Z3+2⁢X2⁢Y4⁢Z5+12⁢X⁢Y9⁢Z+13⁢X6⁢Y2⁢Z2+39⁢X2⁢Y6⁢Z2+14⁢X2⁢Y4⁢Z4+16⁢X2⁢Y2⁢Z6+X4⁢Y2⁢Z3+28⁢X2⁢Y4⁢Z3+16⁢X2⁢Y2⁢Z5+6⁢X⁢Y6⁢Z2+4⁢X⁢Y4⁢Z4+7⁢X⁢Y2⁢Z6+2⁢X4⁢Y2⁢Z2+46⁢X2⁢Y4⁢Z2+29⁢X2⁢Y2⁢Z4+19⁢X⁢Y6⁢Z+8⁢X⁢Y4⁢Z3+5⁢X⁢Y2⁢Z5+12⁢X⁢Y⁢Z6+12⁢X3⁢Y3⁢Z+3⁢X3⁢Y2⁢Z2+17⁢X2⁢Y2⁢Z3+19⁢X⁢Y4⁢Z2+5⁢X⁢Y3⁢Z3+20⁢X⁢Y2⁢Z4+6⁢X⁢Y⁢Z5+16⁢X3⁢Y2⁢Z+X3⁢Y⁢Z2+62⁢X2⁢Y2⁢Z2+9⁢X2⁢Y⁢Z3+10⁢X⁢Y4⁢Z+13⁢X⁢Y3⁢Z2+37⁢X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+21⁢X3⁢Y⁢Z+2⁢X2⁢Y2⁢Z+X2⁢Y⁢Z2+22⁢X⁢Y3⁢Z+47⁢X⁢Y2⁢Z2+29⁢X⁢Y⁢Z3+X2⁢Y⁢Z+14⁢X⁢Y2⁢Z+32⁢X⁢Y⁢Z2+5⁢X⁢Y⁢Z3X4Y4Z67X4Y4Z535X4Y4Z42X2Y4Z63X2Y6Z32X2Y4Z512XY9Z13X6Y2Z239X2Y6Z214X2Y4Z416X2Y2Z6X4Y2Z328X2Y4Z316X2Y2Z56XY6Z24XY4Z47XY2Z62X4Y2Z246X2Y4Z229X2Y2Z419XY6Z8XY4Z35XY2Z512XYZ612X3Y3Z3X3Y2Z217X2Y2Z319XY4Z25XY3Z320XY2Z46XYZ516X3Y2ZX3YZ262X2Y2Z29X2YZ310XY4Z13XY3Z237XY2Z32XYZ421X3YZ2X2Y2ZX2YZ222XY3Z47XY2Z229XYZ3X2YZ14XY2Z32XYZ25XYZ3*X^4*Y^4*Z^6+7*X^4*Y^4*Z^5+35*X^4*Y^4*Z^4+2*X^2*Y^4*Z^6+3*X^2*Y^6*Z^3+2*X^2*Y^4*Z^5+12*X*Y^9*Z+13*X^6*Y^2*Z^2+39*X^2*Y^6*Z^2+14*X^2*Y^4*Z^4+16*X^2*Y^2*Z^6+X^4*Y^2*Z^3+28*X^2*Y^4*Z^3+16*X^2*Y^2*Z^5+6*X*Y^6*Z^2+4*X*Y^4*Z^4+7*X*Y^2*Z^6+2*X^4*Y^2*Z^2+46*X^2*Y^4*Z^2+29*X^2*Y^2*Z^4+19*X*Y^6*Z+8*X*Y^4*Z^3+5*X*Y^2*Z^5+12*X*Y*Z^6+12*X^3*Y^3*Z+3*X^3*Y^2*Z^2+17*X^2*Y^2*Z^3+19*X*Y^4*Z^2+5*X*Y^3*Z^3+20*X*Y^2*Z^4+6*X*Y*Z^5+16*X^3*Y^2*Z+X^3*Y*Z^2+62*X^2*Y^2*Z^2+9*X^2*Y*Z^3+10*X*Y^4*Z+13*X*Y^3*Z^2+37*X*Y^2*Z^3+2*X*Y*Z^4+21*X^3*Y*Z+2*X^2*Y^2*Z+X^2*Y*Z^2+22*X*Y^3*Z+47*X*Y^2*Z^2+29*X*Y*Z^3+X^2*Y*Z+14*X*Y^2*Z+32*X*Y*Z^2+5*X*Y*Z

Algorithm definition

The algorithm ⟨8×9×16:735⟩ 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