In mathematics, a system of linear equations (or linear system) is a collection of one or more linear equations involving the same set of variables. For example, a system with two variables has the following general form:
\begin{align} \left\{\begin{matrix} a_{1}x+b_{1}y&=c_{1},\\ a_{2}x+b_{2}y&=c_{2}. \end{matrix}\right. \end{align}
where,
x,yā variables, unknowns;
a1, a2, b1, b2, c1, c2 ā coefficients of the system, constants.
For solving systems of linear equations, the equations must be converted to a general form and then solved by an appropriate technique.
The simplest method for solving a system of linear equations with two variables can be described as follows:
Ex 1.
\begin{align} \left\{\begin{matrix} 3x-7y =16,\\ x-5y =0. \end{matrix}\right. \\ \\ 3\times 5y-7y = 16 \Rightarrow y &= 2 \\ x-5 \times 2 = 0 \Rightarrow x &= 10 \end{align}
Solving system of linear equations with the addition method:
Ex 2.
\begin{align} \left\{\begin{matrix} 3x-7y =16\\ x-5y =0 \end{matrix}\right| \begin{matrix} \\ \times (-3) \end{matrix} \\ \\ 3x-3x-7y+15y = 16+0 \Rightarrow y &= 2 \\ x-5 \times 2 = 0 \Rightarrow x &= 10 \end{align}