Can a Singular Matrix Have a Unique Solution for Ax=b?

  • Context: Graduate 
  • Thread starter Thread starter Bipolarity
  • Start date Start date
  • Tags Tags
    System
Click For Summary
SUMMARY

A singular matrix A cannot have a unique solution for the equation Ax=b for every column vector b. The equivalence of statements regarding invertibility indicates that if A is singular, Ax=b either has no solutions or infinitely many solutions. To determine the nature of solutions, one can form the augmented matrix [A | b] and perform row reduction. If the last row contains non-zero entries, there are no solutions; if all entries are zero, there are infinitely many solutions.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically matrix theory.
  • Familiarity with the properties of invertible and singular matrices.
  • Knowledge of row reduction techniques for solving linear equations.
  • Basic understanding of linear manifolds and subspaces.
NEXT STEPS
  • Study the properties of singular matrices and their implications in linear algebra.
  • Learn about the row reduction method for solving systems of linear equations.
  • Explore the concept of linear manifolds and their relationship to kernels of matrices.
  • Investigate the geometric interpretation of solutions to linear equations in R^n.
USEFUL FOR

Students and professionals in mathematics, particularly those focusing on linear algebra, as well as educators teaching matrix theory and its applications in solving linear systems.

Bipolarity
Messages
773
Reaction score
2
The invertible matrix equation tells us that the following statements are equivalent, for any square matrix A:
1) A is invertible
2) Ax=0 has only the trivial solution
3) Ax=b has a unique solution for any column vector b

My question:
Suppose you know that A is a singular matrix. Then can you conclude that for every column vector b, either Ax=b has no solution or Ax=b has infinitely many solutions? Or is there a vector b for which Ax=b has a unique solution, despite the fact that A is singular?

Also, given that A is singular, how can you tell whether Ax=b has no solutions or has infinitely many solutions?

BiP
 
Physics news on Phys.org
If A is not invertible then it is not true that (Ax = b has a unique solution for any column vector b).
Negating that statement,
##\neg\left( \forall b \in \text{column vectors}, Ax = b \text{ has a unique solution } \right)##
gives
##\exists b \in \text{column vectors}, \neg \left( Ax = b \text{ has a unique solution } \right)##
i.e.
for at least one column vector b, Ax = b does not have a unique solution.

It doesn't say anything about any column vector b, and it also doesn't say whether "not a unique solution" means "no solution at all" or "infinitely many".

One way to check is to form the augmented matrix
$$[A | b] = \left[\begin{array}{ccc|c}
A_{11} & \cdots & A_{1n} & b_1 \\
\vdots & \ddots & \vdots & b_2 \\
A_{m1} & \cdots & A_{mn} & b_3
\end{array}\right].$$

If you row-reduce it, you will end up with one or more rows of zeroes at the bottom. If the corresponding entries in the right-most column are non-zero, there are no solutions; otherwise there are infinitely many.
 
If A is not invertible, then its "kernel", the set of all x such that Ax= 0, is non-trivial. It is a subspace of the domain of A with dimension at least 1. Let x_0 be a non-zero vector such that Ax_0= 0. If Ax= b has a solution, that is, if there exist x_1 such that Ax_1= b then A(x_1+ x_0)= Ax_1+ Ax_0= b+ 0= b so x= x_1+ x_0 is another vector such that Ax= b.

Do you know what a "linear manifold" is? In R2, a subspace is a line through the origin. A linear manifold is a line NOT through the origin. In R3 a two dimensional subpace is a plane through the origin. A two dimensional linear manifold is a plane NOT containing the origin. Given a linear manifold, we can take any vector v in it and show that the set {x- v| x in the linear manifold} is a subspace. We say that the linear manifold is "parallel"
to the kernel.

If A is not invertible, then its kernel, {x| Ax= 0}, is a subspace of dimension at least 1. And if Ax= b has at least one solution then {x|Ax= b} is a linear manifold of the same dimension as the kernel and "parallel" to it.

In particular, if A is not invertible and Ax= b has a solution then there are an infinite number of solutions.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K