Finding a matrix $P$ such that $B=P^TAP$ given $A,B$
$begingroup$
I have 2 matrices, $A,B$ associated with the same bilinear application, where $A$ is expressed using the canonical basis $(1,0,0),(0,1,0),(0,0,1)$. I need to find the basis $B$ is associated with so I can compute $P$.
$$B=P^TAP$$
I would love a method that doesn't involve solving a big system of equations.
$$
A= begin{bmatrix}
3 & -2 & 0 \
5 & 7 & -8 \
0 & -4 & -1 \
end{bmatrix}$$
$$
B=
begin{bmatrix}
25 & 6 & -8 \
17 & 0 & -9 \
-4 & -5 & -1 \
end{bmatrix}
$$
linear-algebra
$endgroup$
|
show 2 more comments
$begingroup$
I have 2 matrices, $A,B$ associated with the same bilinear application, where $A$ is expressed using the canonical basis $(1,0,0),(0,1,0),(0,0,1)$. I need to find the basis $B$ is associated with so I can compute $P$.
$$B=P^TAP$$
I would love a method that doesn't involve solving a big system of equations.
$$
A= begin{bmatrix}
3 & -2 & 0 \
5 & 7 & -8 \
0 & -4 & -1 \
end{bmatrix}$$
$$
B=
begin{bmatrix}
25 & 6 & -8 \
17 & 0 & -9 \
-4 & -5 & -1 \
end{bmatrix}
$$
linear-algebra
$endgroup$
3
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38
|
show 2 more comments
$begingroup$
I have 2 matrices, $A,B$ associated with the same bilinear application, where $A$ is expressed using the canonical basis $(1,0,0),(0,1,0),(0,0,1)$. I need to find the basis $B$ is associated with so I can compute $P$.
$$B=P^TAP$$
I would love a method that doesn't involve solving a big system of equations.
$$
A= begin{bmatrix}
3 & -2 & 0 \
5 & 7 & -8 \
0 & -4 & -1 \
end{bmatrix}$$
$$
B=
begin{bmatrix}
25 & 6 & -8 \
17 & 0 & -9 \
-4 & -5 & -1 \
end{bmatrix}
$$
linear-algebra
$endgroup$
I have 2 matrices, $A,B$ associated with the same bilinear application, where $A$ is expressed using the canonical basis $(1,0,0),(0,1,0),(0,0,1)$. I need to find the basis $B$ is associated with so I can compute $P$.
$$B=P^TAP$$
I would love a method that doesn't involve solving a big system of equations.
$$
A= begin{bmatrix}
3 & -2 & 0 \
5 & 7 & -8 \
0 & -4 & -1 \
end{bmatrix}$$
$$
B=
begin{bmatrix}
25 & 6 & -8 \
17 & 0 & -9 \
-4 & -5 & -1 \
end{bmatrix}
$$
linear-algebra
linear-algebra
edited Jan 31 at 18:57
Nij
2,01611323
2,01611323
asked Jan 31 at 17:35


Marco VillalobosMarco Villalobos
61
61
3
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38
|
show 2 more comments
3
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38
3
3
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38
|
show 2 more comments
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%2f3095199%2ffinding-a-matrix-p-such-that-b-ptap-given-a-b%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%2f3095199%2ffinding-a-matrix-p-such-that-b-ptap-given-a-b%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
3
$begingroup$
Can you tell about your method and progress for the question?
$endgroup$
– SNEHIL SANYAL
Jan 31 at 17:39
$begingroup$
Making P a matrix with all its integers variables a,b,c,d,e,f,g,h,i and then making matrix multiplication, then solving the system
$endgroup$
– Marco Villalobos
Jan 31 at 18:01
$begingroup$
If $A,B$ were symmetric, then you could orthogonally diagonalize each of them, getting $A=P^TCP$ and $B=Q^TDQ$. Assuming $C=D$ (else there is no solution), then $B=Q^TPAP^TQ=(P^{-1}Q)^TA(P^{-1}Q)$.
$endgroup$
– vadim123
Jan 31 at 18:08
$begingroup$
Does a method for non-symmetric matrices exist?
$endgroup$
– Marco Villalobos
Jan 31 at 19:05
$begingroup$
How are these matrices “associated with a bilinear application?” If the bilinear form is something like $x^TAx$, then only the symmetric part of $A$ contributes to it, so there’s no a priori reason to believe that there is a solution in the first place. What makes you think that one is possible?
$endgroup$
– amd
Feb 1 at 1:38