0
Does anyone here already done something like a calculator solving matrices using a visual studio desktop application?
3 odpowiedzi
0
what do you mean by "solving matrices"
0
you mean perform operation on matrices? I made a library with a matrix class, which you can add/multiply to other matrixes, or do stuff like finding determinator or minor/cofactor matrix. Actualy i have a java code here just for finding determinant of the input matrix
https://code.sololearn.com/cmMr4vKt0koR/?ref=app
0
yes, solving matrices