A vector
is a solution of the linear system of equations if
holds. Whether and how many solutions a system of equations has varies. For linear systems of equations over an infinite body three cases can occur: 
- The linear system of equations has no solution, i.e. the solution set is the empty set.
- The linear system of equations has exactly one solution, i.e. the solution set contains exactly one element.
- The linear system of equations has infinitely many solutions. In this case, the solution set contains an infinite number of n-tuples that satisfy all equations of the system.
Over a finite body, the number of solutions is a power of the thickness of
.
Examples of solvability with geometric interpretation (intersection of two straight lines in the plane)
The two equations of the linear system of equations are each interpreted as the normal form of a straight line equation in the plane.

The two equations of the straight line are:
and
.
The two normal vectors are not collinear, so the two straight lines are neither parallel nor identical and therefore intersect at a point.
The intersection
means that the solutions are
and
solution set is
.

The corresponding straight line equations are
and
.
The normal vectors are collinear. Since the two straight lines are not identical, they are parallel.
There are therefore no intersection points and therefore no solution. The solution set is empty:
.
- An infinite number of solutions:

The two equations of the straight line are:
and
.
The normal vectors are collinear, the two straight lines are identical.
There are therefore infinitely many intersections and thus also infinitely many solutions. The solution set is
.
Corresponding considerations can also be applied to planes in space or hyperplanes in n-dimensional vector space.
Solvability criteria
A linear system of equations is solvable if the rank of the coefficient matrix is
equal to the rank of the extended coefficient matrix
(Kronecker-Capelli theorem). If the rank of the coefficient matrix is equal to the rank of the extended coefficient matrix and also equal to the number of unknowns, the system of equations has exactly one solution.
For a quadratic system of equations, i.e. in the case
(see below), the determinant provides information about the solvability. The system of equations is uniquely solvable exactly when the value of the determinant of the coefficient matrix is not equal to zero. However, if the value is equal to zero, the solvability depends on the values of the secondary determinants. For these, one column of the coefficient matrix is replaced by the column of the right-hand side (the vector
). Only if all secondary determinants have the value zero can the system have an infinite number of solutions, otherwise the system of equations is unsolvable.
In particular, systems of equations with more equations than unknowns, so-called overdetermined systems of equations, often have no solution. For example, the following system of equations has no solution because
cannot satisfy both equations:

Approximate solutions of overdetermined equation systems are then usually defined and determined via the balancing calculation.
That a linear system of equations has infinitely many solutions can only occur if there are fewer linearly independent equations as unknowns and the underlying body
contains infinitely many elements. For example, the following system of equations (consisting of only one equation) has infinitely many solutions, namely all vectors with 

Solution set
The solution set of a linear system of equations consists of all vectors
for which
is satisfied:

If there is a homogeneous linear system of equations, its solution set
forms a subvector space of
Thus the superposition property holds, according to which for one or more solutions
also their linear combinations
(with any α
) are solutions of the system of equations. The solution set is therefore also called the solution space and is identical to the kernel of the matrix
If
denotes the rank of the matrix
then according to the rank theorem the dimension of the solution space is equal to the defect
the matrix 
If the solution set of an inhomogeneous linear system of equations is non-empty, then it is an affine subspace of
It then has the form
where
is the solution space of the associated homogeneous system of equations and
any solution of the inhomogeneous system of equations. Consequently, an inhomogeneous system of equations is uniquely solvable exactly when the zero vector is the only solution ("trivial solution") of the homogeneous system of equations. In particular, either
or
with 
The solution set of a linear system of equations does not change when one of the three elementary row transformations is performed:
- Swap two lines
- Multiplying a row by a non-zero number
- Adding a row (or the multiple of a row) to another row
The solution set of a quadratic linear system of equations does not change even if the system of equations is multiplied by a regular matrix.
Determination via the extended coefficient matrix
The form of the solution set can basically be determined with the help of the extended coefficient matrix by putting it into step form with the help of elementary row transformations (see Gaussian method):

In order to always obtain exactly this form, one must sometimes also carry out column swaps. Column swaps change the order of the variables, which must be taken into account at the end. Furthermore, it is also assumed here that the coefficients
not zero.
The number of solutions can then be read from the 
- If at least one of the
non-zero, there is no solution. - If all are
equal to zero (or
), then holds: - If
then the system of equations is uniquely solvable. - If
there are infinitely many solutions. The solution space has the dimension
.
By further elementary row transformations (see Gauss-Jordan method) the matrix can be brought into the following form:

If there is a solution at all (
), the solution set
:

Here
is the vector of free variables.