"Vinay V.Kulkarni" wrote:
> 
> Please find the corrections for the previous mail:
> 
> for (i=0; i<3; i++)
And what about the line below ...
        - for(j=0; j<3; j++);{
        + for(j=0; j<3; j++){
is this correct ...
> 
> -       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]

-- 
Mohammed Illyas Mansoor (Research Engineer.)
(Office)Center For Development of Telematics.   |(Res)No 25, 11th cross,
71/1 Millers's Road,                            |B. K. Nagar, Yeshwanthpur,
Bangalore-560052.Ph:+91-080-2282915          
|Bangalore-560022.+91-080-3476595
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to