Determining Which Variables Are Free

  • Thread starter Thread starter Bashyboy
  • Start date Start date
  • Tags Tags
    Variables
Click For Summary

Homework Help Overview

The discussion revolves around identifying which column of a given matrix can be deleted while still allowing the remaining columns to span \mathbb{R}^4. The matrix in question is a 4x5 matrix, and participants are exploring the implications of free variables in relation to this problem.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the row-reduced echelon form of the matrix and question whether it contains free variables. There is an exploration of the concept of free variables and how they relate to the ability to express other variables in terms of them.

Discussion Status

Some participants have provided insights into the relationship between free variables and the structure of the matrix, while others suggest that focusing on free variables may not directly address the original problem of identifying a column that can be omitted. Multiple interpretations of the problem are being explored, particularly regarding the implications of column ordering on the identification of free variables.

Contextual Notes

Participants note that the question may require determining which columns form a basis for the matrix, rather than solely focusing on free variables. There is an acknowledgment that the ordering of columns could affect the identification of free variables.

Bashyboy
Messages
1,419
Reaction score
5

Homework Statement


Find the column of the matrix in Exercise 39 that can be deleted and yet have the remaining matrix columns span [itex]\mathbb{R}^4[/itex]

Homework Equations


The matrix from problem 39 is

[itex]\begin{bmatrix}<br /> 10 & -7 & 1 & 4 & 6 \\<br /> -8 & 4 & -6 & -10 & -3 \\<br /> -7 & 11 & -5 & -1 & -8 \\<br /> 3 & -1 & 10 & 12 & 12 \\<br /> \end{bmatrix}<br /> [/itex]

The Attempt at a Solution



I had MATLAB compute the row-reduced echelon form of the matrix augmented with the arbitrary point/vector [itex]\mathbf{b}[/itex], where [itex]\mathbf{b} \in \mathbb{R}^4[/itex]. The result is given as an attachment.

I was wondering, does this augmented matrix contain any free variables. I believe it does, and allow me to explain:

The augmented matrix can be written as

[itex]\begin{bmatrix}<br /> 1 & 0 & 0 & 1 & 0 & f_1(b) \\<br /> 0 & 1 & 0 & 1 & 0 & f_2(b) \\<br /> 0 & 0 & 1 & 1 & 0 & f_3(b) \\<br /> 0 & 0 & 0 & 0 & 1 & f_4(b) \\<br /> \end{bmatrix}[/itex]

Writing out the system of linear equations, that this augmented matrix represents, gives

[itex]\begin{array} \\<br /> x_1 & + & x_2 & + & x_3 & + & x_4 & = & f_1(b) \\<br /> & & x_2 & + & x_3 & & & = & f_2(b) \\ <br /> & & & & x_3 & + & x_4 & = & f_3(b) \\<br /> & & & & & & x_4 & = & f_4(b) \\ <br /> <br /> \end{array}[/itex]

If I understand what a free variable is, it is one of which can be written in terms of the others. In this example, we have the other variables can be written as a function of the variables x_4. So, we the variable x_4 is free because you can choose any value of it, and find the corresponding b_i's will be; then from these b_i's, x_3, x_2, and x_1 can be determined.

Am I wrong?
 

Attachments

  • Capture.PNG
    Capture.PNG
    1.2 KB · Views: 447
Last edited:
Physics news on Phys.org
Bashyboy said:

Homework Statement


Find the column of the matrix in Exercise 39 that can be deleted and yet have the remaining matrix columns span [itex]\mathbb{R}^4[/itex]


Homework Equations


The matrix from problem 39 is

[itex]\begin{bmatrix}<br /> 10 & -7 & 1 & 4 & 6 \\<br /> -8 & 4 & -6 & -10 & -3 \\<br /> -7 & 11 & -5 & -1 & -8 \\<br /> 3 & -1 & 10 & 12 & 12 \\<br /> \end{bmatrix}<br /> [/itex]



The Attempt at a Solution



I had MATLAB compute the row-reduced echelon form of the matrix augmented with the arbitrary point/vector [itex]\mathbf{b}[/itex], where [itex]\mathbf{b} \in \mathbb{R}^4[/itex]. The result is given as an attachment.

I was wondering, does this augmented matrix contain any free variables. I believe it does, and allow me to explain:

The augmented matrix can be written as

[itex]\begin{bmatrix}<br /> 1 & 0 & 0 & 1 & 0 & f_1(b) \\<br /> 0 & 1 & 0 & 1 & 0 & f_2(b) \\<br /> 0 & 0 & 1 & 1 & 0 & f_3(b) \\<br /> 0 & 0 & 0 & 0 & 1 & f_4(b) \\<br /> \end{bmatrix}[/itex]

Writing out the system of linear equations, that this augmented matrix represents, gives

[itex]\begin{array}<br /> x_1 & + & x_2 & + & x_3 & + & x_4 & = & f_1(b) \\<br /> & & x_2 & + & x_3 & & & = & f_2(b) \\ <br /> & & & & x_3 & + & x_4 & = & f_3(b) \\<br /> & & & & & & x_4 & = & f_4(b) \\ <br /> <br /> \end{array}/itex]<br /> <br /> If I understand what a free variable is, it is one of which can be written in terms of the others. In this example, we have the other variables can be written as a function of the variables x_4. So, we the variable x_4 is free because you can choose any value of it, and find the corresponding b_i's will be; then from these b_i's, x_3, x_2, and x_1 can be determined.<br /> <br /> Am I wrong?[/itex]
[itex] <br /> I your augmented form is right then your answer is also right.[/itex]
 
So, then x_4 is the only free variable?
 
Bashyboy said:
So, then x_4 is the only free variable?

It is the free variable for the particular row and column ordering you have selected. If you permute the columns you might come up with a different free variable.

I don't think looking at free variables is the way to go in this question. You want to know which four columns of the matrix form a basis, so the question you need to answer is this: if you omit one of the columns, do you have an invertible matrix? Your final echelon form has the identity matrix in columns 1,2,3,5, so if you leave out column 4 you get the identity matrix. That means that columns 1,2,3,5 form a non-singular matrix.
 
  • Like
Likes   Reactions: 1 person
No, I realize that determining which variables are free won't aid in my solving the actual problem. I was simply curious. Thank you.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K