Connecting Tech Pros Worldwide Forums | Help | Site Map

Matrix multiplication

Newbie
 
Join Date: Jul 2007
Posts: 2
#1: Jul 18 '07
hello all friends i need your help in matrix multiplication of order 3*3
kindly send me code.

sicarie's Avatar
Moderator
 
Join Date: Nov 2006
Location: USA
Posts: 3,929
#2: Jul 18 '07

re: Matrix multiplication


The experts on this site are more than happy to help you with your problems but nobody here will send you code. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

Then when you are ready post a new question in this thread.

MODERATOR
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#3: Jul 18 '07

re: Matrix multiplication


Quote:

Originally Posted by aligcu1

hello all friends i need your help in matrix multiplication of order 3*3
kindly send me code.

How would you do it using pencil and paper? The algorithm won't do it much
different. The core of your algorithm should be a row times a column dot product.

kind regards,

Jos

ps. that was a hint ;-)
Reply