Description of fast matrix multiplication algorithm: ⟨14×14×16:1931⟩

Algorithm type

2X4Y8Z8+6X4Y7Z6+9X4Y8Z4+6X4Y6Z6+X4Y4Z8+9X4Y7Z4+X4Y8Z2+23X4Y6Z4+19X4Y4Z6+2X2Y8Z4+7X2Y4Z8+3X4Y7Z2+18X4Y5Z4+6X2Y8Z3+2X2Y3Z8+3X4Y6Z2+52X4Y4Z4+24X2Y8Z2+6X2Y7Z3+12X2Y4Z6+6X2Y2Z8+6X4Y5Z2+X2Y8Z+68X2Y7Z2+12X2Y6Z3+18X2Y3Z6+18X4Y4Z2+6X2Y7Z+77X2Y6Z2+8X2Y4Z4+36X2Y2Z6+3XY8Z+7X4Y3Z2+12X2Y6Z+29X2Y5Z2+X2Y4Z3+17X2Y3Z4+10XY7Z+9XY4Z4+4X4Y2Z2+6X2Y5Z+85X2Y4Z2+6X2Y3Z3+52X2Y2Z4+7XY6Z+30XY4Z3+4XY3Z4+40X2Y4Z+70X2Y3Z2+24X2Y2Z3+2X2YZ4+5XY5Z+31XY4Z2+24XY3Z3+XY2Z4+18X2Y3Z+166X2Y2Z2+2X2YZ3+112XY4Z+58XY3Z2+9XY2Z3+19XYZ4+47X2Y2Z+80XY3Z+36XY2Z2+63XYZ3+35X2YZ+84XY2Z+74XYZ2+182XYZ2X4Y8Z86X4Y7Z69X4Y8Z46X4Y6Z6X4Y4Z89X4Y7Z4X4Y8Z223X4Y6Z419X4Y4Z62X2Y8Z47X2Y4Z83X4Y7Z218X4Y5Z46X2Y8Z32X2Y3Z83X4Y6Z252X4Y4Z424X2Y8Z26X2Y7Z312X2Y4Z66X2Y2Z86X4Y5Z2X2Y8Z68X2Y7Z212X2Y6Z318X2Y3Z618X4Y4Z26X2Y7Z77X2Y6Z28X2Y4Z436X2Y2Z63XY8Z7X4Y3Z212X2Y6Z29X2Y5Z2X2Y4Z317X2Y3Z410XY7Z9XY4Z44X4Y2Z26X2Y5Z85X2Y4Z26X2Y3Z352X2Y2Z47XY6Z30XY4Z34XY3Z440X2Y4Z70X2Y3Z224X2Y2Z32X2YZ45XY5Z31XY4Z224XY3Z3XY2Z418X2Y3Z166X2Y2Z22X2YZ3112XY4Z58XY3Z29XY2Z319XYZ447X2Y2Z80XY3Z36XY2Z263XYZ335X2YZ84XY2Z74XYZ2182XYZ2*X^4*Y^8*Z^8+6*X^4*Y^7*Z^6+9*X^4*Y^8*Z^4+6*X^4*Y^6*Z^6+X^4*Y^4*Z^8+9*X^4*Y^7*Z^4+X^4*Y^8*Z^2+23*X^4*Y^6*Z^4+19*X^4*Y^4*Z^6+2*X^2*Y^8*Z^4+7*X^2*Y^4*Z^8+3*X^4*Y^7*Z^2+18*X^4*Y^5*Z^4+6*X^2*Y^8*Z^3+2*X^2*Y^3*Z^8+3*X^4*Y^6*Z^2+52*X^4*Y^4*Z^4+24*X^2*Y^8*Z^2+6*X^2*Y^7*Z^3+12*X^2*Y^4*Z^6+6*X^2*Y^2*Z^8+6*X^4*Y^5*Z^2+X^2*Y^8*Z+68*X^2*Y^7*Z^2+12*X^2*Y^6*Z^3+18*X^2*Y^3*Z^6+18*X^4*Y^4*Z^2+6*X^2*Y^7*Z+77*X^2*Y^6*Z^2+8*X^2*Y^4*Z^4+36*X^2*Y^2*Z^6+3*X*Y^8*Z+7*X^4*Y^3*Z^2+12*X^2*Y^6*Z+29*X^2*Y^5*Z^2+X^2*Y^4*Z^3+17*X^2*Y^3*Z^4+10*X*Y^7*Z+9*X*Y^4*Z^4+4*X^4*Y^2*Z^2+6*X^2*Y^5*Z+85*X^2*Y^4*Z^2+6*X^2*Y^3*Z^3+52*X^2*Y^2*Z^4+7*X*Y^6*Z+30*X*Y^4*Z^3+4*X*Y^3*Z^4+40*X^2*Y^4*Z+70*X^2*Y^3*Z^2+24*X^2*Y^2*Z^3+2*X^2*Y*Z^4+5*X*Y^5*Z+31*X*Y^4*Z^2+24*X*Y^3*Z^3+X*Y^2*Z^4+18*X^2*Y^3*Z+166*X^2*Y^2*Z^2+2*X^2*Y*Z^3+112*X*Y^4*Z+58*X*Y^3*Z^2+9*X*Y^2*Z^3+19*X*Y*Z^4+47*X^2*Y^2*Z+80*X*Y^3*Z+36*X*Y^2*Z^2+63*X*Y*Z^3+35*X^2*Y*Z+84*X*Y^2*Z+74*X*Y*Z^2+182*X*Y*Z

Algorithm definition

The algorithm ⟨14×14×16:1931⟩ 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