Find all square matrices $A$ satisfying ${}^t!A = -A$.
$begingroup$
I am given an $n times n$ matrix $A$.
If $A = A^2$ and ${}^t!A = -A$, I need to find matrix of $A$.
$$A^2=A⟹A^2⋅{}^t!A=A⋅{}^t!A⟹A^2⋅(-A)=A⋅(-A)$$
How do I show the matrix of A from here ?
linear-algebra matrices matrix-equations transpose
$endgroup$
add a comment |
$begingroup$
I am given an $n times n$ matrix $A$.
If $A = A^2$ and ${}^t!A = -A$, I need to find matrix of $A$.
$$A^2=A⟹A^2⋅{}^t!A=A⋅{}^t!A⟹A^2⋅(-A)=A⋅(-A)$$
How do I show the matrix of A from here ?
linear-algebra matrices matrix-equations transpose
$endgroup$
$begingroup$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49
add a comment |
$begingroup$
I am given an $n times n$ matrix $A$.
If $A = A^2$ and ${}^t!A = -A$, I need to find matrix of $A$.
$$A^2=A⟹A^2⋅{}^t!A=A⋅{}^t!A⟹A^2⋅(-A)=A⋅(-A)$$
How do I show the matrix of A from here ?
linear-algebra matrices matrix-equations transpose
$endgroup$
I am given an $n times n$ matrix $A$.
If $A = A^2$ and ${}^t!A = -A$, I need to find matrix of $A$.
$$A^2=A⟹A^2⋅{}^t!A=A⋅{}^t!A⟹A^2⋅(-A)=A⋅(-A)$$
How do I show the matrix of A from here ?
linear-algebra matrices matrix-equations transpose
linear-algebra matrices matrix-equations transpose
edited Dec 19 '18 at 16:19
user593746
asked Sep 17 '18 at 7:45
RecklessSerenadeRecklessSerenade
295
295
$begingroup$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49
add a comment |
$begingroup$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49
$begingroup$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49
$begingroup$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
$A^t=-A$, hence $A=A^2=(-A^t)^2=(A^t)^2=(A^2)^t=A^t$.
Can you proceed ?
$endgroup$
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
add a comment |
$begingroup$
The transpose of $A^{2}$ is the square of the transpose of $A$. From the given hypothesis you get $A=-A$ so $A=0$.
$endgroup$
add a comment |
$begingroup$
Another way to solve this is to look at the (monic) minimal polynomial $mu(x)$ of $A$. Note that $A^2=A$ implies that $mu(x)$ divides $x^2-x$. Thus, any eigenvalue of $A$ can only be $0$ or $1$. Now, if $lambda$ is an eigenvalue of $A$, then $A^t=-A$ implies that $-lambda$ is also an eigenvalue of $A$ (unless your matrix $A$ is defined over a field of characteristic $2$, where $-lambda=lambda$). This proves that $1$ cannot be an eigenvalue of $A$. That is, $0$ is the only eigenvalue of $A$, whence $mu(x)=x$, and so $A=0$.
In characteristic $2$, $A$ can be any diagonalizable symmetric matrix whose spectrum is a subset of ${0,1}$. There are many such matrices $A$ in this case.
$endgroup$
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%2f2919954%2ffind-all-square-matrices-a-satisfying-t-a-a%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$A^t=-A$, hence $A=A^2=(-A^t)^2=(A^t)^2=(A^2)^t=A^t$.
Can you proceed ?
$endgroup$
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
add a comment |
$begingroup$
$A^t=-A$, hence $A=A^2=(-A^t)^2=(A^t)^2=(A^2)^t=A^t$.
Can you proceed ?
$endgroup$
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
add a comment |
$begingroup$
$A^t=-A$, hence $A=A^2=(-A^t)^2=(A^t)^2=(A^2)^t=A^t$.
Can you proceed ?
$endgroup$
$A^t=-A$, hence $A=A^2=(-A^t)^2=(A^t)^2=(A^2)^t=A^t$.
Can you proceed ?
answered Sep 17 '18 at 7:51
FredFred
46.8k1848
46.8k1848
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
add a comment |
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
I was able to understand its transformation, but I still don't understand why it will be A = 0 from its transformation as other respondents say.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:05
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
We have $A=A^t=-A$, hence $2A=0$. This gives $A=0$.
$endgroup$
– Fred
Sep 17 '18 at 9:12
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
$begingroup$
Thank you very much. I understand it.
$endgroup$
– RecklessSerenade
Sep 17 '18 at 9:47
add a comment |
$begingroup$
The transpose of $A^{2}$ is the square of the transpose of $A$. From the given hypothesis you get $A=-A$ so $A=0$.
$endgroup$
add a comment |
$begingroup$
The transpose of $A^{2}$ is the square of the transpose of $A$. From the given hypothesis you get $A=-A$ so $A=0$.
$endgroup$
add a comment |
$begingroup$
The transpose of $A^{2}$ is the square of the transpose of $A$. From the given hypothesis you get $A=-A$ so $A=0$.
$endgroup$
The transpose of $A^{2}$ is the square of the transpose of $A$. From the given hypothesis you get $A=-A$ so $A=0$.
answered Sep 17 '18 at 7:51
Kavi Rama MurthyKavi Rama Murthy
60.6k42161
60.6k42161
add a comment |
add a comment |
$begingroup$
Another way to solve this is to look at the (monic) minimal polynomial $mu(x)$ of $A$. Note that $A^2=A$ implies that $mu(x)$ divides $x^2-x$. Thus, any eigenvalue of $A$ can only be $0$ or $1$. Now, if $lambda$ is an eigenvalue of $A$, then $A^t=-A$ implies that $-lambda$ is also an eigenvalue of $A$ (unless your matrix $A$ is defined over a field of characteristic $2$, where $-lambda=lambda$). This proves that $1$ cannot be an eigenvalue of $A$. That is, $0$ is the only eigenvalue of $A$, whence $mu(x)=x$, and so $A=0$.
In characteristic $2$, $A$ can be any diagonalizable symmetric matrix whose spectrum is a subset of ${0,1}$. There are many such matrices $A$ in this case.
$endgroup$
add a comment |
$begingroup$
Another way to solve this is to look at the (monic) minimal polynomial $mu(x)$ of $A$. Note that $A^2=A$ implies that $mu(x)$ divides $x^2-x$. Thus, any eigenvalue of $A$ can only be $0$ or $1$. Now, if $lambda$ is an eigenvalue of $A$, then $A^t=-A$ implies that $-lambda$ is also an eigenvalue of $A$ (unless your matrix $A$ is defined over a field of characteristic $2$, where $-lambda=lambda$). This proves that $1$ cannot be an eigenvalue of $A$. That is, $0$ is the only eigenvalue of $A$, whence $mu(x)=x$, and so $A=0$.
In characteristic $2$, $A$ can be any diagonalizable symmetric matrix whose spectrum is a subset of ${0,1}$. There are many such matrices $A$ in this case.
$endgroup$
add a comment |
$begingroup$
Another way to solve this is to look at the (monic) minimal polynomial $mu(x)$ of $A$. Note that $A^2=A$ implies that $mu(x)$ divides $x^2-x$. Thus, any eigenvalue of $A$ can only be $0$ or $1$. Now, if $lambda$ is an eigenvalue of $A$, then $A^t=-A$ implies that $-lambda$ is also an eigenvalue of $A$ (unless your matrix $A$ is defined over a field of characteristic $2$, where $-lambda=lambda$). This proves that $1$ cannot be an eigenvalue of $A$. That is, $0$ is the only eigenvalue of $A$, whence $mu(x)=x$, and so $A=0$.
In characteristic $2$, $A$ can be any diagonalizable symmetric matrix whose spectrum is a subset of ${0,1}$. There are many such matrices $A$ in this case.
$endgroup$
Another way to solve this is to look at the (monic) minimal polynomial $mu(x)$ of $A$. Note that $A^2=A$ implies that $mu(x)$ divides $x^2-x$. Thus, any eigenvalue of $A$ can only be $0$ or $1$. Now, if $lambda$ is an eigenvalue of $A$, then $A^t=-A$ implies that $-lambda$ is also an eigenvalue of $A$ (unless your matrix $A$ is defined over a field of characteristic $2$, where $-lambda=lambda$). This proves that $1$ cannot be an eigenvalue of $A$. That is, $0$ is the only eigenvalue of $A$, whence $mu(x)=x$, and so $A=0$.
In characteristic $2$, $A$ can be any diagonalizable symmetric matrix whose spectrum is a subset of ${0,1}$. There are many such matrices $A$ in this case.
edited Dec 10 '18 at 13:43
answered Sep 17 '18 at 8:55
user593746
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.
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%2f2919954%2ffind-all-square-matrices-a-satisfying-t-a-a%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$
Try to transpose $A^2$ and see what kind of a result you get.
$endgroup$
– orion
Sep 17 '18 at 7:49