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:
actually what's the rule of strassen matrix?
I don't understand it's mathmatic prograssion.
thanx for this program
this program is implemented with 2x2 matrices. but how to implement mxn & pxq matrix multiplication???? please elp.
write the c code for n x n matrix
When Strassen suggested this algorithm, he never really gave a formal proof as to how he came up with it. All that is known is that the algorithm works and only for nxn matrices where n should be a power of 2.
plz write program of multiply of two square matrices using divide and coqour algorithm
Post a Comment