Linearly Independent Vectors and Row Reduced Matrix Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you prove that vectors are linearly independent in $ mathcalC[0,1]$?Understanding a proof: Eigenvalues of a real symmetric matrix are realRow reduced matrix $Leftrightarrow$ vectors (rows) are linearly independent.Finding linearly dependent vectors.Adding linearly independent row vectors to a matrix.Proving an Unknown Set of Vectors is Linearly IndependentLinearly independent vectors spanning lower dimensionsRelationship between Row Space and Reduced Row Echelon FormLinearly independent subset and basisSpecific non-singular matrix A and its relation to linearly independent vectors
When -s is used with third person singular. What's its use in this context?
Stars Make Stars
Gastric acid as a weapon
Right-skewed distribution with mean equals to mode?
How can I fade player when goes inside or outside of the area?
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
What makes black pepper strong or mild?
If 'B is more likely given A', then 'A is more likely given B'
What is a Meta algorithm?
What does '1 unit of lemon juice' mean in a grandma's drink recipe?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
Is there a Spanish version of "dot your i's and cross your t's" that includes the letter 'ñ'?
What is this single-engine low-wing propeller plane?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?
Why is "Captain Marvel" translated as male in Portugal?
Why was Tyrion worried & disapproved of Jon and Dany’s actions on the boat?
Is it possible to boil a liquid by just mixing many immiscible liquids together?
What would be Julian Assange's expected punishment, on the current English criminal law?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
Why does Python start at index 1 when iterating an array backwards?
Java 8 stream max() function argument type Comparator vs Comparable
How do I keep my slimes from escaping their pens?
Linearly Independent Vectors and Row Reduced Matrix
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you prove that vectors are linearly independent in $ mathcalC[0,1]$?Understanding a proof: Eigenvalues of a real symmetric matrix are realRow reduced matrix $Leftrightarrow$ vectors (rows) are linearly independent.Finding linearly dependent vectors.Adding linearly independent row vectors to a matrix.Proving an Unknown Set of Vectors is Linearly IndependentLinearly independent vectors spanning lower dimensionsRelationship between Row Space and Reduced Row Echelon FormLinearly independent subset and basisSpecific non-singular matrix A and its relation to linearly independent vectors
$begingroup$
so I'm trying to understand this proof, I follow up to
"To obtain a solution x"
Beyond this statement I am having difficulty following the logic, for instance where is j defined? Thanks for any help!

linear-algebra proof-explanation
$endgroup$
add a comment |
$begingroup$
so I'm trying to understand this proof, I follow up to
"To obtain a solution x"
Beyond this statement I am having difficulty following the logic, for instance where is j defined? Thanks for any help!

linear-algebra proof-explanation
$endgroup$
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14
add a comment |
$begingroup$
so I'm trying to understand this proof, I follow up to
"To obtain a solution x"
Beyond this statement I am having difficulty following the logic, for instance where is j defined? Thanks for any help!

linear-algebra proof-explanation
$endgroup$
so I'm trying to understand this proof, I follow up to
"To obtain a solution x"
Beyond this statement I am having difficulty following the logic, for instance where is j defined? Thanks for any help!

linear-algebra proof-explanation
linear-algebra proof-explanation
edited Mar 31 at 23:42
Theo Bendit
21k12355
21k12355
asked Mar 31 at 23:14
PolynomialCPolynomialC
967
967
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14
add a comment |
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
It's not a clearly-worded proof, but the essence is, given a row-reduced matrix with an augmented zero column, we can freely and independently choose values for the variable corresponding to columns without leading $1$s, and the rest of the variables will be determined from this. Try this wording instead:
Consider a system of linear equations, corresponding to an $n times m$ row-reduced matrix with a $0$ column augmented. Suppose $x_i$ is the $i$th variable of the system, corresponding to row $i$ in the matrix, for $i = 1, ldots, m$. Let $k$ be such that $k$th column of the matrix is the leftmost column without a leading $1$.
We define a non-zero solution as follows: let $x_i = 0$ for $i > k$. Let $x_k = 1$. Note that the first $k - 1$ rows of the matrix have leading $1$s in the first, second third, ..., $(k - 1)$th columns, as the $k$th is the leftmost column without a leading $1$. The $(k - 1)$th row must correspond to an equation of the form
$$x_k - 1 + alpha_k x_k + alpha_k + 1 x_k + 1 + ldots + alpha_m x_m = 0.$$
But, $x_k+1 = x_k + 2 = ldots = x_m = 0$ according to our construction, and $x_k = 1$, so we set $x_k - 1 = -alpha_k$.
Then, the $(k - 2)$th row is of the form
$$x_k - 2 + beta_k - 1 x_k - 1 + beta_k x_k + beta_k + 1 x_k + 1 + ldots + beta_m x_m = 0,$$
and so we set $x_k-2 = beta_k-1 alpha_k - beta_k$.
The actual value is unimportant; the important thing is that we can always set a value for every $x_i$ with $1 le i < k$, in such a way that every equation corresponding to a row above the $k$th row is satisfied.
The rows below the $k$th row are easy; they'll be satisfied with $x_i = 0$ for $i > k$.
The point is, we have a solution where $x_k = 1$, which is a distinct solution from the trivial solution. In other words, the vectors $v_1, ldots, v_m$ are linearly dependent, as there are non-trivial linear combinations of these vectors that produce the $0$ vector.
$endgroup$
add a comment |
$begingroup$
OK, so I've came to a conclusion.
So let $x_i$ be any value for the ith zero column and then solve for the nonzero columns.
Let $j$ denote the non-zero columns obviously $x_j=0$ but the fact that there are zero columns allows x to be non-zero thus x is zero if and only if there is a leading 1 in every column.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170004%2flinearly-independent-vectors-and-row-reduced-matrix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It's not a clearly-worded proof, but the essence is, given a row-reduced matrix with an augmented zero column, we can freely and independently choose values for the variable corresponding to columns without leading $1$s, and the rest of the variables will be determined from this. Try this wording instead:
Consider a system of linear equations, corresponding to an $n times m$ row-reduced matrix with a $0$ column augmented. Suppose $x_i$ is the $i$th variable of the system, corresponding to row $i$ in the matrix, for $i = 1, ldots, m$. Let $k$ be such that $k$th column of the matrix is the leftmost column without a leading $1$.
We define a non-zero solution as follows: let $x_i = 0$ for $i > k$. Let $x_k = 1$. Note that the first $k - 1$ rows of the matrix have leading $1$s in the first, second third, ..., $(k - 1)$th columns, as the $k$th is the leftmost column without a leading $1$. The $(k - 1)$th row must correspond to an equation of the form
$$x_k - 1 + alpha_k x_k + alpha_k + 1 x_k + 1 + ldots + alpha_m x_m = 0.$$
But, $x_k+1 = x_k + 2 = ldots = x_m = 0$ according to our construction, and $x_k = 1$, so we set $x_k - 1 = -alpha_k$.
Then, the $(k - 2)$th row is of the form
$$x_k - 2 + beta_k - 1 x_k - 1 + beta_k x_k + beta_k + 1 x_k + 1 + ldots + beta_m x_m = 0,$$
and so we set $x_k-2 = beta_k-1 alpha_k - beta_k$.
The actual value is unimportant; the important thing is that we can always set a value for every $x_i$ with $1 le i < k$, in such a way that every equation corresponding to a row above the $k$th row is satisfied.
The rows below the $k$th row are easy; they'll be satisfied with $x_i = 0$ for $i > k$.
The point is, we have a solution where $x_k = 1$, which is a distinct solution from the trivial solution. In other words, the vectors $v_1, ldots, v_m$ are linearly dependent, as there are non-trivial linear combinations of these vectors that produce the $0$ vector.
$endgroup$
add a comment |
$begingroup$
It's not a clearly-worded proof, but the essence is, given a row-reduced matrix with an augmented zero column, we can freely and independently choose values for the variable corresponding to columns without leading $1$s, and the rest of the variables will be determined from this. Try this wording instead:
Consider a system of linear equations, corresponding to an $n times m$ row-reduced matrix with a $0$ column augmented. Suppose $x_i$ is the $i$th variable of the system, corresponding to row $i$ in the matrix, for $i = 1, ldots, m$. Let $k$ be such that $k$th column of the matrix is the leftmost column without a leading $1$.
We define a non-zero solution as follows: let $x_i = 0$ for $i > k$. Let $x_k = 1$. Note that the first $k - 1$ rows of the matrix have leading $1$s in the first, second third, ..., $(k - 1)$th columns, as the $k$th is the leftmost column without a leading $1$. The $(k - 1)$th row must correspond to an equation of the form
$$x_k - 1 + alpha_k x_k + alpha_k + 1 x_k + 1 + ldots + alpha_m x_m = 0.$$
But, $x_k+1 = x_k + 2 = ldots = x_m = 0$ according to our construction, and $x_k = 1$, so we set $x_k - 1 = -alpha_k$.
Then, the $(k - 2)$th row is of the form
$$x_k - 2 + beta_k - 1 x_k - 1 + beta_k x_k + beta_k + 1 x_k + 1 + ldots + beta_m x_m = 0,$$
and so we set $x_k-2 = beta_k-1 alpha_k - beta_k$.
The actual value is unimportant; the important thing is that we can always set a value for every $x_i$ with $1 le i < k$, in such a way that every equation corresponding to a row above the $k$th row is satisfied.
The rows below the $k$th row are easy; they'll be satisfied with $x_i = 0$ for $i > k$.
The point is, we have a solution where $x_k = 1$, which is a distinct solution from the trivial solution. In other words, the vectors $v_1, ldots, v_m$ are linearly dependent, as there are non-trivial linear combinations of these vectors that produce the $0$ vector.
$endgroup$
add a comment |
$begingroup$
It's not a clearly-worded proof, but the essence is, given a row-reduced matrix with an augmented zero column, we can freely and independently choose values for the variable corresponding to columns without leading $1$s, and the rest of the variables will be determined from this. Try this wording instead:
Consider a system of linear equations, corresponding to an $n times m$ row-reduced matrix with a $0$ column augmented. Suppose $x_i$ is the $i$th variable of the system, corresponding to row $i$ in the matrix, for $i = 1, ldots, m$. Let $k$ be such that $k$th column of the matrix is the leftmost column without a leading $1$.
We define a non-zero solution as follows: let $x_i = 0$ for $i > k$. Let $x_k = 1$. Note that the first $k - 1$ rows of the matrix have leading $1$s in the first, second third, ..., $(k - 1)$th columns, as the $k$th is the leftmost column without a leading $1$. The $(k - 1)$th row must correspond to an equation of the form
$$x_k - 1 + alpha_k x_k + alpha_k + 1 x_k + 1 + ldots + alpha_m x_m = 0.$$
But, $x_k+1 = x_k + 2 = ldots = x_m = 0$ according to our construction, and $x_k = 1$, so we set $x_k - 1 = -alpha_k$.
Then, the $(k - 2)$th row is of the form
$$x_k - 2 + beta_k - 1 x_k - 1 + beta_k x_k + beta_k + 1 x_k + 1 + ldots + beta_m x_m = 0,$$
and so we set $x_k-2 = beta_k-1 alpha_k - beta_k$.
The actual value is unimportant; the important thing is that we can always set a value for every $x_i$ with $1 le i < k$, in such a way that every equation corresponding to a row above the $k$th row is satisfied.
The rows below the $k$th row are easy; they'll be satisfied with $x_i = 0$ for $i > k$.
The point is, we have a solution where $x_k = 1$, which is a distinct solution from the trivial solution. In other words, the vectors $v_1, ldots, v_m$ are linearly dependent, as there are non-trivial linear combinations of these vectors that produce the $0$ vector.
$endgroup$
It's not a clearly-worded proof, but the essence is, given a row-reduced matrix with an augmented zero column, we can freely and independently choose values for the variable corresponding to columns without leading $1$s, and the rest of the variables will be determined from this. Try this wording instead:
Consider a system of linear equations, corresponding to an $n times m$ row-reduced matrix with a $0$ column augmented. Suppose $x_i$ is the $i$th variable of the system, corresponding to row $i$ in the matrix, for $i = 1, ldots, m$. Let $k$ be such that $k$th column of the matrix is the leftmost column without a leading $1$.
We define a non-zero solution as follows: let $x_i = 0$ for $i > k$. Let $x_k = 1$. Note that the first $k - 1$ rows of the matrix have leading $1$s in the first, second third, ..., $(k - 1)$th columns, as the $k$th is the leftmost column without a leading $1$. The $(k - 1)$th row must correspond to an equation of the form
$$x_k - 1 + alpha_k x_k + alpha_k + 1 x_k + 1 + ldots + alpha_m x_m = 0.$$
But, $x_k+1 = x_k + 2 = ldots = x_m = 0$ according to our construction, and $x_k = 1$, so we set $x_k - 1 = -alpha_k$.
Then, the $(k - 2)$th row is of the form
$$x_k - 2 + beta_k - 1 x_k - 1 + beta_k x_k + beta_k + 1 x_k + 1 + ldots + beta_m x_m = 0,$$
and so we set $x_k-2 = beta_k-1 alpha_k - beta_k$.
The actual value is unimportant; the important thing is that we can always set a value for every $x_i$ with $1 le i < k$, in such a way that every equation corresponding to a row above the $k$th row is satisfied.
The rows below the $k$th row are easy; they'll be satisfied with $x_i = 0$ for $i > k$.
The point is, we have a solution where $x_k = 1$, which is a distinct solution from the trivial solution. In other words, the vectors $v_1, ldots, v_m$ are linearly dependent, as there are non-trivial linear combinations of these vectors that produce the $0$ vector.
answered Apr 1 at 1:15
Theo BenditTheo Bendit
21k12355
21k12355
add a comment |
add a comment |
$begingroup$
OK, so I've came to a conclusion.
So let $x_i$ be any value for the ith zero column and then solve for the nonzero columns.
Let $j$ denote the non-zero columns obviously $x_j=0$ but the fact that there are zero columns allows x to be non-zero thus x is zero if and only if there is a leading 1 in every column.
$endgroup$
add a comment |
$begingroup$
OK, so I've came to a conclusion.
So let $x_i$ be any value for the ith zero column and then solve for the nonzero columns.
Let $j$ denote the non-zero columns obviously $x_j=0$ but the fact that there are zero columns allows x to be non-zero thus x is zero if and only if there is a leading 1 in every column.
$endgroup$
add a comment |
$begingroup$
OK, so I've came to a conclusion.
So let $x_i$ be any value for the ith zero column and then solve for the nonzero columns.
Let $j$ denote the non-zero columns obviously $x_j=0$ but the fact that there are zero columns allows x to be non-zero thus x is zero if and only if there is a leading 1 in every column.
$endgroup$
OK, so I've came to a conclusion.
So let $x_i$ be any value for the ith zero column and then solve for the nonzero columns.
Let $j$ denote the non-zero columns obviously $x_j=0$ but the fact that there are zero columns allows x to be non-zero thus x is zero if and only if there is a leading 1 in every column.
answered Apr 1 at 1:14
PolynomialCPolynomialC
967
967
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3170004%2flinearly-independent-vectors-and-row-reduced-matrix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
$j$ is just an index to keep track of the rows of the row-reduced form.
$endgroup$
– Gerry Myerson
Apr 1 at 1:14