Solves linear equations using Gaussian elimination
Example input for the system:
2x + y - z = 8
-3x - y + 2z = -11
-2x + y + 2z = -3
you would enter:
N = 3
Row 1: 2 1 -1 8
Row 2: -3 -1 2 -11
Row 3: -2 1 2 -3
General Linear Equations Solver
General Linear Equations Solver
- Attachments
-
- solver.zip
- (989 Bytes) Downloaded 3 times
Who is online
Users browsing this forum: No registered users and 1 guest