Determinants and uniqueness of a solution
$begingroup$
I have a question here which says:
"If det$(A)neq0,$then $Ax=x$ has a unique solution."
The $x$ on the right side isn't a typo. It's not supposed to be $b.$
I am supposed to show that this is true or false. If it's true, I have to explain why and if it's false, I have to explain why it's false.
I'm not really sure how to go about "proving" this.
I do notice that $Ax-x=0$ and thus $x(A-I)=0$. However, I can't really see where to go from there.
linear-algebra determinant
$endgroup$
add a comment |
$begingroup$
I have a question here which says:
"If det$(A)neq0,$then $Ax=x$ has a unique solution."
The $x$ on the right side isn't a typo. It's not supposed to be $b.$
I am supposed to show that this is true or false. If it's true, I have to explain why and if it's false, I have to explain why it's false.
I'm not really sure how to go about "proving" this.
I do notice that $Ax-x=0$ and thus $x(A-I)=0$. However, I can't really see where to go from there.
linear-algebra determinant
$endgroup$
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24
add a comment |
$begingroup$
I have a question here which says:
"If det$(A)neq0,$then $Ax=x$ has a unique solution."
The $x$ on the right side isn't a typo. It's not supposed to be $b.$
I am supposed to show that this is true or false. If it's true, I have to explain why and if it's false, I have to explain why it's false.
I'm not really sure how to go about "proving" this.
I do notice that $Ax-x=0$ and thus $x(A-I)=0$. However, I can't really see where to go from there.
linear-algebra determinant
$endgroup$
I have a question here which says:
"If det$(A)neq0,$then $Ax=x$ has a unique solution."
The $x$ on the right side isn't a typo. It's not supposed to be $b.$
I am supposed to show that this is true or false. If it's true, I have to explain why and if it's false, I have to explain why it's false.
I'm not really sure how to go about "proving" this.
I do notice that $Ax-x=0$ and thus $x(A-I)=0$. However, I can't really see where to go from there.
linear-algebra determinant
linear-algebra determinant
asked Nov 30 '18 at 3:20
Future Math personFuture Math person
972717
972717
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24
add a comment |
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
It's clearly false. Take
$A = I; tag 1$
then
$det(A) = 1 ne 0, tag 2$
but
$forall x, ; Ax = Ix = x; tag 3$
the solution to
$Ax = x tag 4$
is certainly not unique!
This example shows that the proposed hypothetical is not true, but why? I think the most concise reason I can give is that $det(A) ne 0$ does not preclude $det (A - I) = 0$; if
$det(A - I) ne 0, tag 5$
then
$(A - I)x = 0 tag 6$
has the unique solution $0$; but when $det(A - I)$ vanishes, in general we will have
$ker (A - I) ne {0}; tag 7$
indeed, $dim(ker(A - I))$ may be as great as $text{size}(A)$, as the above example indicates.
$endgroup$
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
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%2f3019586%2fdeterminants-and-uniqueness-of-a-solution%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
$begingroup$
It's clearly false. Take
$A = I; tag 1$
then
$det(A) = 1 ne 0, tag 2$
but
$forall x, ; Ax = Ix = x; tag 3$
the solution to
$Ax = x tag 4$
is certainly not unique!
This example shows that the proposed hypothetical is not true, but why? I think the most concise reason I can give is that $det(A) ne 0$ does not preclude $det (A - I) = 0$; if
$det(A - I) ne 0, tag 5$
then
$(A - I)x = 0 tag 6$
has the unique solution $0$; but when $det(A - I)$ vanishes, in general we will have
$ker (A - I) ne {0}; tag 7$
indeed, $dim(ker(A - I))$ may be as great as $text{size}(A)$, as the above example indicates.
$endgroup$
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
add a comment |
$begingroup$
It's clearly false. Take
$A = I; tag 1$
then
$det(A) = 1 ne 0, tag 2$
but
$forall x, ; Ax = Ix = x; tag 3$
the solution to
$Ax = x tag 4$
is certainly not unique!
This example shows that the proposed hypothetical is not true, but why? I think the most concise reason I can give is that $det(A) ne 0$ does not preclude $det (A - I) = 0$; if
$det(A - I) ne 0, tag 5$
then
$(A - I)x = 0 tag 6$
has the unique solution $0$; but when $det(A - I)$ vanishes, in general we will have
$ker (A - I) ne {0}; tag 7$
indeed, $dim(ker(A - I))$ may be as great as $text{size}(A)$, as the above example indicates.
$endgroup$
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
add a comment |
$begingroup$
It's clearly false. Take
$A = I; tag 1$
then
$det(A) = 1 ne 0, tag 2$
but
$forall x, ; Ax = Ix = x; tag 3$
the solution to
$Ax = x tag 4$
is certainly not unique!
This example shows that the proposed hypothetical is not true, but why? I think the most concise reason I can give is that $det(A) ne 0$ does not preclude $det (A - I) = 0$; if
$det(A - I) ne 0, tag 5$
then
$(A - I)x = 0 tag 6$
has the unique solution $0$; but when $det(A - I)$ vanishes, in general we will have
$ker (A - I) ne {0}; tag 7$
indeed, $dim(ker(A - I))$ may be as great as $text{size}(A)$, as the above example indicates.
$endgroup$
It's clearly false. Take
$A = I; tag 1$
then
$det(A) = 1 ne 0, tag 2$
but
$forall x, ; Ax = Ix = x; tag 3$
the solution to
$Ax = x tag 4$
is certainly not unique!
This example shows that the proposed hypothetical is not true, but why? I think the most concise reason I can give is that $det(A) ne 0$ does not preclude $det (A - I) = 0$; if
$det(A - I) ne 0, tag 5$
then
$(A - I)x = 0 tag 6$
has the unique solution $0$; but when $det(A - I)$ vanishes, in general we will have
$ker (A - I) ne {0}; tag 7$
indeed, $dim(ker(A - I))$ may be as great as $text{size}(A)$, as the above example indicates.
edited Nov 30 '18 at 3:33
answered Nov 30 '18 at 3:25
Robert LewisRobert Lewis
44.6k22964
44.6k22964
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
add a comment |
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
1
1
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
$begingroup$
I wonder how I missed that... Thanks. Wow. That felt so obvious.
$endgroup$
– Future Math person
Nov 30 '18 at 3:26
1
1
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
$begingroup$
ha ha..........
$endgroup$
– Randall
Nov 30 '18 at 3:26
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%2f3019586%2fdeterminants-and-uniqueness-of-a-solution%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
$begingroup$
Well, is there an invertible matrix $A$ where $A-1$ has multiple vectors in the kernel?
$endgroup$
– jgon
Nov 30 '18 at 3:24