Substitution vs Elimination in Solving Systems of Equations
$begingroup$
When solving systems of equations, is it more efficient in terms of time to solve it using substitution or elimination, and what are your reasons for saying so?
linear-algebra systems-of-equations
$endgroup$
add a comment |
$begingroup$
When solving systems of equations, is it more efficient in terms of time to solve it using substitution or elimination, and what are your reasons for saying so?
linear-algebra systems-of-equations
$endgroup$
add a comment |
$begingroup$
When solving systems of equations, is it more efficient in terms of time to solve it using substitution or elimination, and what are your reasons for saying so?
linear-algebra systems-of-equations
$endgroup$
When solving systems of equations, is it more efficient in terms of time to solve it using substitution or elimination, and what are your reasons for saying so?
linear-algebra systems-of-equations
linear-algebra systems-of-equations
edited Aug 19 '14 at 7:14
asked Aug 19 '14 at 6:15
user170481
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
In my experience, elimination. But usually with systems of equations in three or more variables I would use elimination first then substitution afterwards.
$endgroup$
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
add a comment |
$begingroup$
Substitution is faster when you dealing with homogeneous equations and in rest of the cases, elimination is quite faster and efficient.
$endgroup$
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
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%2f902682%2fsubstitution-vs-elimination-in-solving-systems-of-equations%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$
In my experience, elimination. But usually with systems of equations in three or more variables I would use elimination first then substitution afterwards.
$endgroup$
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
add a comment |
$begingroup$
In my experience, elimination. But usually with systems of equations in three or more variables I would use elimination first then substitution afterwards.
$endgroup$
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
add a comment |
$begingroup$
In my experience, elimination. But usually with systems of equations in three or more variables I would use elimination first then substitution afterwards.
$endgroup$
In my experience, elimination. But usually with systems of equations in three or more variables I would use elimination first then substitution afterwards.
answered Aug 19 '14 at 6:39
MathMajorMathMajor
5,59721436
5,59721436
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
add a comment |
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Why would you use both methods? Is that to ensure accuracy?
$endgroup$
– user170481
Aug 19 '14 at 7:14
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
$begingroup$
Not really. For example, suppose we have a system of three equations in three unknowns. It might be easy to use elimination to obtain solutions for one or two of the variables, and then you can "substitute" your results back into another equation to solve for the remaining variable. See "Gauss Jordan Elimination" for a specific algorithm in solving systems of linear equations. I notice that you have tagged the question as "Linear-Algebra". In that case, you are best off by forming an augmented matrix $left( A mid vec b right)$ and bringing it into row reduced echelon form to find $vec x$.
$endgroup$
– MathMajor
Aug 19 '14 at 7:21
add a comment |
$begingroup$
Substitution is faster when you dealing with homogeneous equations and in rest of the cases, elimination is quite faster and efficient.
$endgroup$
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
add a comment |
$begingroup$
Substitution is faster when you dealing with homogeneous equations and in rest of the cases, elimination is quite faster and efficient.
$endgroup$
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
add a comment |
$begingroup$
Substitution is faster when you dealing with homogeneous equations and in rest of the cases, elimination is quite faster and efficient.
$endgroup$
Substitution is faster when you dealing with homogeneous equations and in rest of the cases, elimination is quite faster and efficient.
answered Aug 19 '14 at 6:48
MadhusudanaMadhusudana
86111
86111
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
add a comment |
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
$begingroup$
Sorry, I am a beginner. How are homogenous systems of equations different to normal stystems of equations?
$endgroup$
– user170481
Aug 19 '14 at 7:12
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%2f902682%2fsubstitution-vs-elimination-in-solving-systems-of-equations%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