iconLogo
Published:2025/12/26 10:58:54

行列計算爆速化!計算時間短縮でIT業界をアゲる!🎉

超要約: 3x3行列計算を神速にする方法を発見!ITをさらに加速させるよ✨


🌟 ギャル的キラキラポイント✨ ● 加算回数(足し算とか引き算の回数)を過去最高に減らしたの!天才!😍 ● ハードウェアとかソフトを選ばない、最強の互換性があるんだって!😎 ● AIとか画像処理が爆速になるから、未来がマジ卍💖


続きは「らくらく論文」アプリで

A 58-Addition, Rank-23 Scheme for General 3x3 Matrix Multiplication

A. I. Perminov

This paper presents a new state-of-the-art algorithm for exact $3\times3$ matrix multiplication over general non-commutative rings, achieving a rank-23 scheme with only 58 scalar additions. This improves the previous best additive complexity of 60 additions without a change of basis. The result was discovered through an automated search combining ternary-restricted flip-graph exploration with greedy intersection reduction for common subexpression elimination. The resulting scheme uses only coefficients from $\{-1, 0, 1\}$, ensuring both efficiency and portability across arbitrary fields. The total scalar operation count is reduced from 83 to 81.

cs / cs.DS