Constructing Singular ValueDdecomposition for a Product of two Matrices
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
Given real matrices A,B with appropriate dimensions to compute the product AB
and given the SVD of matrix A:
$$ A=U_A S_A V_A^T $$
Is there a way or method to construct SVD(AB) analytically?
$$ A=U_AB S_AB V_AB^T $$
I am mainly interested in the relation between orthonormal bases V_A and V_AB.
There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
$$ V_AB = T V_A $$
How can I compute T ?
In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.
I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.
https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578
https://epubs.siam.org/doi/pdf/10.1137/0613060
Thanks for your support!
matrix-decomposition orthonormal svd
add a comment |Â
up vote
-1
down vote
favorite
Given real matrices A,B with appropriate dimensions to compute the product AB
and given the SVD of matrix A:
$$ A=U_A S_A V_A^T $$
Is there a way or method to construct SVD(AB) analytically?
$$ A=U_AB S_AB V_AB^T $$
I am mainly interested in the relation between orthonormal bases V_A and V_AB.
There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
$$ V_AB = T V_A $$
How can I compute T ?
In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.
I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.
https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578
https://epubs.siam.org/doi/pdf/10.1137/0613060
Thanks for your support!
matrix-decomposition orthonormal svd
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Given real matrices A,B with appropriate dimensions to compute the product AB
and given the SVD of matrix A:
$$ A=U_A S_A V_A^T $$
Is there a way or method to construct SVD(AB) analytically?
$$ A=U_AB S_AB V_AB^T $$
I am mainly interested in the relation between orthonormal bases V_A and V_AB.
There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
$$ V_AB = T V_A $$
How can I compute T ?
In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.
I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.
https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578
https://epubs.siam.org/doi/pdf/10.1137/0613060
Thanks for your support!
matrix-decomposition orthonormal svd
Given real matrices A,B with appropriate dimensions to compute the product AB
and given the SVD of matrix A:
$$ A=U_A S_A V_A^T $$
Is there a way or method to construct SVD(AB) analytically?
$$ A=U_AB S_AB V_AB^T $$
I am mainly interested in the relation between orthonormal bases V_A and V_AB.
There has to be a transformation (rotation?) T that depends on matrix B (and maybe also A).
$$ V_AB = T V_A $$
How can I compute T ?
In my specific case B is a lower-triangular matrix obtained by a Choleski Decomposition. Eventually this simplifies the problem.
I already checked a number of old papers from Golub, Paige, Stoer, Moor, ... but that didn't really help me.
https://epubs.siam.org/doi/pdf/10.1137/S0895479897325578
https://epubs.siam.org/doi/pdf/10.1137/0613060
Thanks for your support!
matrix-decomposition orthonormal svd
asked Aug 3 at 9:06
Beram
1
1
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2870890%2fconstructing-singular-valueddecomposition-for-a-product-of-two-matrices%23new-answer', 'question_page');
);
Post as a guest
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
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
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