Inverse of $aI - frac{a}{b}J$ Announcing the arrival of Valued Associate #679: Cesar Manara ...
what is the log of the PDF for a Normal Distribution?
Tannaka duality for semisimple groups
In musical terms, what properties are varied by the human voice to produce different words / syllables?
After Sam didn't return home in the end, were he and Al still friends?
How do living politicians protect their readily obtainable signatures from misuse?
GDP with Intermediate Production
Why not use the yoke to control yaw, as well as pitch and roll?
What does 丫 mean? 丫是什么意思?
Can an iPhone 7 be made to function as a NFC Tag?
AppleTVs create a chatty alternate WiFi network
How does TikZ render an arc?
Relating to the President and obstruction, were Mueller's conclusions preordained?
What are the main differences between the original Stargate SG-1 and the Final Cut edition?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
What initially awakened the Balrog?
Is multiple magic items in one inherently imbalanced?
Did any compiler fully use 80-bit floating point?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
Constant factor of an array
Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?
Question about this thing for timpani
Most effective melee weapons for arboreal combat? (pre-gunpowder technology)
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Inverse of $aI - frac{a}{b}J$
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)I don't understand why the inverse is this?Inverse of complex matrix using Gauss-Jordan methodFinding an inverse matrixInverse function of sum of coth and tanh termsWhy do you use the inverse matrix to find the image of a curve in the plane?Finding the inverse of $A$Inverse of submatrixInverse of ratio functioninverse matrix search algorithmPerturbing the inverse of a singular matrix
$begingroup$
How would I find the inverse of this matrix?
I know we can pull the a out so that:
begin{equation}
aI - frac{a}{b}J = aleft[I - frac{1}{b}Jright]
end{equation}
and then we can focus on the inverse of the matrix in the brackets, but this seems to be outside the scope of how I know how to invert a matrix.
linear-algebra inverse
$endgroup$
add a comment |
$begingroup$
How would I find the inverse of this matrix?
I know we can pull the a out so that:
begin{equation}
aI - frac{a}{b}J = aleft[I - frac{1}{b}Jright]
end{equation}
and then we can focus on the inverse of the matrix in the brackets, but this seems to be outside the scope of how I know how to invert a matrix.
linear-algebra inverse
$endgroup$
$begingroup$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20
add a comment |
$begingroup$
How would I find the inverse of this matrix?
I know we can pull the a out so that:
begin{equation}
aI - frac{a}{b}J = aleft[I - frac{1}{b}Jright]
end{equation}
and then we can focus on the inverse of the matrix in the brackets, but this seems to be outside the scope of how I know how to invert a matrix.
linear-algebra inverse
$endgroup$
How would I find the inverse of this matrix?
I know we can pull the a out so that:
begin{equation}
aI - frac{a}{b}J = aleft[I - frac{1}{b}Jright]
end{equation}
and then we can focus on the inverse of the matrix in the brackets, but this seems to be outside the scope of how I know how to invert a matrix.
linear-algebra inverse
linear-algebra inverse
edited Mar 26 at 1:42
Brian
1,495416
1,495416
asked Mar 26 at 1:40
user1992460user1992460
505
505
$begingroup$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20
add a comment |
$begingroup$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20
$begingroup$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20
$begingroup$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Observe that $J^2 = nJ$, when $J$ is of order $n times n$.
Then $(I - rJ)(I - sJ) = I - (r + s)J + rs J^2 = I + (nrs - r - s)J$.
Now, for any given $r$, we can find $s$ such that the above becomes $I$ by solving $nrs - r - s = 0$. That is, $s = frac{r}{nr - 1}$. This does not work if $r = frac 1 n$. But when $r = frac 1 n$, we have $I - rJ = I - frac 1 n J$, which is non-invertible — there are multiple ways to see this — observe that it is idempotent (but is not the identity matrix, and therefore must be singular), or observe that $0$ is an eigenvalue, since $n$ is an eigenvalue of $J$.
Thus, for any $r ne frac 1 n$, $(I - rJ)^{-1} = I - frac{r}{nr - 1}J$.
Therefore, $$left(a - dfrac a b Jright)^{-1} = dfrac 1 a I - dfrac{1}{a(n - b)} J$$ for any $a ne 0, b ne n$.
$endgroup$
add a comment |
Your Answer
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%2f3162586%2finverse-of-ai-fracabj%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$
Observe that $J^2 = nJ$, when $J$ is of order $n times n$.
Then $(I - rJ)(I - sJ) = I - (r + s)J + rs J^2 = I + (nrs - r - s)J$.
Now, for any given $r$, we can find $s$ such that the above becomes $I$ by solving $nrs - r - s = 0$. That is, $s = frac{r}{nr - 1}$. This does not work if $r = frac 1 n$. But when $r = frac 1 n$, we have $I - rJ = I - frac 1 n J$, which is non-invertible — there are multiple ways to see this — observe that it is idempotent (but is not the identity matrix, and therefore must be singular), or observe that $0$ is an eigenvalue, since $n$ is an eigenvalue of $J$.
Thus, for any $r ne frac 1 n$, $(I - rJ)^{-1} = I - frac{r}{nr - 1}J$.
Therefore, $$left(a - dfrac a b Jright)^{-1} = dfrac 1 a I - dfrac{1}{a(n - b)} J$$ for any $a ne 0, b ne n$.
$endgroup$
add a comment |
$begingroup$
Observe that $J^2 = nJ$, when $J$ is of order $n times n$.
Then $(I - rJ)(I - sJ) = I - (r + s)J + rs J^2 = I + (nrs - r - s)J$.
Now, for any given $r$, we can find $s$ such that the above becomes $I$ by solving $nrs - r - s = 0$. That is, $s = frac{r}{nr - 1}$. This does not work if $r = frac 1 n$. But when $r = frac 1 n$, we have $I - rJ = I - frac 1 n J$, which is non-invertible — there are multiple ways to see this — observe that it is idempotent (but is not the identity matrix, and therefore must be singular), or observe that $0$ is an eigenvalue, since $n$ is an eigenvalue of $J$.
Thus, for any $r ne frac 1 n$, $(I - rJ)^{-1} = I - frac{r}{nr - 1}J$.
Therefore, $$left(a - dfrac a b Jright)^{-1} = dfrac 1 a I - dfrac{1}{a(n - b)} J$$ for any $a ne 0, b ne n$.
$endgroup$
add a comment |
$begingroup$
Observe that $J^2 = nJ$, when $J$ is of order $n times n$.
Then $(I - rJ)(I - sJ) = I - (r + s)J + rs J^2 = I + (nrs - r - s)J$.
Now, for any given $r$, we can find $s$ such that the above becomes $I$ by solving $nrs - r - s = 0$. That is, $s = frac{r}{nr - 1}$. This does not work if $r = frac 1 n$. But when $r = frac 1 n$, we have $I - rJ = I - frac 1 n J$, which is non-invertible — there are multiple ways to see this — observe that it is idempotent (but is not the identity matrix, and therefore must be singular), or observe that $0$ is an eigenvalue, since $n$ is an eigenvalue of $J$.
Thus, for any $r ne frac 1 n$, $(I - rJ)^{-1} = I - frac{r}{nr - 1}J$.
Therefore, $$left(a - dfrac a b Jright)^{-1} = dfrac 1 a I - dfrac{1}{a(n - b)} J$$ for any $a ne 0, b ne n$.
$endgroup$
Observe that $J^2 = nJ$, when $J$ is of order $n times n$.
Then $(I - rJ)(I - sJ) = I - (r + s)J + rs J^2 = I + (nrs - r - s)J$.
Now, for any given $r$, we can find $s$ such that the above becomes $I$ by solving $nrs - r - s = 0$. That is, $s = frac{r}{nr - 1}$. This does not work if $r = frac 1 n$. But when $r = frac 1 n$, we have $I - rJ = I - frac 1 n J$, which is non-invertible — there are multiple ways to see this — observe that it is idempotent (but is not the identity matrix, and therefore must be singular), or observe that $0$ is an eigenvalue, since $n$ is an eigenvalue of $J$.
Thus, for any $r ne frac 1 n$, $(I - rJ)^{-1} = I - frac{r}{nr - 1}J$.
Therefore, $$left(a - dfrac a b Jright)^{-1} = dfrac 1 a I - dfrac{1}{a(n - b)} J$$ for any $a ne 0, b ne n$.
answered Mar 26 at 2:28
M. VinayM. Vinay
7,35822136
7,35822136
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%2f3162586%2finverse-of-ai-fracabj%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$
Is $J$ the all-ones matrix?
$endgroup$
– M. Vinay
Mar 26 at 2:20