Description of fast matrix multiplication algorithm: ⟨3×15×16:534⟩

Algorithm type

X3⁢Y6⁢Z2+2⁢X3⁢Y5⁢Z2+6⁢X2⁢Y6⁢Z2+2⁢X2⁢Y5⁢Z2+X⁢Y6⁢Z2+3⁢X3⁢Y3⁢Z2+2⁢X3⁢Y2⁢Z3+30⁢X2⁢Y4⁢Z2+X2⁢Y3⁢Z3+5⁢X⁢Y6⁢Z+3⁢X⁢Y5⁢Z2+X⁢Y4⁢Z3+X3⁢Y⁢Z3+11⁢X2⁢Y3⁢Z2+2⁢X2⁢Y2⁢Z3+7⁢X⁢Y4⁢Z2+3⁢X⁢Y3⁢Z3+2⁢X3⁢Y⁢Z2+130⁢X2⁢Y2⁢Z2+5⁢X2⁢Y⁢Z3+19⁢X⁢Y4⁢Z+7⁢X⁢Y3⁢Z2+15⁢X⁢Y2⁢Z3+2⁢X3⁢Y⁢Z+25⁢X⁢Y3⁢Z+53⁢X⁢Y2⁢Z2+33⁢X⁢Y⁢Z3+5⁢X2⁢Y⁢Z+71⁢X⁢Y2⁢Z+58⁢X⁢Y⁢Z2+28⁢X⁢Y⁢ZX3Y6Z22X3Y5Z26X2Y6Z22X2Y5Z2XY6Z23X3Y3Z22X3Y2Z330X2Y4Z2X2Y3Z35XY6Z3XY5Z2XY4Z3X3YZ311X2Y3Z22X2Y2Z37XY4Z23XY3Z32X3YZ2130X2Y2Z25X2YZ319XY4Z7XY3Z215XY2Z32X3YZ25XY3Z53XY2Z233XYZ35X2YZ71XY2Z58XYZ228XYZX^3*Y^6*Z^2+2*X^3*Y^5*Z^2+6*X^2*Y^6*Z^2+2*X^2*Y^5*Z^2+X*Y^6*Z^2+3*X^3*Y^3*Z^2+2*X^3*Y^2*Z^3+30*X^2*Y^4*Z^2+X^2*Y^3*Z^3+5*X*Y^6*Z+3*X*Y^5*Z^2+X*Y^4*Z^3+X^3*Y*Z^3+11*X^2*Y^3*Z^2+2*X^2*Y^2*Z^3+7*X*Y^4*Z^2+3*X*Y^3*Z^3+2*X^3*Y*Z^2+130*X^2*Y^2*Z^2+5*X^2*Y*Z^3+19*X*Y^4*Z+7*X*Y^3*Z^2+15*X*Y^2*Z^3+2*X^3*Y*Z+25*X*Y^3*Z+53*X*Y^2*Z^2+33*X*Y*Z^3+5*X^2*Y*Z+71*X*Y^2*Z+58*X*Y*Z^2+28*X*Y*Z

Algorithm definition

The algorithm ⟨3×15×16:534⟩ 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