English

Fast Approximate Matrix Multiplication by Solving Linear Systems

Data Structures and Algorithms 2014-08-21 v2

Abstract

In this paper, we present novel deterministic algorithms for multiplying two n×nn \times n matrices approximately. Given two matrices A,BA,B we return a matrix CC' which is an \emph{approximation} to C=ABC = AB. We consider the notion of approximate matrix multiplication in which the objective is to make the Frobenius norm of the error matrix CCC-C' arbitrarily small. Our main contribution is to first reduce the matrix multiplication problem to solving a set of linear equations and then use standard techniques to find an approximate solution to that system in O~(n2)\tilde{O}(n^2) time. To the best of our knowledge this the first examination into designing quadratic time deterministic algorithms for approximate matrix multiplication which guarantee arbitrarily low \emph{absolute error} w.r.t. Frobenius norm.

Keywords

Cite

@article{arxiv.1408.4230,
  title  = {Fast Approximate Matrix Multiplication by Solving Linear Systems},
  author = {Shiva Manne and Manjish Pal},
  journal= {arXiv preprint arXiv:1408.4230},
  year   = {2014}
}
R2 v1 2026-06-22T05:33:00.701Z