Skip to content

Releases: Shashank-R87/Linear-System-Solver

Linear-Systems-Solver

06 Jan 18:00
8726ff5

Choose a tag to compare

Solves any linear system that you throw at it

  1. Takes number of unknowns.
  2. Creates a square matrix.
  3. User enter the values.
  4. Request is sent to web api.
  5. Users get their solution.

Disclaimer

  1. Only works when connected to the internet (obviously because it send's request to web api, even a weak connection works).
  2. Row Reduced Echelon Form of the matrix is displayed for Infinitely Many Solution & No Solution.