Is echelon form a requirement to show a matrix has no solutions?
$begingroup$
Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?
$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$
linear-algebra matrices
$endgroup$
add a comment |
$begingroup$
Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?
$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$
linear-algebra matrices
$endgroup$
$begingroup$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24
add a comment |
$begingroup$
Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?
$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$
linear-algebra matrices
$endgroup$
Do I need to get a matrix into echelon form to prove that it has no solutions, or do I only need a pivot in the last column. For example, would the following row operation show that there are no solutions to the linear system represented that by the augmented matrix below?
$begin{bmatrix}1&-3&0&5\-1&1&5&2\-1&1&5&3end{bmatrix}$ $Rightarrow$ $begin{bmatrix}1&-3&0&5\-1&1&5&2\0&0&0&1end{bmatrix}$
linear-algebra matrices
linear-algebra matrices
asked Dec 25 '18 at 22:17
Gaussian EliminationGaussian Elimination
204
204
$begingroup$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24
add a comment |
$begingroup$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24
$begingroup$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.
This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.
$endgroup$
add a comment |
$begingroup$
No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.
$endgroup$
add a comment |
$begingroup$
You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, what you've done is enough: the matrix of the homogeneous part (first $3$ columns) has rank $2$ and the augmented matrix has rank $3$.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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%2f3052473%2fis-echelon-form-a-requirement-to-show-a-matrix-has-no-solutions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.
This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.
$endgroup$
add a comment |
$begingroup$
Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.
This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.
$endgroup$
add a comment |
$begingroup$
Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.
This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.
$endgroup$
Your transformation suffices; if you translate your matrix back into a system of linear equations, the last row gives the equation $0 cdot x + 0 cdot y + 0 cdot z = 1$.
This is indeed the beauty of the representation of systems of linear equations as matrices: you perform simple operations on the rows of the matrix but preserve the solution set of the original system. At the end, you just read off the solutions.
answered Dec 25 '18 at 22:24
MacRanceMacRance
1826
1826
add a comment |
add a comment |
$begingroup$
No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.
$endgroup$
add a comment |
$begingroup$
No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.
$endgroup$
add a comment |
$begingroup$
No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.
$endgroup$
No, it's not required. Once you've performed row operations (as you have) to a point where you reach an inconsistency, you can conclude the system has no solutions. Going all the way to echelon form, or rref, won't change that.
answered Dec 25 '18 at 22:25
pwerthpwerth
3,340417
3,340417
add a comment |
add a comment |
$begingroup$
You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, what you've done is enough: the matrix of the homogeneous part (first $3$ columns) has rank $2$ and the augmented matrix has rank $3$.
$endgroup$
add a comment |
$begingroup$
You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, what you've done is enough: the matrix of the homogeneous part (first $3$ columns) has rank $2$ and the augmented matrix has rank $3$.
$endgroup$
add a comment |
$begingroup$
You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, what you've done is enough: the matrix of the homogeneous part (first $3$ columns) has rank $2$ and the augmented matrix has rank $3$.
$endgroup$
You only have to prove the matrix of the homogeneous part and the augmented matrix do not have the same rank. In the present case, what you've done is enough: the matrix of the homogeneous part (first $3$ columns) has rank $2$ and the augmented matrix has rank $3$.
edited Dec 26 '18 at 9:27
answered Dec 25 '18 at 22:26
BernardBernard
124k741117
124k741117
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%2f3052473%2fis-echelon-form-a-requirement-to-show-a-matrix-has-no-solutions%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$
What entry did you pivot on?
$endgroup$
– coffeemath
Dec 25 '18 at 22:21
$begingroup$
I'm not sure what definition of pivot you are using. By pivot, I mean the "leading entry in a row".
$endgroup$
– Gaussian Elimination
Dec 25 '18 at 22:24