Search:

Type: Posts; User: prico

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    6,192

    I understand how matrix multiplication works for...

    I understand how matrix multiplication works for me to do it on paper. I just don't know how to fix the function I have in my coding to display the appropriate results.
  2. Replies
    12
    Views
    6,192

    I didn't post on there at 1. I didn't post until...

    I didn't post on there at 1. I didn't post until after my class and my class is at 3. Come on cut me some slack. I'm not asking anyone to do it for me. I just want to fix it so that it will...
  3. Replies
    12
    Views
    6,192

    I got no replies that's why I posted here. The...

    I got no replies that's why I posted here. The more minds, the better.
  4. Replies
    12
    Views
    6,192

    By the way the error says that "subscripted...

    By the way the error says that "subscripted value is neither array nor pointer". Here is how I changed the code



    #include <stdio.h>

    /* Creates structure */
    typedef struct {
    int n;
    ...
  5. Replies
    12
    Views
    6,192

    I read them, but they don't help. I know I needed...

    I read them, but they don't help. I know I needed to stop casting, but I don't know how to fix my multiplyMatrix (n) so that it will multiply and print the resulting matrix.
  6. Replies
    12
    Views
    6,192

    Matrix multiplication

    I am trying to perfrom multiplication on matrices entered in a text file. First line in text file should be the size (matrices are going to be use size for row and column size). The remaining lines...
Results 1 to 6 of 6