What is the general method of expressing a basis in terms of another basis of a vector space?












1












$begingroup$


I want to understand basis of vector spaces more clearly. I know that the basis of a vector space is a set of linearly independent elements that span that vector space. I know that an element in a vector space can be expressed in different bases. Now most of the examples I have seen give a standard vector $ left[ begin {array}{c} b1\ b2end {array} right] $ in terms of a basis $B = [b1,b2]$ that can be expressed in the "standard basis" $S = { left[ begin {array}{c} 1\ 0end {array} right], left[ begin {array}{c} 0\ 1end {array} right] }
$
.
From here follows that if I have a vector $left[ begin {array}{c} 3\ 5end {array} right]$ expressed in terms of $B$ then the change of basis matrix $C$ is the matrix with $b1,b2$ as its columns, therefore in the standard basis $left[ begin {array}{c} 3\ 5end {array} right]$ would be expressed as:
$$C left[ begin {array}{c} 3\ 5end {array} right]$$.
Now I want to know that if I have a vector say expressed in a basis $A=[a1,a2]$ how can I write that in terms of the basis $B$? In other words, how does one obtain the change of basis matrix for one basis to another other than the "standard basis"?
I have used two dimensional basis, but obviously I am interested in the general n-dimensional case.










share|cite|improve this question











$endgroup$

















    1












    $begingroup$


    I want to understand basis of vector spaces more clearly. I know that the basis of a vector space is a set of linearly independent elements that span that vector space. I know that an element in a vector space can be expressed in different bases. Now most of the examples I have seen give a standard vector $ left[ begin {array}{c} b1\ b2end {array} right] $ in terms of a basis $B = [b1,b2]$ that can be expressed in the "standard basis" $S = { left[ begin {array}{c} 1\ 0end {array} right], left[ begin {array}{c} 0\ 1end {array} right] }
    $
    .
    From here follows that if I have a vector $left[ begin {array}{c} 3\ 5end {array} right]$ expressed in terms of $B$ then the change of basis matrix $C$ is the matrix with $b1,b2$ as its columns, therefore in the standard basis $left[ begin {array}{c} 3\ 5end {array} right]$ would be expressed as:
    $$C left[ begin {array}{c} 3\ 5end {array} right]$$.
    Now I want to know that if I have a vector say expressed in a basis $A=[a1,a2]$ how can I write that in terms of the basis $B$? In other words, how does one obtain the change of basis matrix for one basis to another other than the "standard basis"?
    I have used two dimensional basis, but obviously I am interested in the general n-dimensional case.










    share|cite|improve this question











    $endgroup$















      1












      1








      1





      $begingroup$


      I want to understand basis of vector spaces more clearly. I know that the basis of a vector space is a set of linearly independent elements that span that vector space. I know that an element in a vector space can be expressed in different bases. Now most of the examples I have seen give a standard vector $ left[ begin {array}{c} b1\ b2end {array} right] $ in terms of a basis $B = [b1,b2]$ that can be expressed in the "standard basis" $S = { left[ begin {array}{c} 1\ 0end {array} right], left[ begin {array}{c} 0\ 1end {array} right] }
      $
      .
      From here follows that if I have a vector $left[ begin {array}{c} 3\ 5end {array} right]$ expressed in terms of $B$ then the change of basis matrix $C$ is the matrix with $b1,b2$ as its columns, therefore in the standard basis $left[ begin {array}{c} 3\ 5end {array} right]$ would be expressed as:
      $$C left[ begin {array}{c} 3\ 5end {array} right]$$.
      Now I want to know that if I have a vector say expressed in a basis $A=[a1,a2]$ how can I write that in terms of the basis $B$? In other words, how does one obtain the change of basis matrix for one basis to another other than the "standard basis"?
      I have used two dimensional basis, but obviously I am interested in the general n-dimensional case.










      share|cite|improve this question











      $endgroup$




      I want to understand basis of vector spaces more clearly. I know that the basis of a vector space is a set of linearly independent elements that span that vector space. I know that an element in a vector space can be expressed in different bases. Now most of the examples I have seen give a standard vector $ left[ begin {array}{c} b1\ b2end {array} right] $ in terms of a basis $B = [b1,b2]$ that can be expressed in the "standard basis" $S = { left[ begin {array}{c} 1\ 0end {array} right], left[ begin {array}{c} 0\ 1end {array} right] }
      $
      .
      From here follows that if I have a vector $left[ begin {array}{c} 3\ 5end {array} right]$ expressed in terms of $B$ then the change of basis matrix $C$ is the matrix with $b1,b2$ as its columns, therefore in the standard basis $left[ begin {array}{c} 3\ 5end {array} right]$ would be expressed as:
      $$C left[ begin {array}{c} 3\ 5end {array} right]$$.
      Now I want to know that if I have a vector say expressed in a basis $A=[a1,a2]$ how can I write that in terms of the basis $B$? In other words, how does one obtain the change of basis matrix for one basis to another other than the "standard basis"?
      I have used two dimensional basis, but obviously I am interested in the general n-dimensional case.







      linear-algebra linear-transformations change-of-basis hamel-basis






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 6 at 19:05









      José Carlos Santos

      157k22126227




      157k22126227










      asked Jan 6 at 18:42









      daljit97daljit97

      176111




      176111






















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          Express each element of $B$ as a linear combination of elements of $A$. More precisely, if $B={b_1,ldots,b_n}$, if $A={a_1,ldots,a_n}$, and if, for each $iin{1,2,ldots,n}$,$$b_i=c_{1i}a_1+c_{2i}a_2+cdots+c_{ni}a_n,$$then$$C=begin{bmatrix}c_{11}&ldots&c_{1n}\vdots&ddots&vdots\c_{n1}&ldots&c_{nn}end{bmatrix}.$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
            $endgroup$
            – daljit97
            Jan 6 at 19:09












          • $begingroup$
            In certain specific situations, there may be a shortcut, but in general you do it by hand.
            $endgroup$
            – José Carlos Santos
            Jan 6 at 19:12











          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064247%2fwhat-is-the-general-method-of-expressing-a-basis-in-terms-of-another-basis-of-a%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          Express each element of $B$ as a linear combination of elements of $A$. More precisely, if $B={b_1,ldots,b_n}$, if $A={a_1,ldots,a_n}$, and if, for each $iin{1,2,ldots,n}$,$$b_i=c_{1i}a_1+c_{2i}a_2+cdots+c_{ni}a_n,$$then$$C=begin{bmatrix}c_{11}&ldots&c_{1n}\vdots&ddots&vdots\c_{n1}&ldots&c_{nn}end{bmatrix}.$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
            $endgroup$
            – daljit97
            Jan 6 at 19:09












          • $begingroup$
            In certain specific situations, there may be a shortcut, but in general you do it by hand.
            $endgroup$
            – José Carlos Santos
            Jan 6 at 19:12
















          1












          $begingroup$

          Express each element of $B$ as a linear combination of elements of $A$. More precisely, if $B={b_1,ldots,b_n}$, if $A={a_1,ldots,a_n}$, and if, for each $iin{1,2,ldots,n}$,$$b_i=c_{1i}a_1+c_{2i}a_2+cdots+c_{ni}a_n,$$then$$C=begin{bmatrix}c_{11}&ldots&c_{1n}\vdots&ddots&vdots\c_{n1}&ldots&c_{nn}end{bmatrix}.$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
            $endgroup$
            – daljit97
            Jan 6 at 19:09












          • $begingroup$
            In certain specific situations, there may be a shortcut, but in general you do it by hand.
            $endgroup$
            – José Carlos Santos
            Jan 6 at 19:12














          1












          1








          1





          $begingroup$

          Express each element of $B$ as a linear combination of elements of $A$. More precisely, if $B={b_1,ldots,b_n}$, if $A={a_1,ldots,a_n}$, and if, for each $iin{1,2,ldots,n}$,$$b_i=c_{1i}a_1+c_{2i}a_2+cdots+c_{ni}a_n,$$then$$C=begin{bmatrix}c_{11}&ldots&c_{1n}\vdots&ddots&vdots\c_{n1}&ldots&c_{nn}end{bmatrix}.$$






          share|cite|improve this answer









          $endgroup$



          Express each element of $B$ as a linear combination of elements of $A$. More precisely, if $B={b_1,ldots,b_n}$, if $A={a_1,ldots,a_n}$, and if, for each $iin{1,2,ldots,n}$,$$b_i=c_{1i}a_1+c_{2i}a_2+cdots+c_{ni}a_n,$$then$$C=begin{bmatrix}c_{11}&ldots&c_{1n}\vdots&ddots&vdots\c_{n1}&ldots&c_{nn}end{bmatrix}.$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 6 at 19:04









          José Carlos SantosJosé Carlos Santos

          157k22126227




          157k22126227












          • $begingroup$
            yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
            $endgroup$
            – daljit97
            Jan 6 at 19:09












          • $begingroup$
            In certain specific situations, there may be a shortcut, but in general you do it by hand.
            $endgroup$
            – José Carlos Santos
            Jan 6 at 19:12


















          • $begingroup$
            yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
            $endgroup$
            – daljit97
            Jan 6 at 19:09












          • $begingroup$
            In certain specific situations, there may be a shortcut, but in general you do it by hand.
            $endgroup$
            – José Carlos Santos
            Jan 6 at 19:12
















          $begingroup$
          yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
          $endgroup$
          – daljit97
          Jan 6 at 19:09






          $begingroup$
          yes that makes sense, but the method to express each element of $B$ as a linear combination of $A$ is just calculating the expression by "intuition" and "brute force"? Or there is a more efficient/faster way?
          $endgroup$
          – daljit97
          Jan 6 at 19:09














          $begingroup$
          In certain specific situations, there may be a shortcut, but in general you do it by hand.
          $endgroup$
          – José Carlos Santos
          Jan 6 at 19:12




          $begingroup$
          In certain specific situations, there may be a shortcut, but in general you do it by hand.
          $endgroup$
          – José Carlos Santos
          Jan 6 at 19:12


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064247%2fwhat-is-the-general-method-of-expressing-a-basis-in-terms-of-another-basis-of-a%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          Npm cannot find a required file even through it is in the searched directory

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith