Does anyone here already done something like a calculator solving matrices using a visual studio desktop application? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Does anyone here already done something like a calculator solving matrices using a visual studio desktop application?

15th Sep 2018, 7:11 PM
CL X RC
3 Réponses
0
what do you mean by "solving matrices"
15th Sep 2018, 7:46 PM
hinanawi
hinanawi - avatar
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
15th Sep 2018, 8:20 PM
Data
Data - avatar
0
yes, solving matrices
16th Sep 2018, 10:12 AM
CL X RC