Solving simultaneous equations with complex coefficients using real methods
My circuits analysis textbook teases that there's a way to convert a set of n complex equations into a set of 2n real equations, which can then be solved using any calculator that can solve real simultaneous equations. That is, no capability with complex numbers needed.
e.g.:
$(25 +j100)I_1 - (10+j80)I_2=100angle0^circ\$ (1)
$-(10+j80)I_1+(30+j190)I_2=0$ (2)
I say "teases" because they point me to their website, where after a lengthy sign-up process, I find that the material isn't actually there.
Does anybody know what method they're referring to?
I know how to do this with Cramer's Rule, but that requires a matrix calculator that understands complex numbers (they exist but they're not common).
Here's the page:
https://books.google.com.au/books?id=VLbycoxwas8C&pg=PA959&lpg=PA959&dq=%22Solving+Simultaneous+Equations+with+Complex+Coefficients+Using+Any+Calculator%22&source=bl&ots=Bf9PJRGo3o&sig=B-ssojUUL4fnJXxOFu6VMw0vP_0&hl=en&sa=X&ei=rAekU5_xE5Tr8AWpqoEQ#v=onepage&q=%22Solving%20Simultaneous%20Equations%20with%20Complex%20Coefficients%20Using%20Any%20Calculator%22&f=false
complex-numbers
add a comment |
My circuits analysis textbook teases that there's a way to convert a set of n complex equations into a set of 2n real equations, which can then be solved using any calculator that can solve real simultaneous equations. That is, no capability with complex numbers needed.
e.g.:
$(25 +j100)I_1 - (10+j80)I_2=100angle0^circ\$ (1)
$-(10+j80)I_1+(30+j190)I_2=0$ (2)
I say "teases" because they point me to their website, where after a lengthy sign-up process, I find that the material isn't actually there.
Does anybody know what method they're referring to?
I know how to do this with Cramer's Rule, but that requires a matrix calculator that understands complex numbers (they exist but they're not common).
Here's the page:
https://books.google.com.au/books?id=VLbycoxwas8C&pg=PA959&lpg=PA959&dq=%22Solving+Simultaneous+Equations+with+Complex+Coefficients+Using+Any+Calculator%22&source=bl&ots=Bf9PJRGo3o&sig=B-ssojUUL4fnJXxOFu6VMw0vP_0&hl=en&sa=X&ei=rAekU5_xE5Tr8AWpqoEQ#v=onepage&q=%22Solving%20Simultaneous%20Equations%20with%20Complex%20Coefficients%20Using%20Any%20Calculator%22&f=false
complex-numbers
add a comment |
My circuits analysis textbook teases that there's a way to convert a set of n complex equations into a set of 2n real equations, which can then be solved using any calculator that can solve real simultaneous equations. That is, no capability with complex numbers needed.
e.g.:
$(25 +j100)I_1 - (10+j80)I_2=100angle0^circ\$ (1)
$-(10+j80)I_1+(30+j190)I_2=0$ (2)
I say "teases" because they point me to their website, where after a lengthy sign-up process, I find that the material isn't actually there.
Does anybody know what method they're referring to?
I know how to do this with Cramer's Rule, but that requires a matrix calculator that understands complex numbers (they exist but they're not common).
Here's the page:
https://books.google.com.au/books?id=VLbycoxwas8C&pg=PA959&lpg=PA959&dq=%22Solving+Simultaneous+Equations+with+Complex+Coefficients+Using+Any+Calculator%22&source=bl&ots=Bf9PJRGo3o&sig=B-ssojUUL4fnJXxOFu6VMw0vP_0&hl=en&sa=X&ei=rAekU5_xE5Tr8AWpqoEQ#v=onepage&q=%22Solving%20Simultaneous%20Equations%20with%20Complex%20Coefficients%20Using%20Any%20Calculator%22&f=false
complex-numbers
My circuits analysis textbook teases that there's a way to convert a set of n complex equations into a set of 2n real equations, which can then be solved using any calculator that can solve real simultaneous equations. That is, no capability with complex numbers needed.
e.g.:
$(25 +j100)I_1 - (10+j80)I_2=100angle0^circ\$ (1)
$-(10+j80)I_1+(30+j190)I_2=0$ (2)
I say "teases" because they point me to their website, where after a lengthy sign-up process, I find that the material isn't actually there.
Does anybody know what method they're referring to?
I know how to do this with Cramer's Rule, but that requires a matrix calculator that understands complex numbers (they exist but they're not common).
Here's the page:
https://books.google.com.au/books?id=VLbycoxwas8C&pg=PA959&lpg=PA959&dq=%22Solving+Simultaneous+Equations+with+Complex+Coefficients+Using+Any+Calculator%22&source=bl&ots=Bf9PJRGo3o&sig=B-ssojUUL4fnJXxOFu6VMw0vP_0&hl=en&sa=X&ei=rAekU5_xE5Tr8AWpqoEQ#v=onepage&q=%22Solving%20Simultaneous%20Equations%20with%20Complex%20Coefficients%20Using%20Any%20Calculator%22&f=false
complex-numbers
complex-numbers
edited Nov 18 at 10:16
asked Jun 21 '14 at 1:54
Greg Bell
1615
1615
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The main idea is to split each equation into a real and a complex part.
To easily see how to do this take a look at complex multiplication as a linear transformation.
$(a + bi) * (c + di) = (ac - bd) + (bc + ad)i$ will become
$left(begin{array}{cc}c&-d\d&cend{array}right)
left(begin{array}{c}a\bend{array}right)=
left(begin{array}{c}ac-bd\bc+adend{array}right)$
You can use this pattern to rewrite your example as
$left(begin{array}{cccc|c}
25&-100&-10&80&100\
100&25&-80&-10&0\
-10&80&30&-190&0\
-80&-10&190&30&0
end{array}right)$
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%2f842203%2fsolving-simultaneous-equations-with-complex-coefficients-using-real-methods%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The main idea is to split each equation into a real and a complex part.
To easily see how to do this take a look at complex multiplication as a linear transformation.
$(a + bi) * (c + di) = (ac - bd) + (bc + ad)i$ will become
$left(begin{array}{cc}c&-d\d&cend{array}right)
left(begin{array}{c}a\bend{array}right)=
left(begin{array}{c}ac-bd\bc+adend{array}right)$
You can use this pattern to rewrite your example as
$left(begin{array}{cccc|c}
25&-100&-10&80&100\
100&25&-80&-10&0\
-10&80&30&-190&0\
-80&-10&190&30&0
end{array}right)$
add a comment |
The main idea is to split each equation into a real and a complex part.
To easily see how to do this take a look at complex multiplication as a linear transformation.
$(a + bi) * (c + di) = (ac - bd) + (bc + ad)i$ will become
$left(begin{array}{cc}c&-d\d&cend{array}right)
left(begin{array}{c}a\bend{array}right)=
left(begin{array}{c}ac-bd\bc+adend{array}right)$
You can use this pattern to rewrite your example as
$left(begin{array}{cccc|c}
25&-100&-10&80&100\
100&25&-80&-10&0\
-10&80&30&-190&0\
-80&-10&190&30&0
end{array}right)$
add a comment |
The main idea is to split each equation into a real and a complex part.
To easily see how to do this take a look at complex multiplication as a linear transformation.
$(a + bi) * (c + di) = (ac - bd) + (bc + ad)i$ will become
$left(begin{array}{cc}c&-d\d&cend{array}right)
left(begin{array}{c}a\bend{array}right)=
left(begin{array}{c}ac-bd\bc+adend{array}right)$
You can use this pattern to rewrite your example as
$left(begin{array}{cccc|c}
25&-100&-10&80&100\
100&25&-80&-10&0\
-10&80&30&-190&0\
-80&-10&190&30&0
end{array}right)$
The main idea is to split each equation into a real and a complex part.
To easily see how to do this take a look at complex multiplication as a linear transformation.
$(a + bi) * (c + di) = (ac - bd) + (bc + ad)i$ will become
$left(begin{array}{cc}c&-d\d&cend{array}right)
left(begin{array}{c}a\bend{array}right)=
left(begin{array}{c}ac-bd\bc+adend{array}right)$
You can use this pattern to rewrite your example as
$left(begin{array}{cccc|c}
25&-100&-10&80&100\
100&25&-80&-10&0\
-10&80&30&-190&0\
-80&-10&190&30&0
end{array}right)$
answered Dec 17 at 8:29
user10545
111
111
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f842203%2fsolving-simultaneous-equations-with-complex-coefficients-using-real-methods%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