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

Algorithm type

12⁢X6⁢Y4⁢Z4+8⁢X⁢Y12⁢Z+8⁢X⁢Y⁢Z12+54⁢X5⁢Y4⁢Z4+126⁢X4⁢Y4⁢Z4+28⁢X2⁢Y8⁢Z2+28⁢X2⁢Y2⁢Z8+8⁢X⁢Y8⁢Z2+8⁢X⁢Y2⁢Z8+126⁢X6⁢Y2⁢Z2+56⁢X4⁢Y2⁢Z4+24⁢X2⁢Y6⁢Z2+24⁢X2⁢Y4⁢Z4+24⁢X2⁢Y2⁢Z6+16⁢X⁢Y8⁢Z+16⁢X⁢Y⁢Z8+8⁢X6⁢Y⁢Z2+36⁢X5⁢Y2⁢Z2+60⁢X3⁢Y4⁢Z2+16⁢X2⁢Y⁢Z6+112⁢X6⁢Y⁢Z+190⁢X4⁢Y2⁢Z2+4⁢X3⁢Y4⁢Z+4⁢X3⁢Y⁢Z4+96⁢X2⁢Y4⁢Z2+92⁢X2⁢Y2⁢Z4+8⁢X⁢Y4⁢Z3+8⁢X⁢Y3⁢Z4+8⁢X⁢Y⁢Z6+16⁢X2⁢Y3⁢Z2+32⁢X2⁢Y⁢Z4+16⁢X⁢Y4⁢Z2+24⁢X⁢Y2⁢Z4+84⁢X4⁢Y⁢Z+168⁢X3⁢Y2⁢Z+4⁢X3⁢Y⁢Z2+8⁢X2⁢Y3⁢Z+164⁢X2⁢Y2⁢Z2+8⁢X2⁢Y⁢Z3+28⁢X⁢Y4⁢Z+8⁢X⁢Y3⁢Z2+44⁢X⁢Y⁢Z4+4⁢X3⁢Y⁢Z+16⁢X2⁢Y2⁢Z+72⁢X2⁢Y⁢Z2+8⁢X⁢Y3⁢Z+24⁢X⁢Y2⁢Z2+8⁢X⁢Y⁢Z3+52⁢X2⁢Y⁢Z+64⁢X⁢Y2⁢Z+44⁢X⁢Y⁢Z2+28⁢X⁢Y⁢Z12X6Y4Z48XY12Z8XYZ1254X5Y4Z4126X4Y4Z428X2Y8Z228X2Y2Z88XY8Z28XY2Z8126X6Y2Z256X4Y2Z424X2Y6Z224X2Y4Z424X2Y2Z616XY8Z16XYZ88X6YZ236X5Y2Z260X3Y4Z216X2YZ6112X6YZ190X4Y2Z24X3Y4Z4X3YZ496X2Y4Z292X2Y2Z48XY4Z38XY3Z48XYZ616X2Y3Z232X2YZ416XY4Z224XY2Z484X4YZ168X3Y2Z4X3YZ28X2Y3Z164X2Y2Z28X2YZ328XY4Z8XY3Z244XYZ44X3YZ16X2Y2Z72X2YZ28XY3Z24XY2Z28XYZ352X2YZ64XY2Z44XYZ228XYZ12*X^6*Y^4*Z^4+8*X*Y^12*Z+8*X*Y*Z^12+54*X^5*Y^4*Z^4+126*X^4*Y^4*Z^4+28*X^2*Y^8*Z^2+28*X^2*Y^2*Z^8+8*X*Y^8*Z^2+8*X*Y^2*Z^8+126*X^6*Y^2*Z^2+56*X^4*Y^2*Z^4+24*X^2*Y^6*Z^2+24*X^2*Y^4*Z^4+24*X^2*Y^2*Z^6+16*X*Y^8*Z+16*X*Y*Z^8+8*X^6*Y*Z^2+36*X^5*Y^2*Z^2+60*X^3*Y^4*Z^2+16*X^2*Y*Z^6+112*X^6*Y*Z+190*X^4*Y^2*Z^2+4*X^3*Y^4*Z+4*X^3*Y*Z^4+96*X^2*Y^4*Z^2+92*X^2*Y^2*Z^4+8*X*Y^4*Z^3+8*X*Y^3*Z^4+8*X*Y*Z^6+16*X^2*Y^3*Z^2+32*X^2*Y*Z^4+16*X*Y^4*Z^2+24*X*Y^2*Z^4+84*X^4*Y*Z+168*X^3*Y^2*Z+4*X^3*Y*Z^2+8*X^2*Y^3*Z+164*X^2*Y^2*Z^2+8*X^2*Y*Z^3+28*X*Y^4*Z+8*X*Y^3*Z^2+44*X*Y*Z^4+4*X^3*Y*Z+16*X^2*Y^2*Z+72*X^2*Y*Z^2+8*X*Y^3*Z+24*X*Y^2*Z^2+8*X*Y*Z^3+52*X^2*Y*Z+64*X*Y^2*Z+44*X*Y*Z^2+28*X*Y*Z

Algorithm definition

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