Solving a linear system of reciprocals.Solving system of multivariable 2nd-degree polynomialsProblem with...
How to verbalise code in Mathematica?
A Note on N!
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
Why does nature favour the Laplacian?
Can fracking help reduce CO2?
Executing a stored procedure which selects and inserts into tables in SQL Server
Pulling the rope with one hand is as heavy as with two hands?
What's the polite way to say "I need to urinate"?
What does KSP mean?
Will a top journal at least read my introduction?
What's the metal clinking sound at the end of credits in Avengers: Endgame?
Why the difference in metal between 銀行 and お金?
Help to reproduce a tcolorbox with a decoration
Were there two appearances of Stan Lee?
Is DC-to-DC (24 V to 12 V) buck conversion typically more efficient than AC-to-DC (110 V to 12 V) conversion?
Sci-fi novel series with instant travel between planets through gates. A river runs through the gates
Killing undead fish underwater
Stop and Take a Breath!
Is there any limitation with Arduino Nano serial communication distance?
Does this extra sentence in the description of the warlock's Eyes of the Rune Keeper eldritch invocation appear in any official reference?
What is the difference between `a[bc]d` (brackets) and `a{b,c}d` (braces)?
How to creep the reader out with what seems like a normal person?
Is thermodynamics only applicable to systems in equilibrium?
French for 'It must be my imagination'?
Solving a linear system of reciprocals.
Solving system of multivariable 2nd-degree polynomialsProblem with system of equationsSolving a system of equations with variables in denominator.Solving system of non-linear equations.Solving a combined system of linear and bilinear equationsSolving system of linear equations ( 4 variables, 3 equations)Solving a system of 4 non-linear equationsSolving a linear system of congruencesEasier solution for system of equations.Solve the following system of equations - (4).
$begingroup$
Solve for $begin{cases}frac{1}{x} +frac{1}{y}+frac{1}{z}=0\frac{4}{x} +frac{3}{y}+frac{2}{z}=5\frac{3}{x} +frac{2}{y}+frac{4}{z}=-4end{cases}$
I turn the equations into $begin{cases}yz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzend{cases}$
Not sure if I am doing fine
systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve for $begin{cases}frac{1}{x} +frac{1}{y}+frac{1}{z}=0\frac{4}{x} +frac{3}{y}+frac{2}{z}=5\frac{3}{x} +frac{2}{y}+frac{4}{z}=-4end{cases}$
I turn the equations into $begin{cases}yz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzend{cases}$
Not sure if I am doing fine
systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve for $begin{cases}frac{1}{x} +frac{1}{y}+frac{1}{z}=0\frac{4}{x} +frac{3}{y}+frac{2}{z}=5\frac{3}{x} +frac{2}{y}+frac{4}{z}=-4end{cases}$
I turn the equations into $begin{cases}yz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzend{cases}$
Not sure if I am doing fine
systems-of-equations
$endgroup$
Solve for $begin{cases}frac{1}{x} +frac{1}{y}+frac{1}{z}=0\frac{4}{x} +frac{3}{y}+frac{2}{z}=5\frac{3}{x} +frac{2}{y}+frac{4}{z}=-4end{cases}$
I turn the equations into $begin{cases}yz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzend{cases}$
Not sure if I am doing fine
systems-of-equations
systems-of-equations
edited 31 mins ago
Cameron Buie
87.6k773162
87.6k773162
asked 34 mins ago
DavidDavid
764
764
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
If the reciprocals are freaking you out, just let $t=frac1x,u=frac1y,v=frac1z,$ so you have the system $$begin{cases}t +u+v=0\4t +3u+2v=5\3t +2u+4v=-4end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=frac1t,y=frac1u,z=frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.
$endgroup$
add a comment |
$begingroup$
It's much easier to solve the linear system for the reciprocals then take the reciprocal to get the result.
$endgroup$
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$begin{pmatrix}
1&1&1\
4&3&2\
3&2&4
end{pmatrix}
begin{pmatrix}
X\
Y\
Z
end{pmatrix}=
begin{pmatrix}
0\5\-4
end{pmatrix}
$$
$endgroup$
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=begin{pmatrix}1&1&1&0\
4&3&2&5\
3&2&4&-4end{pmatrix}stackrel{R_2-4R_1,,R_3-3R_1}longrightarrowbegin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4end{pmatrix}stackrel{R_3-R_2}longrightarrow$$
$$begin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&0&1&-9end{pmatrix}$$
Try to finish the exercise now, taking into account that the third column represents $;cfrac 1z;$ , the second $;cfrac1y;$ and the first one $;cfrac1x;$
$endgroup$
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
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%2f3205742%2fsolving-a-linear-system-of-reciprocals%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If the reciprocals are freaking you out, just let $t=frac1x,u=frac1y,v=frac1z,$ so you have the system $$begin{cases}t +u+v=0\4t +3u+2v=5\3t +2u+4v=-4end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=frac1t,y=frac1u,z=frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.
$endgroup$
add a comment |
$begingroup$
If the reciprocals are freaking you out, just let $t=frac1x,u=frac1y,v=frac1z,$ so you have the system $$begin{cases}t +u+v=0\4t +3u+2v=5\3t +2u+4v=-4end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=frac1t,y=frac1u,z=frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.
$endgroup$
add a comment |
$begingroup$
If the reciprocals are freaking you out, just let $t=frac1x,u=frac1y,v=frac1z,$ so you have the system $$begin{cases}t +u+v=0\4t +3u+2v=5\3t +2u+4v=-4end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=frac1t,y=frac1u,z=frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.
$endgroup$
If the reciprocals are freaking you out, just let $t=frac1x,u=frac1y,v=frac1z,$ so you have the system $$begin{cases}t +u+v=0\4t +3u+2v=5\3t +2u+4v=-4end{cases}$$ Once you've solved this, as long as none of $t,u,v$ is $0,$ you can simply let $x=frac1t,y=frac1u,z=frac1v.$ If one or more of $t,u,v$ is $0,$ then the system has no solution.
answered 28 mins ago
Cameron BuieCameron Buie
87.6k773162
87.6k773162
add a comment |
add a comment |
$begingroup$
It's much easier to solve the linear system for the reciprocals then take the reciprocal to get the result.
$endgroup$
add a comment |
$begingroup$
It's much easier to solve the linear system for the reciprocals then take the reciprocal to get the result.
$endgroup$
add a comment |
$begingroup$
It's much easier to solve the linear system for the reciprocals then take the reciprocal to get the result.
$endgroup$
It's much easier to solve the linear system for the reciprocals then take the reciprocal to get the result.
answered 33 mins ago
Matt SamuelMatt Samuel
39.6k63870
39.6k63870
add a comment |
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$begin{pmatrix}
1&1&1\
4&3&2\
3&2&4
end{pmatrix}
begin{pmatrix}
X\
Y\
Z
end{pmatrix}=
begin{pmatrix}
0\5\-4
end{pmatrix}
$$
$endgroup$
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$begin{pmatrix}
1&1&1\
4&3&2\
3&2&4
end{pmatrix}
begin{pmatrix}
X\
Y\
Z
end{pmatrix}=
begin{pmatrix}
0\5\-4
end{pmatrix}
$$
$endgroup$
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$begin{pmatrix}
1&1&1\
4&3&2\
3&2&4
end{pmatrix}
begin{pmatrix}
X\
Y\
Z
end{pmatrix}=
begin{pmatrix}
0\5\-4
end{pmatrix}
$$
$endgroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$begin{pmatrix}
1&1&1\
4&3&2\
3&2&4
end{pmatrix}
begin{pmatrix}
X\
Y\
Z
end{pmatrix}=
begin{pmatrix}
0\5\-4
end{pmatrix}
$$
answered 27 mins ago
Henry LeeHenry Lee
2,221319
2,221319
add a comment |
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=begin{pmatrix}1&1&1&0\
4&3&2&5\
3&2&4&-4end{pmatrix}stackrel{R_2-4R_1,,R_3-3R_1}longrightarrowbegin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4end{pmatrix}stackrel{R_3-R_2}longrightarrow$$
$$begin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&0&1&-9end{pmatrix}$$
Try to finish the exercise now, taking into account that the third column represents $;cfrac 1z;$ , the second $;cfrac1y;$ and the first one $;cfrac1x;$
$endgroup$
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=begin{pmatrix}1&1&1&0\
4&3&2&5\
3&2&4&-4end{pmatrix}stackrel{R_2-4R_1,,R_3-3R_1}longrightarrowbegin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4end{pmatrix}stackrel{R_3-R_2}longrightarrow$$
$$begin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&0&1&-9end{pmatrix}$$
Try to finish the exercise now, taking into account that the third column represents $;cfrac 1z;$ , the second $;cfrac1y;$ and the first one $;cfrac1x;$
$endgroup$
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=begin{pmatrix}1&1&1&0\
4&3&2&5\
3&2&4&-4end{pmatrix}stackrel{R_2-4R_1,,R_3-3R_1}longrightarrowbegin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4end{pmatrix}stackrel{R_3-R_2}longrightarrow$$
$$begin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&0&1&-9end{pmatrix}$$
Try to finish the exercise now, taking into account that the third column represents $;cfrac 1z;$ , the second $;cfrac1y;$ and the first one $;cfrac1x;$
$endgroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=begin{pmatrix}1&1&1&0\
4&3&2&5\
3&2&4&-4end{pmatrix}stackrel{R_2-4R_1,,R_3-3R_1}longrightarrowbegin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4end{pmatrix}stackrel{R_3-R_2}longrightarrow$$
$$begin{pmatrix}1&1&1&0\
0&-1&-2&5\
0&0&1&-9end{pmatrix}$$
Try to finish the exercise now, taking into account that the third column represents $;cfrac 1z;$ , the second $;cfrac1y;$ and the first one $;cfrac1x;$
answered 26 mins ago
DonAntonioDonAntonio
180k1495234
180k1495234
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
add a comment |
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; color{red}{+}1;-4$.
$endgroup$
– Bernard
21 mins ago
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%2f3205742%2fsolving-a-linear-system-of-reciprocals%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