Search:

Type: Posts; User: papated21

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,344

    Re: Adding two matrix together

    could you help me with writing the loops to do the calculations.
  2. Replies
    6
    Views
    3,344

    Re: Adding two matrix together

    Do you know how I could write a matrix multiplication method
  3. Replies
    6
    Views
    3,344

    Re: Adding two matrix together

    How do I test to see if the matrices are the same size.
  4. Replies
    6
    Views
    3,344

    Adding two matrix together

    This is all I could come up with and I can't figure out how to get them to add up together.


    public class UtilityMatrix {

    public static int[][] addMatrix(int[][] a, int[][] b) {
    int[][] c...
Results 1 to 4 of 4