Linear equations¶
System of linear equations
Let \(a_{i,j},b_i\in F\) be constants where \(i=1,2,\dots,m,j=1,2,\dots,n\). The equations of the form
is called a system of linear equations.
It is clear that we can write it as \(Ax=b\) where \(x,b\in F^m,A\in\text{M}_{m\times n}(F)\) and \(A_{i,j}=a_{i,j}\).
Consistency
A system of linear equations \(Ax=b\) is said to be consistent if there is \(x_0\in F^m\) such that \(Ax_0=b\). It is said to be inconsistent if it is not consistent.
Augmented matrix
Let \(A\in\text{M}_{m\times n}(F),B\in\text{M}_{m\times p}(F)\) where \(F\) is a field. The augmented matrix of \(A\) and \(B\), denoted by \([\,A\,|\,B\,]\) is a \(m\times (n+p)\) matrix that
We also say that \(A\) is augmented with \(B\) or \(B\) augments with \(A\) in this case.