Please find the corrections for the previous mail:

for (i=0; i<3; i++)
    for(j=0; j<3; j++);{

-       array3[i,j]=0;
+       array3[i][j]=0;

        for (k=0; k<2; k++)

-           array[i][j] = array1[i][k] * array2[k][j]; 
+           array[i][j] = array3[i][j] + array1[i][k] * array2[k][j];
    }


Cheers,
-Vinay.



-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to