Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Desperately... Matrices!!!

Status
Not open for further replies.

stalliondreamz

Programmer
Aug 5, 2004
2
US
i will be greatful if someone could help me.

You are required to write a program in C to perform the matrix multiplication. Given two integer matrices A and B, calculate the resulting matrix C by the following formula:

C (i, j) = summation from 1 to n of ( A(i, k) * B (k, j))


Appreciate it guys..
Thanks,
Stallion
 
Have you ever read this forum rules about school homeworks?
Try to start your work then we can help you...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top