Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikeyaspace/matrix-calc-c
https://github.com/karthikeyaspace/matrix-calc-c
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthikeyaspace/matrix-calc-c
- Owner: karthikeyaspace
- Created: 2023-08-24T14:17:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T12:35:43.000Z (8 months ago)
- Last Synced: 2024-05-02T08:08:50.244Z (8 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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