Description of fast matrix multiplication algorithm: ⟨4×12×13:422⟩

Algorithm type

6⁢X4⁢Y5⁢Z4+12⁢X4⁢Y4⁢Z4+16⁢X2⁢Y7⁢Z2+27⁢X2⁢Y6⁢Z2+X⁢Y8⁢Z+16⁢X2⁢Y5⁢Z2+17⁢X⁢Y7⁢Z+23⁢X2⁢Y4⁢Z2+19⁢X⁢Y6⁢Z+28⁢X2⁢Y3⁢Z2+24⁢X⁢Y5⁢Z+38⁢X2⁢Y2⁢Z2+22⁢X⁢Y4⁢Z+75⁢X⁢Y3⁢Z+36⁢X⁢Y2⁢Z+62⁢X⁢Y⁢Z6X4Y5Z412X4Y4Z416X2Y7Z227X2Y6Z2XY8Z16X2Y5Z217XY7Z23X2Y4Z219XY6Z28X2Y3Z224XY5Z38X2Y2Z222XY4Z75XY3Z36XY2Z62XYZ6*X^4*Y^5*Z^4+12*X^4*Y^4*Z^4+16*X^2*Y^7*Z^2+27*X^2*Y^6*Z^2+X*Y^8*Z+16*X^2*Y^5*Z^2+17*X*Y^7*Z+23*X^2*Y^4*Z^2+19*X*Y^6*Z+28*X^2*Y^3*Z^2+24*X*Y^5*Z+38*X^2*Y^2*Z^2+22*X*Y^4*Z+75*X*Y^3*Z+36*X*Y^2*Z+62*X*Y*Z

Algorithm definition

The algorithm ⟨4×12×13:422⟩ 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