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

Algorithm type

X3Y6Z2+2X3Y5Z2+6X2Y6Z2+2X2Y5Z2+XY6Z2+3X3Y3Z2+2X3Y2Z3+30X2Y4Z2+X2Y3Z3+5XY6Z+3XY5Z2+XY4Z3+X3YZ3+11X2Y3Z2+2X2Y2Z3+7XY4Z2+3XY3Z3+2X3YZ2+130X2Y2Z2+5X2YZ3+19XY4Z+7XY3Z2+15XY2Z3+2X3YZ+25XY3Z+53XY2Z2+33XYZ3+5X2YZ+71XY2Z+58XYZ2+28XYZX3Y6Z22X3Y5Z26X2Y6Z22X2Y5Z2XY6Z23X3Y3Z22X3Y2Z330X2Y4Z2X2Y3Z35XY6Z3XY5Z2XY4Z3X3YZ311X2Y3Z22X2Y2Z37XY4Z23XY3Z32X3YZ2130X2Y2Z25X2YZ319XY4Z7XY3Z215XY2Z32X3YZ25XY3Z53XY2Z233XYZ35X2YZ71XY2Z58XYZ228XYZX^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