The system of algebraic equations
\[
{\bf A} \, {\bf x} = {\bf b} ,
\]
where
A is a given matrix and
b is specified column vector, may have a unique solution
x, may have infinite many solutions, or may gave no solution at all.
Another convenient way, and one that is computationally different is to
type A\b, which is roughly the same as inv(A)*b. So if one wants to solve
the system of equations Ax=b, it is enough to type