Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Anyone else know how to do matrix multiplication? Trying to make sure I do enough error checking...
Right now I have this output...
First test passed. The number of rows in matrix two does equal the number of columns in matrix one.
The number of columns is the same in the following two rows in matrix 1. Rows 1 and 2.
The number of columns is the same in the following two rows in matrix 1. Rows 2 and 3.
Second test completed on matrix 1. There are an equal number of columns in every row.
The number of columns is the same in the following two rows in matrix 2. Rows 1 and 2.
The number of columns is the same in the following two rows in matrix 2. Rows 2 and 3.
Second test completed on matrix 2. There are an equal number of columns in every row.
Third test passed. All entries in matrix 1 are numeric.
Third test passed. All entries in matrix 2 are numeric.
I think I'm ready to multiply the corresponding entries and make the resulting matrix...Anyone think of anythingelse I need to check?
: smacks grim : bad thread hijacking. consider yourself warned either way, I'm almost done with my class(that's right biatches, i wrote a class) for matrix multiplication. will release within the next twenty four hours.. not that it was hard..i actually ended up cheating a bit..but shhh!