i want java code for multiplicaion of two matrices,so please write the complete code for my question thankyou.
multiplication of two matrices
Collapse
X
-
Read the posting guidelinesOriginally posted by matheeni want java code for multiplicaion of two matrices,so please write the complete code for my question thankyou. -
All you have to do is write a dot product method for a matrix row and column.Originally posted by matheeni want java code for multiplicaion of two matrices,so please write the complete code for my question thankyou.
btw, this was a free tip; if you want me to write the complete code I charge
Euro 200.00 per hour; this code would take += 15 minutes to complete; but
I'm not going to accept this little contract because people should at least
attempt to do their own homework.
kind regards,
JosComment
-
Hi,
Below is the code for the product of Two Matrices, you need to add conditions (as number of columns of First matrix should be equals to Number of Rows of Second Matrix) for this code and you can take the input from the keyboard also by InputStrem Reader of java.io package.
<code removed>
Please don't spoonfeed the OP with full code solutions. Also read the guidelines.
kind regards,
JosComment
Comment