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).
How to delegate to implementing class
What's the polite way to say "I need to urinate"?
How could Tony Stark make this in Endgame?
Help to reproduce a tcolorbox with a decoration
Confused by notation of atomic number Z and mass number A on periodic table of elements
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
How to set the font color of quantity objects (Version 11.3 vs version 12)
Smart diagram in Mathematica
Phrase for the opposite of "foolproof"
Do I have to worry about players making “bad” choices on level up?
Modify locally tikzset
Why do Computer Science majors learn Calculus?
Can fracking help reduce CO2?
Will a top journal at least read my introduction?
Why is current rating for multicore cable lower than single core with the same cross section?
Pulling the rope with one hand is as heavy as with two hands?
Mac Pro install disk keeps ejecting itself
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Fizzy, soft, pop and still drinks
Binary Numbers Magic Trick
Reverse the word in a string with the same order in javascript
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Executing a stored procedure which selects and inserts into tables in SQL Server
How to back up a running remote server?
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 $begincasesfrac1x +frac1y+frac1z=0\frac4x +frac3y+frac2z=5\frac3x +frac2y+frac4z=-4endcases$
I turn the equations into $begincasesyz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzendcases$
Not sure if I am doing fine
systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve for $begincasesfrac1x +frac1y+frac1z=0\frac4x +frac3y+frac2z=5\frac3x +frac2y+frac4z=-4endcases$
I turn the equations into $begincasesyz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzendcases$
Not sure if I am doing fine
systems-of-equations
$endgroup$
add a comment |
$begingroup$
Solve for $begincasesfrac1x +frac1y+frac1z=0\frac4x +frac3y+frac2z=5\frac3x +frac2y+frac4z=-4endcases$
I turn the equations into $begincasesyz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzendcases$
Not sure if I am doing fine
systems-of-equations
$endgroup$
Solve for $begincasesfrac1x +frac1y+frac1z=0\frac4x +frac3y+frac2z=5\frac3x +frac2y+frac4z=-4endcases$
I turn the equations into $begincasesyz+xz+xy=0\4yz+3xz+2xy=5xyz\3yz+2xz+4xy=-4xyzendcases$
Not sure if I am doing fine
systems-of-equations
systems-of-equations
edited 18 mins ago
Cameron Buie
87.6k773162
87.6k773162
asked 21 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 $$begincasest +u+v=0\4t +3u+2v=5\3t +2u+4v=-4endcases$$ 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:
$$beginpmatrix
1&1&1\
4&3&2\
3&2&4
endpmatrix
beginpmatrix
X\
Y\
Z
endpmatrix=
beginpmatrix
0\5\-4
endpmatrix
$$
$endgroup$
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=beginpmatrix1&1&1&0\
4&3&2&5\
3&2&4&-4endpmatrixstackrelR_2-4R_1,,R_3-3R_1longrightarrowbeginpmatrix1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4endpmatrixstackrelR_3-R_2longrightarrow$$
$$beginpmatrix1&1&1&0\
0&-1&-2&5\
0&0&1&-9endpmatrix$$
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; colorred+1;-4$.
$endgroup$
– Bernard
8 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 $$begincasest +u+v=0\4t +3u+2v=5\3t +2u+4v=-4endcases$$ 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 $$begincasest +u+v=0\4t +3u+2v=5\3t +2u+4v=-4endcases$$ 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 $$begincasest +u+v=0\4t +3u+2v=5\3t +2u+4v=-4endcases$$ 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 $$begincasest +u+v=0\4t +3u+2v=5\3t +2u+4v=-4endcases$$ 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 15 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 19 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:
$$beginpmatrix
1&1&1\
4&3&2\
3&2&4
endpmatrix
beginpmatrix
X\
Y\
Z
endpmatrix=
beginpmatrix
0\5\-4
endpmatrix
$$
$endgroup$
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$beginpmatrix
1&1&1\
4&3&2\
3&2&4
endpmatrix
beginpmatrix
X\
Y\
Z
endpmatrix=
beginpmatrix
0\5\-4
endpmatrix
$$
$endgroup$
add a comment |
$begingroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$beginpmatrix
1&1&1\
4&3&2\
3&2&4
endpmatrix
beginpmatrix
X\
Y\
Z
endpmatrix=
beginpmatrix
0\5\-4
endpmatrix
$$
$endgroup$
how about this, let:
$$X=frac1x,,Y=frac1y,,Z=frac1z$$
and it is much easier to solve the following:
$$beginpmatrix
1&1&1\
4&3&2\
3&2&4
endpmatrix
beginpmatrix
X\
Y\
Z
endpmatrix=
beginpmatrix
0\5\-4
endpmatrix
$$
answered 14 mins ago
Henry LeeHenry Lee
2,211319
2,211319
add a comment |
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=beginpmatrix1&1&1&0\
4&3&2&5\
3&2&4&-4endpmatrixstackrelR_2-4R_1,,R_3-3R_1longrightarrowbeginpmatrix1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4endpmatrixstackrelR_3-R_2longrightarrow$$
$$beginpmatrix1&1&1&0\
0&-1&-2&5\
0&0&1&-9endpmatrix$$
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; colorred+1;-4$.
$endgroup$
– Bernard
8 mins ago
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=beginpmatrix1&1&1&0\
4&3&2&5\
3&2&4&-4endpmatrixstackrelR_2-4R_1,,R_3-3R_1longrightarrowbeginpmatrix1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4endpmatrixstackrelR_3-R_2longrightarrow$$
$$beginpmatrix1&1&1&0\
0&-1&-2&5\
0&0&1&-9endpmatrix$$
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; colorred+1;-4$.
$endgroup$
– Bernard
8 mins ago
add a comment |
$begingroup$
Observe that the system's matrix of the reciprocal of the unknowns is:
$$A=beginpmatrix1&1&1&0\
4&3&2&5\
3&2&4&-4endpmatrixstackrelR_2-4R_1,,R_3-3R_1longrightarrowbeginpmatrix1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4endpmatrixstackrelR_3-R_2longrightarrow$$
$$beginpmatrix1&1&1&0\
0&-1&-2&5\
0&0&1&-9endpmatrix$$
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=beginpmatrix1&1&1&0\
4&3&2&5\
3&2&4&-4endpmatrixstackrelR_2-4R_1,,R_3-3R_1longrightarrowbeginpmatrix1&1&1&0\
0&-1&-2&5\
0&-1&-1&-4endpmatrixstackrelR_3-R_2longrightarrow$$
$$beginpmatrix1&1&1&0\
0&-1&-2&5\
0&0&1&-9endpmatrix$$
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 13 mins ago
DonAntonioDonAntonio
180k1495234
180k1495234
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; colorred+1;-4$.
$endgroup$
– Bernard
8 mins ago
add a comment |
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; colorred+1;-4$.
$endgroup$
– Bernard
8 mins ago
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; colorred+1;-4$.
$endgroup$
– Bernard
8 mins ago
$begingroup$
There's an error at the 1st step: the third row should be $;0;-1; colorred+1;-4$.
$endgroup$
– Bernard
8 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