Free variables for a matrix in REF

  • Thread starter Thread starter member 731016
  • Start date Start date
  • Tags Tags
    Matrix Variables
Click For Summary
SUMMARY

The discussion focuses on identifying free variables in a matrix in Reduced Row Echelon Form (RREF). Specifically, variables b and e are determined to be free variables, while a, c, and d are leading variables. The conversation clarifies that free variables can take any value in the domain of real numbers, and the relationships between these variables are expressed through a system of equations. The RREF of the matrix is also discussed, emphasizing the importance of fully reducing the matrix to identify free and leading variables accurately.

PREREQUISITES
  • Understanding of Reduced Row Echelon Form (RREF)
  • Familiarity with linear algebra concepts such as leading and free variables
  • Knowledge of systems of equations and matrix representation
  • Basic proficiency in mathematical notation and operations
NEXT STEPS
  • Study the properties and applications of Reduced Row Echelon Form (RREF)
  • Learn how to identify leading and free variables in various matrix forms
  • Explore vector equations and their geometric interpretations in higher dimensions
  • Practice solving systems of equations using matrix methods
USEFUL FOR

Students and educators in mathematics, particularly those studying linear algebra, as well as anyone involved in solving systems of equations and understanding matrix theory.

member 731016
Homework Statement
Please see below
Relevant Equations
Row operations
For this,
1681506321396.png


I am not sure what the '2nd and 5th the variables' are. Dose someone please know whether the free variables ##2, 0, 0## from the second column and ##5, 8, \pi##? Or are there only allowed to be one free variable for each column so ##2## and ##5## for the respective columns.

Also for,
1681507460967.png

Why can b and d be free so are parametric and take on any value in the domain of real numbers? Could a be written as ##a(b,d) = 3b - 7d + 11 b,d ∈ ℝ## in other words a is leading so can take on any value since it is a function of b and d?

Source: https://math.stackexchange.com/questions/720971/what-do-free-variable-and-leading-variables-mean

Many thanks!
 
Last edited by a moderator:
Physics news on Phys.org
ChiralSuperfields said:
Homework Statement: Please see below
Relevant Equations: Row operations

For this,
View attachment 324911

I am not sure what the '2nd and 5th the variables' are. Dose someone please know whether the free variables ##2, 0, 0## from the second column and ##5, 8, \pi##? Or are there only allowed to be one free variable for each column so ##2## and ##5## for the respective columns.
Note that "dose" and "does" are different words. A "dose" is a specified amount of medicine. The word you want is "does" as in "I do", "you do", "he/she/it does" and so on. I've noticed this error in at least one other thread of yours.

Assuming the variables, which aren't shown, are a, b, c, d, and e, the 2nd and 5th variables would be b and e. The variable b multiplies the vector in the 2nd column. The variable e multiplies the vector in the 5th column.
ChiralSuperfields said:
Also for,
View attachment 324916
Why can b and d be free so are parametric and take on any value in the domain of real numbers? Could a be written as ##a(b,d) = 3b - 7d + 11 b,d ∈ ℝ## in other words a is leading so can take on any value since it is a function of b and d?
I don't know what your notation above is supposed to mean. What you don't seem to understand is that the augmented matrix in your question is just shorthand for this system of equations:

##a + 2b + 3c + 4d + 5e = 6##
##.......... c + 7d + 8e = 9##
##..............d + \pi e = \sqrt 2##

The leading variables here are in the 1st, 3rd, and 4th columns; namely a, c, and d. So each of these can be written in terms of b and e, the 2nd and 5th variables.
ChiralSuperfields said:
 
  • Like
Likes   Reactions: berkeman, member 731016 and FactChecker
Mark44 said:
Note that "dose" and "does" are different words. A "dose" is a specified amount of medicine. The word you want is "does" as in "I do", "you do", "he/she/it does" and so on. I've noticed this error in at least one other thread of yours.
Thank you for your reply @Mark44! Sorry, I get those two words confused. I'll try look at for that in the future.

Mark44 said:
Assuming the variables, which aren't shown, are a, b, c, d, and e, the 2nd and 5th variables would be b and e. The variable b multiplies the vector in the 2nd column.
Ah true I think I see what you mean. I was saying that ##2,0,0## were free variables when they are scalar multiples of variable ##b##. I think the only way to prove that ##b## and ##e## are free (parametric) is to solve the matrix in REF then try to solve for the values for ##b## and ##e##, however, we won't be able to as there is not enough information. My textbook says that we assign a parameter to each free variable, and that Parmeter varies over the real numbers. Do you please know of a better way to explain that?

Mark44 said:
The variable e multiplies the vector in the 5th column.
I don't know what your notation above is supposed to mean. What you don't seem to understand is that the augmented matrix in your question is just shorthand for this system of equations:
Yeah I was just trying use notation to show that a was a function of b and d.
Mark44 said:
##a + 2b + 3c + 4d + 5e = 6##
##.......... c + 7d + 8e = 9##
##..............d + \pi e = \sqrt 2##

The leading variables here are in the 1st, 3rd, and 4th columns; namely a, c, and d. So each of these can be written in terms of b and e, the 2nd and 5th variables.
Many thanks!
 
ChiralSuperfields said:
I think the only way to prove that b and e are free (parametric) is to solve the matrix in REF then try to solve for the values for b and e, however, we won't be able to as there is not enough information.
You won't be able to solve for a unique solution, but you can get solutions that involve parameters.

The REF (reduced echelon form) matrix you show in post #1 is not completely reduced. An RREF (reduced row echelon form) matrix has 0 entries above and below each leading row entry.

a+2b+3c+4d+5e=6
..........c+7d+8e=9
..............d+πe=##\sqrt 2##

In augmented matrix form, the system above is
##\begin{bmatrix} 1 & 2 & 3 & 4 & 5 &| & 6\\
0 & 0 & 1 & 7 & 8 & | & 9\\
0 & 0 & 0 & 1 & \pi & | & \sqrt 2 \end{bmatrix}##

As an RREF augmented matrix it becomes
##\begin{bmatrix} 1 & 2 & 0 & 0 & r &| & s\\
0 & 0 & 1 & 0 & t & | & u\\
0 & 0 & 0 & 1 & v & | & w \end{bmatrix}##
Note that to save myself some work I've replaced some of the values with the letters r, s, t, u, v, and w.
From the above, the solution can be seen as
a = -2b - re + s
b = b + 0e ------- I.e., b is a free variable that equals itself
c = 0b -te + u
d = 0b - ve + w
e = 0b + 1e ------ e is a free variable that equals itself

The above can be rewritten as a vector equation like so:
##\begin{bmatrix}a\\b\\c\\d\\e\end{bmatrix} = b\begin{bmatrix}-2\\1 \\0 \\0\\0 \end{bmatrix} + e\\
\begin{bmatrix} -r\\0\\ -t \\-v \\1 \end{bmatrix} + \begin{bmatrix} s \\ 0 \\ u \\ w \\ 0 \end{bmatrix}##
b and e (the 2nd and 5th variables) are free, and can be set arbitrarily.

Geometrically, the vector equation above represents a plane in 5-dimensional space.
 
Last edited:
  • Like
Likes   Reactions: member 731016

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K