Volker Strassen is a German mathematician and computer scientist, known particularly for his contributions to the fields of algorithms, numerical analysis, and matrix multiplication. He is noteworthy for developing Strassen's algorithm, which was the first algorithm to multiply two matrices faster than the conventional \(O(n^3)\) time complexity. Strassen's algorithm has a time complexity of approximately \(O(n^{2.81})\), representing a significant improvement for matrix multiplication.
Articles by others on the same topic
There are currently no matching articles.