Simplification of $x = left(A + sum_i alpha_i B_iright)^-1 A y$, $A succ 0, A in M_n,n(mathbbC)$, $textrmrank(B_i) = 1$

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a matrix inversion problem on hand. I want to reduce the matrix inversion complexity, if at all feasible. Let me give a brief overview of the problem definition.



Problem definition:
Say $A succ 0, A in M_n,nleft( mathbbC right)$, is Hermitian and full-rank (positive definite) matrix. $B_i in M_n,nleft( mathbbC right)$ and rank-$1$, $alpha_i in mathbbC$ some constant, $y in M_n,1left( mathbbC right)$ some column vector.



beginalign
x = left(A + sum_i=0^m alpha_i B_iright)^-1 A y
endalign



Question: Can this matrix inversion be simplified such that big matrix inversion can be avoided (since $n approx 8$k)? Thank you in advance.



I can't make any progress with matrix inversion lemmas, e.g., in matrix cookbook.







share|cite|improve this question
















  • 1




    does this (math.stackexchange.com/questions/17776/…) help you at all?
    – bobcliffe
    Aug 23 at 9:01











  • Thanks, I will try that.
    – user550103
    Aug 23 at 9:10














up vote
0
down vote

favorite












I have a matrix inversion problem on hand. I want to reduce the matrix inversion complexity, if at all feasible. Let me give a brief overview of the problem definition.



Problem definition:
Say $A succ 0, A in M_n,nleft( mathbbC right)$, is Hermitian and full-rank (positive definite) matrix. $B_i in M_n,nleft( mathbbC right)$ and rank-$1$, $alpha_i in mathbbC$ some constant, $y in M_n,1left( mathbbC right)$ some column vector.



beginalign
x = left(A + sum_i=0^m alpha_i B_iright)^-1 A y
endalign



Question: Can this matrix inversion be simplified such that big matrix inversion can be avoided (since $n approx 8$k)? Thank you in advance.



I can't make any progress with matrix inversion lemmas, e.g., in matrix cookbook.







share|cite|improve this question
















  • 1




    does this (math.stackexchange.com/questions/17776/…) help you at all?
    – bobcliffe
    Aug 23 at 9:01











  • Thanks, I will try that.
    – user550103
    Aug 23 at 9:10












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a matrix inversion problem on hand. I want to reduce the matrix inversion complexity, if at all feasible. Let me give a brief overview of the problem definition.



Problem definition:
Say $A succ 0, A in M_n,nleft( mathbbC right)$, is Hermitian and full-rank (positive definite) matrix. $B_i in M_n,nleft( mathbbC right)$ and rank-$1$, $alpha_i in mathbbC$ some constant, $y in M_n,1left( mathbbC right)$ some column vector.



beginalign
x = left(A + sum_i=0^m alpha_i B_iright)^-1 A y
endalign



Question: Can this matrix inversion be simplified such that big matrix inversion can be avoided (since $n approx 8$k)? Thank you in advance.



I can't make any progress with matrix inversion lemmas, e.g., in matrix cookbook.







share|cite|improve this question












I have a matrix inversion problem on hand. I want to reduce the matrix inversion complexity, if at all feasible. Let me give a brief overview of the problem definition.



Problem definition:
Say $A succ 0, A in M_n,nleft( mathbbC right)$, is Hermitian and full-rank (positive definite) matrix. $B_i in M_n,nleft( mathbbC right)$ and rank-$1$, $alpha_i in mathbbC$ some constant, $y in M_n,1left( mathbbC right)$ some column vector.



beginalign
x = left(A + sum_i=0^m alpha_i B_iright)^-1 A y
endalign



Question: Can this matrix inversion be simplified such that big matrix inversion can be avoided (since $n approx 8$k)? Thank you in advance.



I can't make any progress with matrix inversion lemmas, e.g., in matrix cookbook.









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Aug 23 at 8:29









user550103

549213




549213







  • 1




    does this (math.stackexchange.com/questions/17776/…) help you at all?
    – bobcliffe
    Aug 23 at 9:01











  • Thanks, I will try that.
    – user550103
    Aug 23 at 9:10












  • 1




    does this (math.stackexchange.com/questions/17776/…) help you at all?
    – bobcliffe
    Aug 23 at 9:01











  • Thanks, I will try that.
    – user550103
    Aug 23 at 9:10







1




1




does this (math.stackexchange.com/questions/17776/…) help you at all?
– bobcliffe
Aug 23 at 9:01





does this (math.stackexchange.com/questions/17776/…) help you at all?
– bobcliffe
Aug 23 at 9:01













Thanks, I will try that.
– user550103
Aug 23 at 9:10




Thanks, I will try that.
– user550103
Aug 23 at 9:10















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2891864%2fsimplification-of-x-lefta-sum-i-alpha-i-b-i-right-1-a-y-a-suc%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2891864%2fsimplification-of-x-lefta-sum-i-alpha-i-b-i-right-1-a-y-a-suc%23new-answer', 'question_page');

);

Post as a guest













































































這個網誌中的熱門文章

Is there any way to eliminate the singular point to solve this integral by hand or by approximations?

Why am i infinitely getting the same tweet with the Twitter Search API?

Carbon dioxide