In this chapter, we shall deal with solutions of system of linear equations. We shall also introduce, row operations and how it helps in solving a system of linear equation. Row operations will be used as one of the tools for solving a system. Let us first define what do we mean by a sytem of linear equations.
Definition1.0.1.
A system of linear equations is a finite collection of linear equations. Consider a system of \(m\) linear equations in \(n\)-variables \(x_1,\ldots, x_n\text{.}\)
Here \(a_{ij}\in \R\) for \(1\leq i\leq m,1\leq j\leq n\) and \(b_i\in \R\) for \(1\leq i\leq m\text{.}\) The above system of linear equations can be represented in compact form using the summation notation as follows:
Next let us define, what is meaning of a solution and the solution set of the system of linear system of equations (1.0.1).
Definition1.0.2.
A solution of the system of linear equation is an \(n\)-tuple of the real numbers \((y_1, y_2, \cdots, y_n)\) such that \(x_i = y_i\) for each \(i = 1, 2, \ldots, n\) satisfies each of the \(m\)-equations. The set of all solutions of a system is called the solution set. It is a subset of \(\R^n\text{,}\) the Cartesian product of the set \(\R\) of real numbers \(n\)-times. If we denote it by \(S\subset \R^n\text{,}\) then
The matrix \(A\) is called the coefficient matrix, \(B\) is called the column matrix of constants or known terms and \(X\) is called the column matrix of the unknowns. All the essential data of the system can be gathered in one matrix by inserting the column matrix of the constants to the coefficient matrix as \(n+1\)-th column. This matrix is called the augmented or enlarged matrix of the system. Once we know the system, we can get the augmented matrix associated with the system and conversely once we know the augmented matrix, we know the system and start calculating the solutions.
The augmented matrix of the above system \(AX=B\) is given by
Two systems of linear equations are called equivalent if and only if they have the same set of solutions.
We will define some basic operations by which a system is transformed into an equivalent system.
Geometrically, solving a system of linear equations in two (or three) unknowns is equivalent to determining whether or not a family of lines (or planes) has a common point of intersection.
Remark1.0.4.
Let \(A\) be \(n\times n\) real matrix whose columns are \(a_1,\ldots, a_n\) and \(x=\begin{pmatrix}x_1\amp\cdots \amp x_n\end{pmatrix}^T\text{.}\) Then \(Ax=x_1a_1+x_2a_2+\cdots +a_nx_n\text{.}\) In particular, \(Ax\) is a linear combinations of column of \(A\text{.}\) Thus if \(\alpha=\begin{pmatrix}\alpha_1\amp\cdots \amp \alpha_n\end{pmatrix}^T\) is a solution of \(Ax=b\text{,}\) then \(b\) is linear combination of columns of \(A\text{.}\) For example,