Basis for the homogeneous system

In summary, to find a basis for the solution space of a homogeneous system of linear equations AX=0, we can first write the equations in matrix form and then solve for two variables in terms of the other four. This will result in four vectors which can be used as a basis for the null space.
  • #1
thushanthan
32
0

Homework Statement



Find a basis for the solution space of the homogeneous systems of linear equations AX=0

Homework Equations



Let A=1 2 3 4 5 6
6 6 5 4 3 3
1 2 3 4 5 6

and X= x
y
z
u
v
w

The Attempt at a Solution





I need some hints or suggestions to solve this. Please help.
 
Physics news on Phys.org
  • #2
In Latex, your matrix problem is
[tex]\begin{bmatrix}1 & 2 & 3 & 4 & 5 & 6 \\ 6 & 6 & 6 & 4 & 3 & 3 \\ 1 & 2 & 3 & 4 & 5 & 6 \end{bmatrix}\begin{bmatrix} x \\ y \\ z \\ u \\ v \\ w\end{bmatrix}= \begin{bmatrix}0 \\ 0 \\ 0 \\ 0 \\ 0 \\ 0 \\ 0\end{bmatrix}[/tex]

That is the same as the three equations, x+ 2y+ 3z+ 4u+ 5v+ 6w= 0, 6x+ 6y+ 4z+ 4u+ 3v+ 3w= 0, and x+ 2y+ 3z+ 4u+ 5v+ 6w= 0.

Of course, the first and third are exactly the same so we only have two equations. We can solve those two equations for two of the variables in terms of the other 4. Replace those two in <x, y, z, u, v, w> with their (linear) expressions in the other 4.

For example, suppose the solution were u= 2x- 3y+ 4z- w, v= x+ y- 3z+ 4w (I just made those up. Solve the two equations yourself.)

Then we could write <x, y, z, u, v, w>= <x, y, z, 2x- 3y+ 4z- w, x+ y-3 z+ 4w, w>.

Now separate variables: <x, 0, 0, 2x, x, 0>+ <0, y, 0, -3y, y, 0>+ <0, 0, z, 4z, -3z, 0>+ <0, 0, 0, -w, 4w, w>.

Finally, take each variable out of its vector:
x<1, 0, 0, 2, 1, 0>+ y<0, 1, 0, -3, 1, 0>+ z<0, 0, 0, 1, 4, -3, 0>+ w<0, 0, 0, -1, 4, 1>.

Since any vector in the nullspace can be written as a linear combination of those 4 vectors, they form a basis for the null space.

(Again, that is NOT the solution to YOUR problem. You will have to solve those two equations for two of the variables your self.)
 
  • #3
Thank you! Now I got it :smile:
 

What is the basis for a homogeneous system?

The basis for a homogeneous system is a set of linearly independent vectors that span the entire solution space of the system. This means that any solution to the system can be expressed as a linear combination of these basis vectors.

How do you determine the basis for a homogeneous system?

The basis for a homogeneous system can be determined by first setting up the system as a matrix and then reducing it to its row echelon form. The non-pivotal columns in the reduced matrix will be the basis vectors for the system.

Why is finding the basis for a homogeneous system important?

Finding the basis for a homogeneous system is important because it allows us to understand the structure of the system and find solutions more efficiently. It also helps us to determine whether the system has a unique solution or an infinite number of solutions.

Can a homogeneous system have multiple bases?

Yes, a homogeneous system can have multiple bases. This is because there can be more than one set of linearly independent vectors that span the solution space of the system. However, all bases for a given system will have the same number of basis vectors.

How can the basis for a homogeneous system be used to solve the system?

The basis for a homogeneous system can be used to express any solution to the system as a linear combination of the basis vectors. This makes it easier to find specific solutions or to determine if a solution exists at all.

Similar threads

Replies
12
Views
359
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
490
  • Calculus and Beyond Homework Help
Replies
7
Views
692
  • Calculus and Beyond Homework Help
Replies
6
Views
219
  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
7
Views
814
  • Calculus and Beyond Homework Help
Replies
2
Views
155
  • Calculus and Beyond Homework Help
Replies
2
Views
972
  • Calculus and Beyond Homework Help
Replies
10
Views
465
Back
Top