Inverse of symmetric matrix $AA^top$ where $rank(A)=m leq n$?
Suppose I have a matrix $Ainmathbb{R^{mtimes n}}$ where $mleq n$ and $rank(A)=m$. Is the matrix $AA^top$ singular?
My hunch is that the matrix is only non-singular when $n=m$.
linear-algebra matrices linear-transformations matrix-rank
add a comment |
Suppose I have a matrix $Ainmathbb{R^{mtimes n}}$ where $mleq n$ and $rank(A)=m$. Is the matrix $AA^top$ singular?
My hunch is that the matrix is only non-singular when $n=m$.
linear-algebra matrices linear-transformations matrix-rank
add a comment |
Suppose I have a matrix $Ainmathbb{R^{mtimes n}}$ where $mleq n$ and $rank(A)=m$. Is the matrix $AA^top$ singular?
My hunch is that the matrix is only non-singular when $n=m$.
linear-algebra matrices linear-transformations matrix-rank
Suppose I have a matrix $Ainmathbb{R^{mtimes n}}$ where $mleq n$ and $rank(A)=m$. Is the matrix $AA^top$ singular?
My hunch is that the matrix is only non-singular when $n=m$.
linear-algebra matrices linear-transformations matrix-rank
linear-algebra matrices linear-transformations matrix-rank
edited Dec 4 '18 at 1:38
UnchartedWaters
asked Dec 4 '18 at 1:31
UnchartedWatersUnchartedWaters
103
103
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Here's the proof that the $mtimes m$ matrix $AA^top$ is nonsingular. Suppose $AA^top x = 0$ for some vector $xinBbb R^m$. Then
$$0=(AA^top x)cdot x = A^top xcdot A^top x$$
by the fundamental property of transpose. This means that $A^top x = 0$. Since $A^top$ is an $ntimes m$ matrix with rank $m$, the only solution of this equation is $x=0$. (For example, the only linear combination of the columns of $A^top$ that gives the zero vector is the zero linear combination.) This means that $AA^top$ is in fact nonsingular.
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
add a comment |
Actually, with your symbols, $A A^T$ is non-singular, it is $m$ by $m.$
The square $A^T A$ is a square matrix of size $n$ by $n$ but rank $m,$ therfore singular when $m < n$
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
add a comment |
Let $$A= begin{bmatrix}1 & 0 end{bmatrix}$$
then we have $AA^T=1$.
In general,
$$rank(AA^T)=rank(A)=m,$$
hence, it is nonsingular.
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%2f3025002%2finverse-of-symmetric-matrix-aa-top-where-ranka-m-leq-n%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
Here's the proof that the $mtimes m$ matrix $AA^top$ is nonsingular. Suppose $AA^top x = 0$ for some vector $xinBbb R^m$. Then
$$0=(AA^top x)cdot x = A^top xcdot A^top x$$
by the fundamental property of transpose. This means that $A^top x = 0$. Since $A^top$ is an $ntimes m$ matrix with rank $m$, the only solution of this equation is $x=0$. (For example, the only linear combination of the columns of $A^top$ that gives the zero vector is the zero linear combination.) This means that $AA^top$ is in fact nonsingular.
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
add a comment |
Here's the proof that the $mtimes m$ matrix $AA^top$ is nonsingular. Suppose $AA^top x = 0$ for some vector $xinBbb R^m$. Then
$$0=(AA^top x)cdot x = A^top xcdot A^top x$$
by the fundamental property of transpose. This means that $A^top x = 0$. Since $A^top$ is an $ntimes m$ matrix with rank $m$, the only solution of this equation is $x=0$. (For example, the only linear combination of the columns of $A^top$ that gives the zero vector is the zero linear combination.) This means that $AA^top$ is in fact nonsingular.
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
add a comment |
Here's the proof that the $mtimes m$ matrix $AA^top$ is nonsingular. Suppose $AA^top x = 0$ for some vector $xinBbb R^m$. Then
$$0=(AA^top x)cdot x = A^top xcdot A^top x$$
by the fundamental property of transpose. This means that $A^top x = 0$. Since $A^top$ is an $ntimes m$ matrix with rank $m$, the only solution of this equation is $x=0$. (For example, the only linear combination of the columns of $A^top$ that gives the zero vector is the zero linear combination.) This means that $AA^top$ is in fact nonsingular.
Here's the proof that the $mtimes m$ matrix $AA^top$ is nonsingular. Suppose $AA^top x = 0$ for some vector $xinBbb R^m$. Then
$$0=(AA^top x)cdot x = A^top xcdot A^top x$$
by the fundamental property of transpose. This means that $A^top x = 0$. Since $A^top$ is an $ntimes m$ matrix with rank $m$, the only solution of this equation is $x=0$. (For example, the only linear combination of the columns of $A^top$ that gives the zero vector is the zero linear combination.) This means that $AA^top$ is in fact nonsingular.
answered Dec 4 '18 at 2:04
Ted ShifrinTed Shifrin
63k44489
63k44489
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
add a comment |
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
yeah, I was thinking of mentioning positive definite, with a comment that row rank equals column rank. At that point, I was taking a shower, and had not taken the keyboard with me.
– Will Jagy
Dec 4 '18 at 2:13
1
1
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
I'm sure your keyboard is grateful, @WillJagy!
– Ted Shifrin
Dec 4 '18 at 3:14
add a comment |
Actually, with your symbols, $A A^T$ is non-singular, it is $m$ by $m.$
The square $A^T A$ is a square matrix of size $n$ by $n$ but rank $m,$ therfore singular when $m < n$
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
add a comment |
Actually, with your symbols, $A A^T$ is non-singular, it is $m$ by $m.$
The square $A^T A$ is a square matrix of size $n$ by $n$ but rank $m,$ therfore singular when $m < n$
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
add a comment |
Actually, with your symbols, $A A^T$ is non-singular, it is $m$ by $m.$
The square $A^T A$ is a square matrix of size $n$ by $n$ but rank $m,$ therfore singular when $m < n$
Actually, with your symbols, $A A^T$ is non-singular, it is $m$ by $m.$
The square $A^T A$ is a square matrix of size $n$ by $n$ but rank $m,$ therfore singular when $m < n$
answered Dec 4 '18 at 1:42
Will JagyWill Jagy
102k5100199
102k5100199
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
add a comment |
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
Thanks for your answer. But how do I prove that $AA^top$ is non-singular, in general? I'm from a CS background, not a maths background, so I might be missing some fundamental knowledge here.
– UnchartedWaters
Dec 4 '18 at 1:44
add a comment |
Let $$A= begin{bmatrix}1 & 0 end{bmatrix}$$
then we have $AA^T=1$.
In general,
$$rank(AA^T)=rank(A)=m,$$
hence, it is nonsingular.
add a comment |
Let $$A= begin{bmatrix}1 & 0 end{bmatrix}$$
then we have $AA^T=1$.
In general,
$$rank(AA^T)=rank(A)=m,$$
hence, it is nonsingular.
add a comment |
Let $$A= begin{bmatrix}1 & 0 end{bmatrix}$$
then we have $AA^T=1$.
In general,
$$rank(AA^T)=rank(A)=m,$$
hence, it is nonsingular.
Let $$A= begin{bmatrix}1 & 0 end{bmatrix}$$
then we have $AA^T=1$.
In general,
$$rank(AA^T)=rank(A)=m,$$
hence, it is nonsingular.
edited Dec 4 '18 at 1:55
answered Dec 4 '18 at 1:41
Siong Thye GohSiong Thye Goh
99.9k1465117
99.9k1465117
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%2f3025002%2finverse-of-symmetric-matrix-aa-top-where-ranka-m-leq-n%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