Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Matrix multiplication problem with different dimensions

    Have you written it down showing the r,c for the input matrixes and the output matrixes to get the pattern for writing the loops?
    Something like this (I'm making up the indexes):
    0,0 = 0,0 * 0,0...
  2. Re: Matrix multiplication problem with different dimensions

    You need a definition for how to multiply different sized matrixes.
  3. Re: Matrix multiplication problem with different dimensions

    Do you have the algorithm for solving your problem?
    Once you get that, someone can help you code it in java.
Results 1 to 3 of 3