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
3 comments:
your are printing lower triangular matrix and it is not full program....this is directly put 0 in matrix
sir
ther is an some problem because upper and lower triangular are both use the diagonal elements.
so thecondition should be if(i<=j && i==j) for lower triangular and if(i>=j && i==j) for upper triangular so that the diagonal elements must be shown....
charnjit,,b.c.a. 2nd year.
U R PRINTING LOWER TRIANGULAR MATRIX , GUYS THIS IS BIT WRONG PROGRAM,THERE R SOME FIXES ... ,ITS LOWER TRIANGULAR!
Post a Comment