General Linear Equations Solver

Small examples in C that demonstrate C language principles and how to use the standard libraries.
Post Reply
yossik32
Posts: 70
Joined: Fri Jan 30, 2026 1:40 pm
Contact:

General Linear Equations Solver

Post by yossik32 »

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
Attachments
solver.zip
(989 Bytes) Downloaded 3 times
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest