Select Page

​

A system of linear equations consists of multiple equations involving the same set of variables. The solutions to the system are the values of the variables that satisfy all the equations simultaneously. There are different methods to solve such systems, including substitution, elimination, and matrix methods like Gauss-Jordan elimination or matrix inversion.

For example, consider the following system of linear equations:

We can solve this system by using the substitution method:

  1. Solve one of the equations for one variable in terms of the other variable.
  2. Substitute this expression into the other equation.
  3. Solve the resulting equation for the remaining variable.
  4. Use the solution found to substitute back and find the value of the other variable.

Let’s solve this system step by step:

  1. From the second equation, we can express
    in terms of

     

    :=4−3  y=4x−3

  2. Substitute this expression for
    into the first equation:
  3. Solve for
    : 14x=19=1914

     

     x=1419​

  4. Substitute the value of back into one of the original equations to find y. Let’s use the second equation:

    4(1914)−y=3

     4(1419​)−y=3

    7614−y=3

     1476​−y=3

    7614−3=y

     1476​−3=y

    y=7614−4214

     y=1476​−1442​

    y=3414

     y=1434​

    y=177

     y=717​

So, the solution to the system of equations is x
=1914

and

x=177

.