is random gaussian matrix invertible?
$begingroup$
Is Gaussian Random Matrix invertible?
I mean can we invert a Random Gaussian Square Matrix and also what is nature of its determinant, I mean to say whether determinant is zero or non zero?
matrices random-matrices
$endgroup$
add a comment |
$begingroup$
Is Gaussian Random Matrix invertible?
I mean can we invert a Random Gaussian Square Matrix and also what is nature of its determinant, I mean to say whether determinant is zero or non zero?
matrices random-matrices
$endgroup$
1
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
1
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
1
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17
add a comment |
$begingroup$
Is Gaussian Random Matrix invertible?
I mean can we invert a Random Gaussian Square Matrix and also what is nature of its determinant, I mean to say whether determinant is zero or non zero?
matrices random-matrices
$endgroup$
Is Gaussian Random Matrix invertible?
I mean can we invert a Random Gaussian Square Matrix and also what is nature of its determinant, I mean to say whether determinant is zero or non zero?
matrices random-matrices
matrices random-matrices
asked Dec 7 '18 at 16:38
sujit dassujit das
11
11
1
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
1
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
1
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17
add a comment |
1
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
1
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
1
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17
1
1
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
1
1
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
1
1
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17
add a comment |
0
active
oldest
votes
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%2f3030104%2fis-random-gaussian-matrix-invertible%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3030104%2fis-random-gaussian-matrix-invertible%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
1
$begingroup$
Theoretically the determinant is a random variable, probability that it is exactly 0 is null. Practically, for large size, the matrix may become very badly conditioned, therefore difficult to invert
$endgroup$
– Damien
Dec 7 '18 at 16:47
1
$begingroup$
When I need to deal with a random matrix, not necessarily Gaussian, I prefer performing a SVD. It allows analysing the matrix, performing inverse or pseudo inverse, doing some light modifications of the matrix to avoid problems with the inverse, etc. However, it implies more computations ...
$endgroup$
– Damien
Dec 7 '18 at 17:02
$begingroup$
I plus-oned Damien's comments, but to emphasize that sujit's question needs more structure, I note that if we let $X$ be a Gaussian random variable, the $2times 2$ random matrix $[X : X; X : X]$ is (surely) not invertible.
$endgroup$
– Michael
Dec 7 '18 at 17:05
1
$begingroup$
On the other hand, if we form a random square matrix by independently choosing the columns, the probability that it is invertible is equal to the probability that the first column is not all-zero, multiplied by the probability that the second column is not in the span of the first, multiplied by the probability that the third column is not in the span of the first two, and so on. So it is easy to see that, in most cases with continuous probability distributions, this is a product of 1s (so the probability it is invertible is also 1, which supports Damien's initial comment).
$endgroup$
– Michael
Dec 7 '18 at 17:09
$begingroup$
Another classical possibility is to approximate the inverse by $(A^TA +lambda I)^{-1}A^T$ where $lambda$ is a small stabilization factor
$endgroup$
– Damien
Dec 7 '18 at 17:17