Matrix Multiplication

Think about the matrix multiplication problem. It is defined as A(mxn) X B(nxp) = C(mxp). This requires O(nxmxp) number of additions and multiplications. My question is is it somehow possible to have an approximate resultant matrix with lesser number of operations? I mean the resultant matrix C need not be an exact one; elements of C may vary slightly from actual element. Can you work with this?

wrong question Can be solved less data none of the above

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Girish Ramnani
Apr 30, 2014

strassen's alogorithm does the process in O(<math>n^2.81</math>)

yeah I know..........

Shaksham Kapoor - 7 years, 1 month ago
Shaksham Kapoor
Apr 28, 2014

Can be solved with the help of Strassen algorithm or coppersmith - wingord algorithm...........If anyone finds any solution please post...........It's urgent.......

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...