Solutions of Ax = b (for singular A)

  • Context: Graduate 
  • Thread starter Thread starter monea83
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on solving the linear equation system Ax = b, where A is a singular square matrix. A unique solution exists if and only if det(A) ≠ 0. For singular A with b ≠ 0, solutions can be characterized by determining if b lies within the subspace mapped by A. Gaussian elimination is essential for this process, as it reveals whether a solution exists by examining the augmented matrix [A|b]. If the row reduction results in a row of zeros in the first n columns, the corresponding entry in the last column must also be zero for a solution to exist.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically matrix theory.
  • Familiarity with Gaussian elimination techniques.
  • Knowledge of singular matrices and their properties.
  • Basic understanding of the null space and kernel of a matrix.
NEXT STEPS
  • Study the Singular Value Decomposition (SVD) method for solving homogeneous systems.
  • Learn about the implications of the rank-nullity theorem in relation to singular matrices.
  • Explore advanced techniques in row reduction for augmented matrices.
  • Investigate the geometric interpretation of linear transformations and their subspaces.
USEFUL FOR

Mathematicians, engineering students, data scientists, and anyone involved in solving linear equations or studying matrix theory will benefit from this discussion.

monea83
Messages
20
Reaction score
0
A system of linear equations, Ax = b (with A a square matrix), has a unique solution iff det(A) \ne 0. 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 b \ne 0? If a single solution s is known, s + v is also a solution for all v from the null space of A... but how is it possible to determine whether such an s exists at all, and if so, find it?
 
Physics news on Phys.org
Gaussian elimination can be employed to determine whether a solution exists.
 
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:

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K