Write a program in C to find the 3*3 matrix multiplication

Showing Answers 1 - 3 of 3 Answers

Check this out:

Code
  1. span style="color: #ff0000;">"enter the elements in A matrix:

  2. ""%d""enter b matrix:

  3. ""%d""

  4. ""multiplication matrix is:

  5. ""%d    ""

  6. ");

  7.         }

  Was this answer useful?  Yes

Neha

  • Mar 26th, 2018
 

Q~Program to perform matrix multiplication of 3×3 using strassens algorithm. Calculate total number of addition and multiplication operation while computing the matrix multiplication

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions