Solutions of Ax = b (for singular A)

  • Thread starter monea83
  • Start date
In summary, the solution set for a system of linear equations, Ax = b, with a square matrix, A, can be unique if the determinant of A is not equal to zero. However, if b is equal to zero, the system can be solved using SVD. For singular A and non-zero b, the solution set can be characterized by determining if b is in the subspace of Rn that A maps to. This can be done using row reduction of A augmented by adding b as a last column. If a solution exists, it is not unique and can be found by adding any non-zero vector in the kernel of A to a known solution. Gaussian elimination can be used to determine if a solution exists.
  • #1
monea83
20
0
A system of linear equations, Ax = b (with A a square matrix), has a unique solution iff [tex]det(A) \ne 0[/tex]. If b = 0, the system is homogeneous and can be solved using SVD (which gives the null space of A).

Now, how can the solution set be characterized for singular A and [tex]b \ne 0[/tex]? If a single solution [tex]s[/tex] is known, [tex]s + v[/tex] is also a solution for all [tex]v[/tex] from the null space of A... but how is it possible to determine whether such an [tex]s[/tex] exists at all, and if so, find it?
 
Physics news on Phys.org
  • #2
Gaussian elimination can be employed to determine whether a solution exists.
 
  • #3
A singular matrix, A, will map Rn into a proper subspace of Rn. There will exist x such that Ax= b if and only if b is in that subspace. What that subspace is, and whether or not b is in it, can be determined by row reduction of A augmented by adding b as a last column. Any row that reduces to "all 0s" in the first n columns (and, since A is singuar, there will be at least one such) must also have a "0" in the last column in order that Ax= b have a solution.

Of course, if a solution exists, it is not unique. Adding any non-zero vector in the kernel of A (which is non-trivial for A singular) to a solution will give another solution.
 
Last edited by a moderator:

FAQ: Solutions of Ax = b (for singular A)

What does it mean for a matrix to be singular in the context of Ax = b?

A matrix is considered singular if it does not have an inverse. In the context of Ax = b, this means that the system of equations does not have a unique solution or may not have a solution at all.

How can we tell if a matrix is singular?

One way to determine if a matrix is singular is to calculate its determinant. If the determinant is equal to 0, the matrix is singular. Another way is to check if the matrix has linearly dependent rows or columns.

Can a singular matrix still have a solution for Ax = b?

Yes, a singular matrix can still have a solution for Ax = b. However, the solution will not be unique and there may be infinitely many solutions or no solution at all, depending on the specific matrix and vector b.

How do we solve a system of equations with a singular matrix?

To solve a system of equations with a singular matrix, we can use methods such as Gaussian elimination or LU decomposition. These methods involve manipulating the matrix to reduce it to an upper or lower triangular form, which can then be used to find a solution.

Can a singular matrix be made non-singular?

Yes, a singular matrix can be made non-singular by performing row operations to change the matrix into an upper or lower triangular form. This process is known as matrix row reduction and can be done using methods such as Gaussian elimination.

Similar threads

Replies
14
Views
2K
Replies
1
Views
1K
Replies
4
Views
6K
Replies
4
Views
2K
Replies
9
Views
2K
Replies
3
Views
1K
Replies
7
Views
1K
Replies
9
Views
4K
Replies
2
Views
2K
Back
Top