Jump to content

Ax = b question


Recommended Posts

Question:

Show that [math] {Ax = v_{0}}[/math] has no solution.

 

I know [math] v_{0}[/math] is an eigenvector of A with eigenvalue 0, and the other eigenvectors do not have 0 eigenvalues.

 

So,

 

[math] {Av_0= \lambda_{0} v_{0}}[/math]

 

[math] {Av_0= 0 v_{0}}[/math]

 

[math] {Av_0= 0}[/math]

 

So [math] {v_0}[/math] "is" the null space of A (since no other eigenvectors have eigenvalues of 0).

 

So the question is asking me to prove there is no vector that when operated on by A gets to the null space.

 

I can't think of how to prove this though, apart from saying "A operating on x can only give a vector that is 0 or in the column space"

Link to comment
Share on other sites

In [math]\mathbb R^N[/math] multiplying with [math]v_0^t[/math] (the transpose) from the left should constitute a proof. I currently can't think of a more general solution, despite that intuitively it is clear that a matrix that kills the [math]v_0[/math] component from a vector will not have [math]v_0[/math] as a result when operated on any vector.

Link to comment
Share on other sites

  • 2 weeks later...

The matrix A in question has an eigenvalue of zero and hence is not invertible. Since [math] Av_0 = 0 [/math] (as given in the text) you immediately get [math] AAv_0 = A0 = 0 [/math] for [math]v_0 \neq 0 [/math].

Edited by timo
tyop
Link to comment
Share on other sites

  • 10 years later...

OK, it's been ages since you posted this, but I couldn't resist. I'm just refreshing my linear algebra.

On 3/18/2010 at 8:29 PM, ed84c said:

I know v0 is an eigenvector of A with eigenvalue 0, and the other eigenvectors do not have 0 eigenvalues.

Then I can pick a basis in which,

\[A=\left(\begin{array}{ccccc} a_{1} & 0 & \cdots & 0 & 0\\ 0 & a_{2} & \cdots & 0 & 0\\ \vdots & \vdots & \ddots & \vdots & \vdots\\ 0 & 0 & \cdots & a_{n-1} & 0\\ 0 & 0 & \cdots & 0 & 0 \end{array}\right)\]

And, without loss of generality,

\[v_{0}=\left(\begin{array}{c} 0\\ 0\\ \vdots\\ 0\\ 1 \end{array}\right)\]

Generic n-vector:

\[x=\left(\begin{array}{c} x_{1}\\ x_{2}\\ \vdots\\ x_{n-1}\\ x_{n} \end{array}\right)\]

Eqs. render as,

\[a_{1}x_{1}=0\]

\[a_{2}x_{2}=0\]

\[\vdots\]

\[a_{n-1}x_{n-1}=0\]

\[0x_{n}=1\]

So no solution for xn.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.