coder3101 / Matrix-Calculator-for-Android

A Simple Yet, Highly Customisable Matrix Calculator
GNU General Public License v3.0
4 stars 6 forks source link

System of Linear Equations #16

Closed coder3101 closed 5 years ago

coder3101 commented 7 years ago

Make the Application find the Solution of System of Linear Equation up to 9 Variable at a time. Using Gauss Jordan or Gauss Elimination.

coder3101 commented 5 years ago

JamaMatrix.solveTranspose() Solves this Issue in this commit 4c60989