Friday, 12 June 2015

Q35,paper3,d13 Let A and B be two n ×n matrices. The efficient algorithm to multiply the two matrices has the time complexity



(A) O(n3)
(B) O(n2.81)
(C) O(n2.67)
 (D) O(n2)
                    
Answer B.

Strassen matrix multiplication complexity is O(n2.8074)

No comments:

Post a Comment

Note: only a member of this blog may post a comment.