User profile: arperidot

User info
User name:arperidot
History
Joined:
Number of posts:3
Latest posts:

matrix multiplication and addition
thanks alot!!!! that along with rearranging my loop produced the desired output. this is what the fi...

matrix multiplication and addition
[code]void matrix_mult(double a[3][3], double *b, double *c, int rows) { int k, s, r; ...

matrix multiplication and addition
Develop a program which computes the current value of the vector {x} based on the following forward...

This user does not accept Private Messages

User: arperidot

  • Public profile