Finding the basis of the nullspace, can you see if i'm doing this right?

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Basis Nullspace
Click For Summary
SUMMARY

The discussion centers on finding the basis and dimension of the null space for a linear transformation represented by a 5x3 matrix A. The correct basis for the null space is identified as {[-2, 4, 1, 0, 0]^T, [7, -11, 0, 2, 1]^T}, with a dimension of 2. The user initially provided incorrect vectors and misunderstood the relationship between the dimensions of the null space and the matrix. The clarification emphasizes that the null space is a subspace of R5, not R3, and involves solving a system of equations derived from the row-reduced form of the matrix.

PREREQUISITES
  • Understanding of linear transformations and their properties
  • Knowledge of null space and its significance in linear algebra
  • Familiarity with row reduction techniques for matrices
  • Ability to solve systems of linear equations
NEXT STEPS
  • Study the concept of null space in linear algebra
  • Learn about row reduction and echelon forms of matrices
  • Explore the Rank-Nullity Theorem and its implications
  • Practice solving systems of linear equations using different methods
USEFUL FOR

Students and educators in mathematics, particularly those studying linear algebra, as well as professionals working with linear transformations and matrix theory.

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone, I think i did this right, but i want to make sure this is what they want. The questions says:
In each case find a basis for and caclulate the dimension of nullA:
Here is my work and problem!
http://img207.imageshack.us/img207/2948/lastscan6ib.jpg

I just found out its wrong...but why? the book got:
{[-2 4 1 0 0 ]^T, [7 -11 0 2 1]^T}
dim(nullA) = 2.
Those kind of resemble my columns, i got
[2 -4 0 0 0] and [-7 11 2 0 0], hm...
 
Last edited by a moderator:
Physics news on Phys.org
First of all, do you understand where the null space is?

If A: U->V is a linear transformation from U to V, then the null space of L is the subspace of U such that if x is in the null space, then Ax= 0.

Your A is a 5 by 3 matrix: from R5 to R3, but you give {[1,0,0], [0,1,0], [0,0,1]} as the basis for the null space. That's impossible! The nullspace of A a subpace of R5, not R3.

Those kind of resemble my columns, i got
[2 -4 0 0 0] and [-7 11 2 0 0], hm..."
Now, that's really mystiftying! In your image, your columns contain only 3 numbers, your rows, 5!

I haven't checked all of your arithmetic (you shift rows around in a way I find confusing) but assuming the last, row-reduced, matrix is correct, the equation AX= 0 becomes (letting X= [x, y, z, u, v]),
x+ 2z- 7v= 0, y- 4z+ 11v= 0, and u- 2v= 0. That is 3 equations in 5 unkowns so we can solve for 3 of them in terms of the other 2: in this row-reduced form, x= -2z+ 7v, y= 4z- 11v., u= 2v.
Taking z= 1, v= 0, that gives x= -2, y= 4, u= 0. One vector in the nullspace is [-2, 4, 1, 1, 0].
Taking z= 0, v= 1 gives x= 7, y= -11, u= 2. Another vector in the nullspace is [7, -11, 0, 2, 1].
Those 2 vectors constitute a basis for the nullspace.

The nullspace is 2 dimensional. That's no surprise. In order to "squeeze" a 5 dimensional space into a 3 dimensional space, at least 2 dimensions have to go to 0. Assuming no other dependencies, that would be exactly 2.
 
ohh wow, i did totally screw that one up, thank you so much for the detailed explanation as always :biggrin: !
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 10 ·
Replies
10
Views
26K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K