Kernal and Range (share zero vector?)

In summary: Let's back up. A matrix A with m rows and n columns represents a function from R^n to R^m. The kernel of that function is a subspace of R^n and the range is a subspace of R^m. If m = n, then the kernel and range are both subspaces of R^n so they could intersect in the zero vector. If m < n, then the range is a subspace of R^m which is a proper subspace of R^n so it is impossible for it to contain all of R^n. The range and kernel cannot have anything in common other than 0. If m > n, then the kernel is a subspace of R^n which
  • #1
Mindscrape
1,861
1
True of false: If A is a square matrix, ker A [tex] \cap[/tex] rng A = {0}.

Now it seems to be like this would be false because if the kernel, aka nullspace, is zero then the matrix will have a non-zero range. Also, the range and kernel have dimensions in different spaces, and they will not have the same bases. I can see how this would work for a function, for example f(x)= x^2 = 0, and then show that f(1) =/= 0.

I think it ultimately comes down to showing that:

Ax = 0
Ax = b = x

Am I on the right track?
 
Physics news on Phys.org
  • #2
Mindscrape said:
True of false: If A is a square matrix, ker A [tex] \cap[/tex] rng A = {0}.

Now it seems to be like this would be false because if the kernel, aka nullspace, is zero then the matrix will have a non-zero range.
Look at the definition of kernel and range, i.e. look at what it means for something to be in the kernel and what it means to for something to be in the range. Show that 0 satisfies both these definitions, i.e. that it is in both the kernel and range. The equation A(0) = 0 proves both things actually
Also, the range and kernel have dimensions in different spaces, and they will not have the same bases.
No, they have the same dimensions, because A is a square matrix. The range and kernel are thus in the same space, and can be given the same basis.
I can see how this would work for a function, for example f(x)= x^2 = 0, and then show that f(1) =/= 0.
What's the relevance of showing f(1) is not 0? And how is f(x) = x2 = 0 a function?
I think it ultimately comes down to showing that:

Ax = 0
Ax = b = x
This doesn't even mean anything.
 
  • #3
The range and kernel can't 'be given the same basis', AKG. I don't even know what that means: suppose they intersect trivially, what would it mean to give them the same basis now?As for the OP.

You're supposed to think of A as a linear map from V to V. If you didn't it wouldn't even begin to make sense to ask what the intersection of ker and the range are.

It is very easy to show by example this is false. A can be taken to be 2x2. Just think what it means for something in the range to also be in the kernel. And if that doesn't work, arbitarilty pick a basis, e and f. Suppose that f spans in the kernel (if the kernel weren't 1-dimensional the range and kernel must intersect in 0 - do you see why). Now what can we do?
 
  • #4
I think AKG just mis-spoke. He was responding to Mindscrape's " the range and kernel have dimensions in different spaces". I'm not sure what is meant by "have dimensions in different spaces" but perhaps Mindsrape was thinking that if L: U--> V then the kernel is a subspace of U and the range (image) is a subspace of V. Since they are in different spaces, they cannot have any vectors in common! Of course, here, L is represented by an n by n matrix so it is really from Rn to Rn. Those are the same and the kernel and image are both in Rn and could, theoretically, have vectors in common. They do NOT necessarily have the same dimension: If the kernel has dimension m, then the image has dimension n- m.

Obviously, since the kernel and image are both subspaces of Rn and every subspace contains 0, 0 is in the intersection of kernel and image. The problem is to show that no other vector is. That is, either show
1) If [itex]v\ne 0[/itex] and Lv= 0, then there exist NO u such that Lu= v.
or show
2) If there exist u such that Lu= v, then Lv is not 0.
 
  • #5
Why would anyone want to attempt to prove the impossible (which is what your asking someone to do), Halls?
 
  • #6
I forgot what the original problem was!

The original problem was to determine that decide whether "If A is a square matrix then kernel of A intersect range of A is the 0 vector" was true of false.

Somehow I got it into my head that the problem was to prove that was true!
 
  • #7
That might have been my fault. I was very tired at the time I posted, and I thought the question asked to determine whether 0 was contained in the intersection of the kernel and the range, not whether {0} is that intersection. So I was treating the question like the answer was 'true'.
 
  • #8
So, you could take the matrix
[tex] A = \left(
\begin{array}{ccc}
1 & -1\\
1 & -1
\end{array}
\right)
[/tex]

Then show that the range is {(1,1)^T} and the kernel is {(1,1)^T}, which is not zero?
 
  • #9
The range is not exactly {(1,1)T}, it is the subspace containing every scalar multiple of (1,1)T. So you can write it as:

Ran(A) = Span{(1,1)T} = {(k,k)T : k is a scalar} = {k(1,1)T : k is a scalar}

The kernel is the same thing in the example you've given, i.e. Ker(A) = Ran(A). So the intersection of the kernel and the range is the kernel itself, or equivalently, the range itself, i.e. the intersection is:

Span{(1,1)T}

so in this case, clearly the intersection is not {0}.
 
  • #10
Er, yeah, I meant to put span before those, but you know what I meant. :p

Just curious, does anyone know if this is false for an mxn matrix as well? I would actually suspect it would be true for an mxn.
 
  • #11
Is false for an mxn matrix, but for a totally different reason. In fact you hinted to the reason in your first post. The kernel is a subspace of R^n, i.e. it consists of n-tuples. The range is a subspace of R^m, i.e. it consists of m-tuples. No n-tuple is an m-tuple. Even (0,0,...,0) with m zeroes is clearly a different thing from (0,0,...,0) with n zeroes (if m and n are different, of course).
 
  • #12
I just wanted to ask how the OP came up with that example? The counter example I wanted them to work out wasn't that, but I think it'd be nice if they thought about what it was:

take e,f a basis, define T(e)=0 and T(f)=e. That is a simple counter example, its matrix with respect to {e,f} is

[0 1]
[0 0]

and every counter example in R^2 is conjugate to it.

It is a case of the 'just do it'. I.e. construct the (simplest?) possible counter example: write down something with nonzero kernel, and with something mapping into the kernel.
 
  • #13
I knew it would have be a symmetric matrix, and I tried the first one that came to mind, which happened to give a counter example.

By the way with the stuff about polynomials, I was just trying to think of something in there that would work to. I knew it would probably be an even function that would fulfill. I think you could do f(x)=(x-1)^2 and then f(1) = 0, also that f(0) = 1.

So you suggest taking two functions T(e)=0 and T(f)=e, and then making a matrix out of the equations to show that their basis would form any counter example? What do you mean by conjugate?
 
  • #14
Symmetric matrix? What on Earth do you meanby that? And who mentioned polynomials?
 

Related to Kernal and Range (share zero vector?)

1. What is the difference between a kernel and a range?

The kernel, also known as the null space, of a matrix is the set of all vectors that, when multiplied by the matrix, result in a zero vector. The range, also known as the column space, is the set of all possible linear combinations of the columns of the matrix. In other words, the range is the span of the columns of the matrix.

2. Can the kernel and range of a matrix share the zero vector?

Yes, it is possible for the kernel and range of a matrix to share the zero vector. This happens when the zero vector is one of the columns of the matrix, meaning that it is a linear combination of the other columns and therefore in the range. At the same time, it is also a vector that, when multiplied by the matrix, results in a zero vector, making it a part of the kernel.

3. How do you find the kernel of a matrix?

To find the kernel of a matrix, you can use the process of row reduction or Gaussian elimination. This involves converting the matrix into its reduced row echelon form and identifying the pivot columns, which will correspond to the columns of the matrix that form the basis for the kernel.

4. What is the dimension of the kernel and range of a matrix?

The dimension of the kernel is equal to the number of free variables in the reduced row echelon form of the matrix. The dimension of the range is equal to the number of pivot columns in the reduced row echelon form. In general, the dimension of the kernel and range of a matrix will add up to the number of columns in the original matrix.

5. Why is the kernel and range of a matrix important?

The kernel and range of a matrix are important because they provide insight into the behavior of the matrix when it is applied to a vector. The kernel helps identify any special properties of the matrix, such as invertibility, while the range helps determine the span of the matrix and its ability to transform vectors in a particular way.

Similar threads

  • Calculus and Beyond Homework Help
Replies
8
Views
692
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
836
  • Calculus and Beyond Homework Help
Replies
3
Views
856
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
928
Back
Top