Releases: Shashank-R87/Linear-System-Solver
Releases · Shashank-R87/Linear-System-Solver
Linear-Systems-Solver
Solves any linear system that you throw at it
- Takes number of unknowns.
- Creates a square matrix.
- User enter the values.
- Request is sent to web api.
- Users get their solution.
Disclaimer
- Only works when connected to the internet (obviously because it send's request to web api, even a weak connection works).
- Row Reduced Echelon Form of the matrix is displayed for Infinitely Many Solution & No Solution.