Search:

Type: Posts; User: mightyking

Search: Search took 0.18 seconds.

  1. Re: Matrix multiplication problem with different dimensions

    its like this:

    766

    sorry for the crappy image. You multiply the row of the first matrix by the column of the second.

    If the number of columns of the 1st matrix doesn't match the number of...
  2. Re: Matrix multiplication problem with different dimensions

    I know that in a matrix of n sides and n columns, n being the same number obviously, then the output for the class Product would be this:


    public void Product(int a[][], int b[][], int c[][])...
  3. Matrix multiplication problem with different dimensions

    Hi I'm trying to finish my program where I can either sum or multiply a matrix. The issue I'm having atm is that I can't figure out how to multiply them if I have 4 variables, 2 for the size in row...
Results 1 to 3 of 3