The nonhomogenous system Ax=b

  • Thread starter Bipolarity
  • Start date
  • Tags
    System
In summary, the invertible matrix equation tells us that A is invertible if and only if Ax=0 has only the trivial solution and Ax=b has a unique solution for any column vector b. If A is not invertible, Ax=b may have infinitely many solutions or no solution at all. To determine this, we can use row reduction to check if the augmented matrix [A | b] has a row of zeroes with a non-zero entry in the right-most column. If A is not invertible and Ax=b has a solution, then there are an infinite number of solutions. This is because the kernel of A, the set of all x such that Ax=0, is a subspace of dimension at least 1,
  • #1
Bipolarity
776
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
  • #2
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.
 
  • #3
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 [itex]x_0[/itex] be a non-zero vector such that [itex]Ax_0= 0[/itex]. If Ax= b has a solution, that is, if there exist [itex]x_1[/itex] such that [itex]Ax_1= b[/itex] then [itex]A(x_1+ x_0)= Ax_1+ Ax_0= b+ 0= b[/itex] so [itex]x= x_1+ x_0[/itex] 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.
 

1. What is a nonhomogenous system?

A nonhomogenous system is a system of linear equations where the right-hand side of at least one equation is not equal to zero. This means that the equations do not have a common solution and the system is not homogeneous.

2. How is a nonhomogenous system represented?

A nonhomogenous system can be represented in the form Ax=b, where A is a matrix of coefficients, x is a vector of variables, and b is a vector of constants. This form is also known as the standard form of a linear system.

3. How is a nonhomogenous system solved?

A nonhomogenous system is solved by using the same methods as a homogeneous system, such as Gaussian elimination or matrix inversion. However, an additional step is needed to find the particular solution, which is the solution to the system when all the variables are set to zero.

4. Can a nonhomogenous system have multiple solutions?

Yes, a nonhomogenous system can have infinitely many solutions or no solutions at all, depending on the specific values of the coefficients and constants. It is also possible for a nonhomogenous system to have a unique solution.

5. What is the significance of solving a nonhomogenous system?

Solving a nonhomogenous system is useful in various scientific and engineering fields, as it allows us to find the values of variables that satisfy a set of equations. This can help in modeling and understanding real-world phenomena, such as in physics, economics, and statistics.

Similar threads

  • Linear and Abstract Algebra
Replies
5
Views
864
  • Linear and Abstract Algebra
Replies
9
Views
4K
  • Linear and Abstract Algebra
Replies
4
Views
5K
  • Linear and Abstract Algebra
Replies
7
Views
821
  • Linear and Abstract Algebra
Replies
1
Views
857
  • Linear and Abstract Algebra
Replies
15
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
812
  • Linear and Abstract Algebra
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
1K
Replies
2
Views
1K
Back
Top