Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Matrix inverse
no vote
This is a small .cs file to work with matrix: get inverted matrix (^-1). To inverse matrix call InvertMatrix(double[][] A) There some additional functions like Multiply and Transpose. It's not a Matrix class, it's just a class with static functions to work with standart matrices.
Iworb
2016-08-23
1
1
No more~