Search:

Type: Posts; User: qny

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,840

    Your matrix multiplication code doesn't appear...

    Your matrix multiplication code doesn't appear correct.
    Notice that the multiplication of a matrix and its transpose is a square matrix.
  2. Replies
    14
    Views
    1,840

    Nice going with the multiplication. Care to show...

    Nice going with the multiplication.
    Care to show your code?

    The right part of the code to include a call to the exit() function is inside the input loop.
    You need an if there too.
  3. Replies
    14
    Views
    1,840

    The function exit() has its prototype in...

    The function exit() has its prototype in <stdlib.h>. You need to include that system header.

    And you might want to review how to multiply matrixes (Wikipedia has a nice article) rather than...
Results 1 to 3 of 3