matrix multiplication

Is there a way to multiply matrices in lesser than o(n^3) time complexity?

Comments

  1. It can be done through stassen's matrix multiplication which is O(n^2.807).

    ReplyDelete
  2. @kamakshi yes till now i have also come to the same conclusion..

    ReplyDelete

Post a Comment

Popular posts from this blog