Inverse of a square block matrixSquare root of a squared block matrixInverse of a certain block matrixInverse of block triangular matrixTheoretical question about the rank and existence of an inverse of a block matrix,Find $||cdot||_2$ norm of block matrixinverse of $2times2$ block matrixDeterminat of block matrix relatedWhat will be the computational and space complexity if calculate the inverse by using block-inverse matrix method?Inverse of a $4 times 4$ triangular block matrixInverse of a 3x3 block matrix
What is 'Log Memory' in Query Store 2017
I am the person who abides by rules but breaks the rules . Who am I
What does it take to become a wilderness skills guide as a business?
What would be the most expensive material to an intergalactic society?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Create chunks from an array
Was this cameo in Captain Marvel computer generated?
Short story about cities being connected by a conveyor belt
Generating a list with duplicate entries
Should we avoid writing fiction about historical events without extensive research?
Having the player face themselves after the mid-game
Why isn't P and P/poly trivially the same?
Should I apply for my boss's promotion?
What is the purpose of a disclaimer like "this is not legal advice"?
Exempt portion of equation line from aligning?
Ultrafilters as a double dual
Why aren't there more Gauls like Obelix?
How to distinguish easily different soldier of ww2?
A vote on the Brexit backstop
If nine coins are tossed, what is the probability that the number of heads is even?
Use Mercury as quenching liquid for swords?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
What is Tony Stark injecting into himself in Iron Man 3?
Tool for measuring readability of English text
Inverse of a square block matrix
Square root of a squared block matrixInverse of a certain block matrixInverse of block triangular matrixTheoretical question about the rank and existence of an inverse of a block matrix,Find $||cdot||_2$ norm of block matrixinverse of $2times2$ block matrixDeterminat of block matrix relatedWhat will be the computational and space complexity if calculate the inverse by using block-inverse matrix method?Inverse of a $4 times 4$ triangular block matrixInverse of a 3x3 block matrix
$begingroup$
I am trying to understand how to compute the inverse of a square block matrix defined as follows
$$beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
where $bf I$ is a $Ttimes T$ identity matrix, $bf X$ is a $Ttimes K$ matrix of scalars and $bf 0$ is a $Ktimes K$ null matrix.
I actually have no idea about that, so any hint is welcome.
linear-algebra matrices inverse block-matrices
$endgroup$
add a comment |
$begingroup$
I am trying to understand how to compute the inverse of a square block matrix defined as follows
$$beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
where $bf I$ is a $Ttimes T$ identity matrix, $bf X$ is a $Ttimes K$ matrix of scalars and $bf 0$ is a $Ktimes K$ null matrix.
I actually have no idea about that, so any hint is welcome.
linear-algebra matrices inverse block-matrices
$endgroup$
$begingroup$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18
add a comment |
$begingroup$
I am trying to understand how to compute the inverse of a square block matrix defined as follows
$$beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
where $bf I$ is a $Ttimes T$ identity matrix, $bf X$ is a $Ttimes K$ matrix of scalars and $bf 0$ is a $Ktimes K$ null matrix.
I actually have no idea about that, so any hint is welcome.
linear-algebra matrices inverse block-matrices
$endgroup$
I am trying to understand how to compute the inverse of a square block matrix defined as follows
$$beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
where $bf I$ is a $Ttimes T$ identity matrix, $bf X$ is a $Ttimes K$ matrix of scalars and $bf 0$ is a $Ktimes K$ null matrix.
I actually have no idea about that, so any hint is welcome.
linear-algebra matrices inverse block-matrices
linear-algebra matrices inverse block-matrices
edited 18 hours ago
Rodrigo de Azevedo
13.1k41960
13.1k41960
asked May 1 '16 at 7:37
PhDingPhDing
266316
266316
$begingroup$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18
add a comment |
$begingroup$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18
$begingroup$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
In general, we have
$$left[beginarrayccbf V & bf W \ bf X & bf Yendarrayright]^-1 = left[beginarrayccbf V^-1 + bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1& -bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1 \ -left(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1 & left(bf Y-bf Xbf V^-1bf Wright)^-1endarrayright].$$
This can be derived through Woodbury matrix identity or in general Schur complement. Now you can plug in your matrices to get the appropriate inverse.
$endgroup$
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
add a comment |
$begingroup$
Let
$$bf M=beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
The formula given by @Luckyluck63 works if and only if $bf X'bf X$ is invertible, and this is the necessary and sufficient condition under which $bf M$ is invertible.
This condition can be re-written in the following way:
The format $T times K$ of $bf X$ must be with $T geq K$ (i.e., square or "portrait" shape) AND $bf X$ must be full rank (i.e., rank$(bf X)=K$).
In all other cases, even if $bf X$ is full rank, $bf M$ is not invertible, for the following reason: as $T < K$, $bf X$ has a "landscape" format; thus its columns are necessarily linked, or said otherwise, there exists a certain non trivial linear combination of its columns equal to zero. Thus, the last $K$ columns of $bf M$ are linked by the same linear combination. Therefore $det(bf M)=0$, establishing that $bf M$ is not invertible.
$endgroup$
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
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%2f1766440%2finverse-of-a-square-block-matrix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
In general, we have
$$left[beginarrayccbf V & bf W \ bf X & bf Yendarrayright]^-1 = left[beginarrayccbf V^-1 + bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1& -bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1 \ -left(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1 & left(bf Y-bf Xbf V^-1bf Wright)^-1endarrayright].$$
This can be derived through Woodbury matrix identity or in general Schur complement. Now you can plug in your matrices to get the appropriate inverse.
$endgroup$
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
add a comment |
$begingroup$
In general, we have
$$left[beginarrayccbf V & bf W \ bf X & bf Yendarrayright]^-1 = left[beginarrayccbf V^-1 + bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1& -bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1 \ -left(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1 & left(bf Y-bf Xbf V^-1bf Wright)^-1endarrayright].$$
This can be derived through Woodbury matrix identity or in general Schur complement. Now you can plug in your matrices to get the appropriate inverse.
$endgroup$
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
add a comment |
$begingroup$
In general, we have
$$left[beginarrayccbf V & bf W \ bf X & bf Yendarrayright]^-1 = left[beginarrayccbf V^-1 + bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1& -bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1 \ -left(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1 & left(bf Y-bf Xbf V^-1bf Wright)^-1endarrayright].$$
This can be derived through Woodbury matrix identity or in general Schur complement. Now you can plug in your matrices to get the appropriate inverse.
$endgroup$
In general, we have
$$left[beginarrayccbf V & bf W \ bf X & bf Yendarrayright]^-1 = left[beginarrayccbf V^-1 + bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1& -bf V^-1bf Wleft(bf Y-bf Xbf V^-1bf Wright)^-1 \ -left(bf Y-bf Xbf V^-1bf Wright)^-1bf Xbf V^-1 & left(bf Y-bf Xbf V^-1bf Wright)^-1endarrayright].$$
This can be derived through Woodbury matrix identity or in general Schur complement. Now you can plug in your matrices to get the appropriate inverse.
edited May 1 '16 at 8:53
answered May 1 '16 at 8:48
Luckyluck63Luckyluck63
434211
434211
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
add a comment |
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
1
1
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks to the remark from @JeanMarie the above formula holds if $bf X'bf W$ is invertible.
$endgroup$
– Luckyluck63
May 1 '16 at 10:28
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
$begingroup$
Thanks for the editing, I appreciate : I will pay attention no to "slent" the name of matrices...
$endgroup$
– Jean Marie
May 1 '16 at 10:34
add a comment |
$begingroup$
Let
$$bf M=beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
The formula given by @Luckyluck63 works if and only if $bf X'bf X$ is invertible, and this is the necessary and sufficient condition under which $bf M$ is invertible.
This condition can be re-written in the following way:
The format $T times K$ of $bf X$ must be with $T geq K$ (i.e., square or "portrait" shape) AND $bf X$ must be full rank (i.e., rank$(bf X)=K$).
In all other cases, even if $bf X$ is full rank, $bf M$ is not invertible, for the following reason: as $T < K$, $bf X$ has a "landscape" format; thus its columns are necessarily linked, or said otherwise, there exists a certain non trivial linear combination of its columns equal to zero. Thus, the last $K$ columns of $bf M$ are linked by the same linear combination. Therefore $det(bf M)=0$, establishing that $bf M$ is not invertible.
$endgroup$
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
add a comment |
$begingroup$
Let
$$bf M=beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
The formula given by @Luckyluck63 works if and only if $bf X'bf X$ is invertible, and this is the necessary and sufficient condition under which $bf M$ is invertible.
This condition can be re-written in the following way:
The format $T times K$ of $bf X$ must be with $T geq K$ (i.e., square or "portrait" shape) AND $bf X$ must be full rank (i.e., rank$(bf X)=K$).
In all other cases, even if $bf X$ is full rank, $bf M$ is not invertible, for the following reason: as $T < K$, $bf X$ has a "landscape" format; thus its columns are necessarily linked, or said otherwise, there exists a certain non trivial linear combination of its columns equal to zero. Thus, the last $K$ columns of $bf M$ are linked by the same linear combination. Therefore $det(bf M)=0$, establishing that $bf M$ is not invertible.
$endgroup$
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
add a comment |
$begingroup$
Let
$$bf M=beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
The formula given by @Luckyluck63 works if and only if $bf X'bf X$ is invertible, and this is the necessary and sufficient condition under which $bf M$ is invertible.
This condition can be re-written in the following way:
The format $T times K$ of $bf X$ must be with $T geq K$ (i.e., square or "portrait" shape) AND $bf X$ must be full rank (i.e., rank$(bf X)=K$).
In all other cases, even if $bf X$ is full rank, $bf M$ is not invertible, for the following reason: as $T < K$, $bf X$ has a "landscape" format; thus its columns are necessarily linked, or said otherwise, there exists a certain non trivial linear combination of its columns equal to zero. Thus, the last $K$ columns of $bf M$ are linked by the same linear combination. Therefore $det(bf M)=0$, establishing that $bf M$ is not invertible.
$endgroup$
Let
$$bf M=beginbmatrix2bf I&-bf X\bf X'&bf 0endbmatrix$$
The formula given by @Luckyluck63 works if and only if $bf X'bf X$ is invertible, and this is the necessary and sufficient condition under which $bf M$ is invertible.
This condition can be re-written in the following way:
The format $T times K$ of $bf X$ must be with $T geq K$ (i.e., square or "portrait" shape) AND $bf X$ must be full rank (i.e., rank$(bf X)=K$).
In all other cases, even if $bf X$ is full rank, $bf M$ is not invertible, for the following reason: as $T < K$, $bf X$ has a "landscape" format; thus its columns are necessarily linked, or said otherwise, there exists a certain non trivial linear combination of its columns equal to zero. Thus, the last $K$ columns of $bf M$ are linked by the same linear combination. Therefore $det(bf M)=0$, establishing that $bf M$ is not invertible.
edited May 1 '16 at 10:31
Luckyluck63
434211
434211
answered May 1 '16 at 10:00
Jean MarieJean Marie
30.5k42154
30.5k42154
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
add a comment |
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
I am pretty sure $M$ is invertible, since I am working in Econometrics, under the strong Gauss-Markov hypotheses, among which there is the fact that $X'X$ is non singular
$endgroup$
– PhDing
May 1 '16 at 10:05
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
It means that necessarily, you have $X$ in the portrait format $T geq K$. As this hypothesis did not appear in your question, I have addressed the general issue...
$endgroup$
– Jean Marie
May 1 '16 at 10:14
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
$begingroup$
And I thank you for that!
$endgroup$
– PhDing
May 1 '16 at 10:20
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%2f1766440%2finverse-of-a-square-block-matrix%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$
Does $bf X'$ denote the transpose of $bf X$?
$endgroup$
– Luckyluck63
May 1 '16 at 8:35
$begingroup$
Yes, sorry I should have written that
$endgroup$
– PhDing
May 1 '16 at 9:18