Having a homogenous system of linear equations with real coefficients with a non-trivial complex solution...
$begingroup$
I'm struggeling a bit with this proof.
Suppose we have a homogenous system of linear equations with real coefficients with a non-trivial complex solution than there is a real solution too.
This looks really simple and my first thought was...
In our course we proved that, if $alpha,beta in L(A,0) implies alpha + beta in L(A,0)$.
So let $z_1 = a+ib, z_2 = bar{z_1} = a-ib$ both $in L(A,0)$.
Than the sum of them $z_1+z_2 = a+ib + a-ib = 2a in L(A,0)$. Since $ainmathbb{R}$ there is a real solution too.
Additionally i figured out, that the complex conjugation is a field homorphism.
My questions are:
- Can somebody show me an example for a homogenous system of linear equations with real coefficients with a non-trivial complex solution?
- if my idea is correct, why can I assume that $bar{z_1}$ is a solution too?
- if my idea is not correct, where is my mistake?
Many thanks in advance
linear-algebra complex-numbers homogeneous-equation
$endgroup$
add a comment |
$begingroup$
I'm struggeling a bit with this proof.
Suppose we have a homogenous system of linear equations with real coefficients with a non-trivial complex solution than there is a real solution too.
This looks really simple and my first thought was...
In our course we proved that, if $alpha,beta in L(A,0) implies alpha + beta in L(A,0)$.
So let $z_1 = a+ib, z_2 = bar{z_1} = a-ib$ both $in L(A,0)$.
Than the sum of them $z_1+z_2 = a+ib + a-ib = 2a in L(A,0)$. Since $ainmathbb{R}$ there is a real solution too.
Additionally i figured out, that the complex conjugation is a field homorphism.
My questions are:
- Can somebody show me an example for a homogenous system of linear equations with real coefficients with a non-trivial complex solution?
- if my idea is correct, why can I assume that $bar{z_1}$ is a solution too?
- if my idea is not correct, where is my mistake?
Many thanks in advance
linear-algebra complex-numbers homogeneous-equation
$endgroup$
add a comment |
$begingroup$
I'm struggeling a bit with this proof.
Suppose we have a homogenous system of linear equations with real coefficients with a non-trivial complex solution than there is a real solution too.
This looks really simple and my first thought was...
In our course we proved that, if $alpha,beta in L(A,0) implies alpha + beta in L(A,0)$.
So let $z_1 = a+ib, z_2 = bar{z_1} = a-ib$ both $in L(A,0)$.
Than the sum of them $z_1+z_2 = a+ib + a-ib = 2a in L(A,0)$. Since $ainmathbb{R}$ there is a real solution too.
Additionally i figured out, that the complex conjugation is a field homorphism.
My questions are:
- Can somebody show me an example for a homogenous system of linear equations with real coefficients with a non-trivial complex solution?
- if my idea is correct, why can I assume that $bar{z_1}$ is a solution too?
- if my idea is not correct, where is my mistake?
Many thanks in advance
linear-algebra complex-numbers homogeneous-equation
$endgroup$
I'm struggeling a bit with this proof.
Suppose we have a homogenous system of linear equations with real coefficients with a non-trivial complex solution than there is a real solution too.
This looks really simple and my first thought was...
In our course we proved that, if $alpha,beta in L(A,0) implies alpha + beta in L(A,0)$.
So let $z_1 = a+ib, z_2 = bar{z_1} = a-ib$ both $in L(A,0)$.
Than the sum of them $z_1+z_2 = a+ib + a-ib = 2a in L(A,0)$. Since $ainmathbb{R}$ there is a real solution too.
Additionally i figured out, that the complex conjugation is a field homorphism.
My questions are:
- Can somebody show me an example for a homogenous system of linear equations with real coefficients with a non-trivial complex solution?
- if my idea is correct, why can I assume that $bar{z_1}$ is a solution too?
- if my idea is not correct, where is my mistake?
Many thanks in advance
linear-algebra complex-numbers homogeneous-equation
linear-algebra complex-numbers homogeneous-equation
edited Dec 11 '18 at 12:13
Matthias
asked Dec 10 '18 at 10:29
MatthiasMatthias
303
303
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
- Let $z=a+ibinBbb C^n$ with with $a,binBbb R^n$. When $Az=0$ for a real matrix $A$, you can split this into real and imaginary part to see that $Az=0$ is equivalent to $Aa=0$ and $Ab=0$. Hence, you can combine any two real solutions as $a+ib$ to obtain a (non-trivial) complex solution.
- Taking the complex conjugate of $Az=0$ gives $bar Abar z=0$ and for real $A$ this just gives $Abar z=0$, hence $z$ is a solution if and only if $bar z$ is a solution. (This also follows from 1. since $-b$ is a solution iff $b$ is one)
- It is correct!
$endgroup$
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
add a comment |
$begingroup$
The set of solutions of $Ax=0$ is a subspace (of the correspondinf vector space), so all the linear combinations of 'solution' vectors are again solutions of $Ax=0$. Fot $A $ real, we can consider the solution set/space either as a subspace (of the vector space we're working in) with scalars from $mathbb{R}$ or $mathbb{C}$. Considering it over the complex number field, again any scalar multiple of a real solution vector $u$ is a solution. (Clearly if $Au=0$ then $A((a+ib)u)=0$.
Conversely if $A(u+iv)=0$ ($u,v $ real) then $Au=-iAv$ so $Au=Av=0$.
$endgroup$
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
|
show 1 more 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%2f3033749%2fhaving-a-homogenous-system-of-linear-equations-with-real-coefficients-with-a-non%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$
- Let $z=a+ibinBbb C^n$ with with $a,binBbb R^n$. When $Az=0$ for a real matrix $A$, you can split this into real and imaginary part to see that $Az=0$ is equivalent to $Aa=0$ and $Ab=0$. Hence, you can combine any two real solutions as $a+ib$ to obtain a (non-trivial) complex solution.
- Taking the complex conjugate of $Az=0$ gives $bar Abar z=0$ and for real $A$ this just gives $Abar z=0$, hence $z$ is a solution if and only if $bar z$ is a solution. (This also follows from 1. since $-b$ is a solution iff $b$ is one)
- It is correct!
$endgroup$
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
add a comment |
$begingroup$
- Let $z=a+ibinBbb C^n$ with with $a,binBbb R^n$. When $Az=0$ for a real matrix $A$, you can split this into real and imaginary part to see that $Az=0$ is equivalent to $Aa=0$ and $Ab=0$. Hence, you can combine any two real solutions as $a+ib$ to obtain a (non-trivial) complex solution.
- Taking the complex conjugate of $Az=0$ gives $bar Abar z=0$ and for real $A$ this just gives $Abar z=0$, hence $z$ is a solution if and only if $bar z$ is a solution. (This also follows from 1. since $-b$ is a solution iff $b$ is one)
- It is correct!
$endgroup$
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
add a comment |
$begingroup$
- Let $z=a+ibinBbb C^n$ with with $a,binBbb R^n$. When $Az=0$ for a real matrix $A$, you can split this into real and imaginary part to see that $Az=0$ is equivalent to $Aa=0$ and $Ab=0$. Hence, you can combine any two real solutions as $a+ib$ to obtain a (non-trivial) complex solution.
- Taking the complex conjugate of $Az=0$ gives $bar Abar z=0$ and for real $A$ this just gives $Abar z=0$, hence $z$ is a solution if and only if $bar z$ is a solution. (This also follows from 1. since $-b$ is a solution iff $b$ is one)
- It is correct!
$endgroup$
- Let $z=a+ibinBbb C^n$ with with $a,binBbb R^n$. When $Az=0$ for a real matrix $A$, you can split this into real and imaginary part to see that $Az=0$ is equivalent to $Aa=0$ and $Ab=0$. Hence, you can combine any two real solutions as $a+ib$ to obtain a (non-trivial) complex solution.
- Taking the complex conjugate of $Az=0$ gives $bar Abar z=0$ and for real $A$ this just gives $Abar z=0$, hence $z$ is a solution if and only if $bar z$ is a solution. (This also follows from 1. since $-b$ is a solution iff $b$ is one)
- It is correct!
answered Dec 10 '18 at 10:42
ChristophChristoph
12.5k1642
12.5k1642
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
add a comment |
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
Thanks for this good answer. Regarding 2) you say "Taking the complex conjugates...", it is not clear to me why we can take them. Can you please explain this.
$endgroup$
– Matthias
Dec 10 '18 at 10:56
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
First split into $n$ complex equations $a_{i1} z_1 + cdots + a_{in} z_n = 0$ and now those equalities in $Bbb C$ can just be conjugated on both sides as usual to get $overline{a_{i1}} ,overline{z_1} + cdots + overline{a_{in}}, overline{z_n} = 0$. So this is just the fact that $w=0$ is equivalent to $bar w=0$ in $Bbb C$.
$endgroup$
– Christoph
Dec 10 '18 at 11:09
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
I think the technique is clear, but it is not clear to my why "... in $mathbb{C}$ can just be conjugated...". So I'm not insistent for pedantic reasons, but I want to know your trains of thoughts. Is it like an automatism... here are complex numbers what can I do with them (e.g. dissociate imaginary from real parts, conjugate...) And now you know that in this particular situation the conjugation ist the technique to go with?
$endgroup$
– Matthias
Dec 10 '18 at 11:20
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
$begingroup$
If $x=y$ and $f$ is any function, then $f(x)=f(y)$. Apply this to the situation where $x$ and $y$ are complex numbers and $f(x)=bar x$. You get that $x=y$ implies $bar y=bar x$. Now since $overline{bar x}= x$, you can also go the other way. It is the obvious thing to do in this situation because you know $Az=0$ and you want to somehow get an equation involving $bar z$.
$endgroup$
– Christoph
Dec 10 '18 at 11:36
add a comment |
$begingroup$
The set of solutions of $Ax=0$ is a subspace (of the correspondinf vector space), so all the linear combinations of 'solution' vectors are again solutions of $Ax=0$. Fot $A $ real, we can consider the solution set/space either as a subspace (of the vector space we're working in) with scalars from $mathbb{R}$ or $mathbb{C}$. Considering it over the complex number field, again any scalar multiple of a real solution vector $u$ is a solution. (Clearly if $Au=0$ then $A((a+ib)u)=0$.
Conversely if $A(u+iv)=0$ ($u,v $ real) then $Au=-iAv$ so $Au=Av=0$.
$endgroup$
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
|
show 1 more comment
$begingroup$
The set of solutions of $Ax=0$ is a subspace (of the correspondinf vector space), so all the linear combinations of 'solution' vectors are again solutions of $Ax=0$. Fot $A $ real, we can consider the solution set/space either as a subspace (of the vector space we're working in) with scalars from $mathbb{R}$ or $mathbb{C}$. Considering it over the complex number field, again any scalar multiple of a real solution vector $u$ is a solution. (Clearly if $Au=0$ then $A((a+ib)u)=0$.
Conversely if $A(u+iv)=0$ ($u,v $ real) then $Au=-iAv$ so $Au=Av=0$.
$endgroup$
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
|
show 1 more comment
$begingroup$
The set of solutions of $Ax=0$ is a subspace (of the correspondinf vector space), so all the linear combinations of 'solution' vectors are again solutions of $Ax=0$. Fot $A $ real, we can consider the solution set/space either as a subspace (of the vector space we're working in) with scalars from $mathbb{R}$ or $mathbb{C}$. Considering it over the complex number field, again any scalar multiple of a real solution vector $u$ is a solution. (Clearly if $Au=0$ then $A((a+ib)u)=0$.
Conversely if $A(u+iv)=0$ ($u,v $ real) then $Au=-iAv$ so $Au=Av=0$.
$endgroup$
The set of solutions of $Ax=0$ is a subspace (of the correspondinf vector space), so all the linear combinations of 'solution' vectors are again solutions of $Ax=0$. Fot $A $ real, we can consider the solution set/space either as a subspace (of the vector space we're working in) with scalars from $mathbb{R}$ or $mathbb{C}$. Considering it over the complex number field, again any scalar multiple of a real solution vector $u$ is a solution. (Clearly if $Au=0$ then $A((a+ib)u)=0$.
Conversely if $A(u+iv)=0$ ($u,v $ real) then $Au=-iAv$ so $Au=Av=0$.
edited Dec 10 '18 at 10:54
answered Dec 10 '18 at 10:41
AnyADAnyAD
2,113812
2,113812
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
|
show 1 more comment
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
But you can't pick $a+bi$ such that for a given complex vector $u$ the scalar multiple $(a+bi)u$ is real, can you? (Try $u=(1,i)$)
$endgroup$
– Christoph
Dec 10 '18 at 10:46
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
@Christoph That was not really what I was trying to say. I will read the question and answer and check.
$endgroup$
– AnyAD
Dec 10 '18 at 10:52
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
I see, you wanted to produce a non-trivial complex solution so you assume $u$ is real in that part?
$endgroup$
– Christoph
Dec 10 '18 at 10:53
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@Christoph Thank you for pointing that out. I've added 'real' in the answer.
$endgroup$
– AnyAD
Dec 10 '18 at 10:55
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
$begingroup$
@AnyAD. Thanks for your answer. Why is it that $Au=-iAv implies Au=Av=0$?
$endgroup$
– Matthias
Dec 10 '18 at 11:23
|
show 1 more 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%2f3033749%2fhaving-a-homogenous-system-of-linear-equations-with-real-coefficients-with-a-non%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