Basis for the nullspace of this matrix

Click For Summary
SUMMARY

The basis for the nullspace of the matrix [ 2 3 1] [ 5 2 1] [ 1 7 2] [ 6 -2 0] is determined by solving the equation Ax = 0, where A is the coefficient matrix. The resulting equations simplify to y = 3x and z = -11x, leading to the conclusion that the nullspace can be expressed as the span of the vector <1, 3, -11>. This indicates that the nullspace is one-dimensional, represented by all scalar multiples of this vector.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically nullspace and kernel.
  • Familiarity with matrix notation and operations.
  • Ability to solve systems of linear equations.
  • Knowledge of vector spaces and linear independence.
NEXT STEPS
  • Study the concept of vector spaces in linear algebra.
  • Learn about solving systems of linear equations using Gaussian elimination.
  • Explore the properties of linear independence and spanning sets.
  • Investigate the relationship between nullspace and rank-nullity theorem.
USEFUL FOR

Students of linear algebra, mathematicians, and anyone involved in solving systems of equations or studying vector spaces will benefit from this discussion.

Noxide
Messages
120
Reaction score
0
this is apparently "really simple", but I just don't know how to do it from the examples I have and I feel like a moron...

what's the basis for the nullspace of this matrix

[ 2 3 1]
[ 5 2 1]
[ 1 7 2]
[ 6 -2 0]
 
Physics news on Phys.org


I'm not sure if your notation is a list of vectors in the matrix or if that is the actual matrix so I can't be more exact for now than to remind you that the nullspace is the solution space of the system Ax = 0, so start off by solving for the coefficient matrix A augmented with 0. Remember also that the basis of a space is the set of linearly independent vectors that spans the space in question.
 


Noxide said:
this is apparently "really simple", but I just don't know how to do it from the examples I have and I feel like a moron...

what's the basis for the nullspace of this matrix

[ 2 3 1]
[ 5 2 1]
[ 1 7 2]
[ 6 -2 0]
The nullspace is the set of vectors, <x, y, z> such that
[tex]\begin{bmatrix}2 & 3 & 1 \\ 5 & 2 & 1\\ 1 & 7 & 2\\6 & -2 & 0\end{bmatrix}\begin{bmatrix}x \\ y \\ z\end{bmatrix}= \begin{bmatrix}0 \\ 0 \\ 0 \end{bmatrix}[/tex]
That is the same as the four equations 2x+ 3y+ z= 0, 5x+ 2y+ z= 0, x+ 7y+ 2z= 0, and 6x- 2y= 0. If we subtract the first equation from the second, we get 3x- y= 0 or y= 3x. Putting that into 6x- 2y= 0 we get 6x- 2(3x)= 6x- 6x= 0 which is satisfied for all x.

If we subtract 2 times the first equation from the third we get -3x+ y= 0 or y= 3x again. Those equations all reduce to y= 3x which cannot be reduced further. Putting y= 3x into the first equation we get 2x+ 3(3x)+ z= 0 so z= -11x. Putting y= 3x into the second equation we get 5x+ 2(3x)+ z= 0 so z= -11x. Putting y= 3x into the third equation, we get x+ 7(3x)+ 2z= 0 so 2z= -22x and z= -11x.

That is, any solution of that equation, any vector in the kernel, can be written as <x, y, z>= <x, 3x, -11x>= x <1, 3, -11>.
 
Last edited by a moderator:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K