5. Write a c program to find out transport of a matrix.
6. Write a c program for scalar multiplication of matrix.
7. C program to find inverse of a matrix
8. Lower triangular matrix in c
9. Upper triangular matrix in c
10. Strassen's matrix multiplication program in c
11. C program to find determinant of a matrix
12. Big list of c program examples
6. Write a c program for scalar multiplication of matrix.
7. C program to find inverse of a matrix
8. Lower triangular matrix in c
9. Upper triangular matrix in c
10. Strassen's matrix multiplication program in c
11. C program to find determinant of a matrix
12. Big list of c program examples
6 comments:
thanxxxxxxxx
change the printf statement "upper triangular" this is for lower triangular
Not only the statement but also change the condition to i<j ........ not "i<=j" ..... Thank you for the programs .....
this programme dosn't give any output ,it shows 2 errors
lower triangular me zero
how to replace 0 by # in matrix?
Post a Comment