
You can now raise a matrix to a negative power and store the resulting matrixes from an operation with a scalar in another matrix
matrix calculator
A simple matrix calculator with a console interface
Build with "gcc -static *.c -o matrix-calculator.exe -Iinclude"
Description
Languages
C
100%