Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karthikeyaspace/matrix-calc-c


https://github.com/karthikeyaspace/matrix-calc-c

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Matrix-Calc-c

A matrix calculator in C
1. check whether matrix is symmetrix or not
2. find determinant of matrix
3. find trace of matrix
4. add 2 matrices
5. multiply 2 matrices
6. square of a matrix
7. cube of a matrix
8. multiply matrix with a constant
9. find eigen values in a matrix