monea83
- 20
- 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?
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?