Why is the change of basis formula counter-intuitive? [See details]
$begingroup$
The formula of change of basis $[T]_{B'} = P_{B'leftarrow B}[T]_{B}P_{Bleftarrow B'}$.
I don't understand why you need $P_{Bleftarrow B'}$? It seems to me that if you have the transformation expressed in $B$ already with $[T]_{B}$ you just need to translate to $B'$ by using $P_{B'leftarrow B}$ to get $[T]_{B'}$ rendering $P_{Bleftarrow B'}$ as useless. Can someone explain what I am missing here?
linear-algebra
$endgroup$
add a comment |
$begingroup$
The formula of change of basis $[T]_{B'} = P_{B'leftarrow B}[T]_{B}P_{Bleftarrow B'}$.
I don't understand why you need $P_{Bleftarrow B'}$? It seems to me that if you have the transformation expressed in $B$ already with $[T]_{B}$ you just need to translate to $B'$ by using $P_{B'leftarrow B}$ to get $[T]_{B'}$ rendering $P_{Bleftarrow B'}$ as useless. Can someone explain what I am missing here?
linear-algebra
$endgroup$
$begingroup$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago
add a comment |
$begingroup$
The formula of change of basis $[T]_{B'} = P_{B'leftarrow B}[T]_{B}P_{Bleftarrow B'}$.
I don't understand why you need $P_{Bleftarrow B'}$? It seems to me that if you have the transformation expressed in $B$ already with $[T]_{B}$ you just need to translate to $B'$ by using $P_{B'leftarrow B}$ to get $[T]_{B'}$ rendering $P_{Bleftarrow B'}$ as useless. Can someone explain what I am missing here?
linear-algebra
$endgroup$
The formula of change of basis $[T]_{B'} = P_{B'leftarrow B}[T]_{B}P_{Bleftarrow B'}$.
I don't understand why you need $P_{Bleftarrow B'}$? It seems to me that if you have the transformation expressed in $B$ already with $[T]_{B}$ you just need to translate to $B'$ by using $P_{B'leftarrow B}$ to get $[T]_{B'}$ rendering $P_{Bleftarrow B'}$ as useless. Can someone explain what I am missing here?
linear-algebra
linear-algebra
edited 2 hours ago
Carmeister
2,8792924
2,8792924
asked 7 hours ago
Dr.StoneDr.Stone
676
676
$begingroup$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago
add a comment |
$begingroup$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago
$begingroup$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago
$begingroup$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Imagine what you must do to a vector expressed in $B'$ coordinates in order to apply $T$ to it. First you switch from $B'$ coordinates to $B$ coordinates, then you multiply by the matrix of $T$ (with respect to $B$), then finally you switch back to $B'$ coordinates.
$endgroup$
add a comment |
$begingroup$
Write $B={e_1,...,e_n}, B' ={e_1',...,e_n'}$
If you have the first member of $B'$, $e_1'$, and you want to compute the effect of $T$ on it, then applying $[T]_B$ to $(1,0,...0)$ will be the effect of $T$ on the first member of the basis $B$, so $e_1$, written in the basis $B$ so it has nothing to do with the image of $e_1'$.
So if you only know $[T]_B$ and want to compute $Te_1'$, then you first have to write $e_1'$ in the basis $B$, so you compute $P_{B'to B}(1,0,...0)$, then compute $[T]_B$ times that, which yields $Te_1'$ but written in the basis $B$, so now you have to write it in the basis $B'$ to get the correct result, that's where $P_{Bto B'}$ comes from on the left. This gives the formula
$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%2f3195162%2fwhy-is-the-change-of-basis-formula-counter-intuitive-see-details%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$
Imagine what you must do to a vector expressed in $B'$ coordinates in order to apply $T$ to it. First you switch from $B'$ coordinates to $B$ coordinates, then you multiply by the matrix of $T$ (with respect to $B$), then finally you switch back to $B'$ coordinates.
$endgroup$
add a comment |
$begingroup$
Imagine what you must do to a vector expressed in $B'$ coordinates in order to apply $T$ to it. First you switch from $B'$ coordinates to $B$ coordinates, then you multiply by the matrix of $T$ (with respect to $B$), then finally you switch back to $B'$ coordinates.
$endgroup$
add a comment |
$begingroup$
Imagine what you must do to a vector expressed in $B'$ coordinates in order to apply $T$ to it. First you switch from $B'$ coordinates to $B$ coordinates, then you multiply by the matrix of $T$ (with respect to $B$), then finally you switch back to $B'$ coordinates.
$endgroup$
Imagine what you must do to a vector expressed in $B'$ coordinates in order to apply $T$ to it. First you switch from $B'$ coordinates to $B$ coordinates, then you multiply by the matrix of $T$ (with respect to $B$), then finally you switch back to $B'$ coordinates.
answered 6 hours ago
littleOlittleO
30.6k649111
30.6k649111
add a comment |
add a comment |
$begingroup$
Write $B={e_1,...,e_n}, B' ={e_1',...,e_n'}$
If you have the first member of $B'$, $e_1'$, and you want to compute the effect of $T$ on it, then applying $[T]_B$ to $(1,0,...0)$ will be the effect of $T$ on the first member of the basis $B$, so $e_1$, written in the basis $B$ so it has nothing to do with the image of $e_1'$.
So if you only know $[T]_B$ and want to compute $Te_1'$, then you first have to write $e_1'$ in the basis $B$, so you compute $P_{B'to B}(1,0,...0)$, then compute $[T]_B$ times that, which yields $Te_1'$ but written in the basis $B$, so now you have to write it in the basis $B'$ to get the correct result, that's where $P_{Bto B'}$ comes from on the left. This gives the formula
$endgroup$
add a comment |
$begingroup$
Write $B={e_1,...,e_n}, B' ={e_1',...,e_n'}$
If you have the first member of $B'$, $e_1'$, and you want to compute the effect of $T$ on it, then applying $[T]_B$ to $(1,0,...0)$ will be the effect of $T$ on the first member of the basis $B$, so $e_1$, written in the basis $B$ so it has nothing to do with the image of $e_1'$.
So if you only know $[T]_B$ and want to compute $Te_1'$, then you first have to write $e_1'$ in the basis $B$, so you compute $P_{B'to B}(1,0,...0)$, then compute $[T]_B$ times that, which yields $Te_1'$ but written in the basis $B$, so now you have to write it in the basis $B'$ to get the correct result, that's where $P_{Bto B'}$ comes from on the left. This gives the formula
$endgroup$
add a comment |
$begingroup$
Write $B={e_1,...,e_n}, B' ={e_1',...,e_n'}$
If you have the first member of $B'$, $e_1'$, and you want to compute the effect of $T$ on it, then applying $[T]_B$ to $(1,0,...0)$ will be the effect of $T$ on the first member of the basis $B$, so $e_1$, written in the basis $B$ so it has nothing to do with the image of $e_1'$.
So if you only know $[T]_B$ and want to compute $Te_1'$, then you first have to write $e_1'$ in the basis $B$, so you compute $P_{B'to B}(1,0,...0)$, then compute $[T]_B$ times that, which yields $Te_1'$ but written in the basis $B$, so now you have to write it in the basis $B'$ to get the correct result, that's where $P_{Bto B'}$ comes from on the left. This gives the formula
$endgroup$
Write $B={e_1,...,e_n}, B' ={e_1',...,e_n'}$
If you have the first member of $B'$, $e_1'$, and you want to compute the effect of $T$ on it, then applying $[T]_B$ to $(1,0,...0)$ will be the effect of $T$ on the first member of the basis $B$, so $e_1$, written in the basis $B$ so it has nothing to do with the image of $e_1'$.
So if you only know $[T]_B$ and want to compute $Te_1'$, then you first have to write $e_1'$ in the basis $B$, so you compute $P_{B'to B}(1,0,...0)$, then compute $[T]_B$ times that, which yields $Te_1'$ but written in the basis $B$, so now you have to write it in the basis $B'$ to get the correct result, that's where $P_{Bto B'}$ comes from on the left. This gives the formula
answered 7 hours ago
MaxMax
16.6k11144
16.6k11144
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%2f3195162%2fwhy-is-the-change-of-basis-formula-counter-intuitive-see-details%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$
@littleO this is actually what I was looking for. Can you write it as real answer instead of a comment it might help others understand as well so I can approve it.
$endgroup$
– Dr.Stone
7 hours ago