equation and sub equation not properly formatted

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











up vote
1
down vote

favorite












I want to write down this equation in latex.



barOmega_t=barSigma_t^-1
=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]


The code I write down in latex to display this equation is



beginequation
barOmega_t=barSigma_t^-1
=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
endequation


It throws error. Also I want a line by line output meaning barOmega_t=barSigma_t^-1 equation line no: 1 and =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x] equation lin no: 2. How could I do that?










share|improve this question







New contributor




Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite












    I want to write down this equation in latex.



    barOmega_t=barSigma_t^-1
    =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]


    The code I write down in latex to display this equation is



    beginequation
    barOmega_t=barSigma_t^-1
    =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
    endequation


    It throws error. Also I want a line by line output meaning barOmega_t=barSigma_t^-1 equation line no: 1 and =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x] equation lin no: 2. How could I do that?










    share|improve this question







    New contributor




    Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I want to write down this equation in latex.



      barOmega_t=barSigma_t^-1
      =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]


      The code I write down in latex to display this equation is



      beginequation
      barOmega_t=barSigma_t^-1
      =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
      endequation


      It throws error. Also I want a line by line output meaning barOmega_t=barSigma_t^-1 equation line no: 1 and =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x] equation lin no: 2. How could I do that?










      share|improve this question







      New contributor




      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I want to write down this equation in latex.



      barOmega_t=barSigma_t^-1
      =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]


      The code I write down in latex to display this equation is



      beginequation
      barOmega_t=barSigma_t^-1
      =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
      endequation


      It throws error. Also I want a line by line output meaning barOmega_t=barSigma_t^-1 equation line no: 1 and =[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x] equation lin no: 2. How could I do that?







      equations amsmath subequations






      share|improve this question







      New contributor




      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 34 mins ago









      Ellena Mori

      203




      203




      New contributor




      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Ellena Mori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          I thing useing align from amsmath package would be better.



          documentclassarticle
          usepackageamsmath
          begindocument
          beginalign
          barOmega_t&=barSigma_t^-1\
          &=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
          endalign
          enddocument





          share|improve this answer



























            up vote
            3
            down vote













            it is not clear what is your problem. see if any of following example is what you like to obtain:



            enter image description here



            documentclassarticle
            usepackageamsmath

            begindocument
            beginequation
            barOmega_t = barSigma_t^-1
            = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
            endequation

            beginequation
            beginsplit
            barOmega_t & = barSigma_t^-1 \
            & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
            endsplit
            endequation

            beginalign
            barOmega_t & = barSigma_t^-1 \
            & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
            endalign
            enddocument





            share|improve this answer






















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "85"
              ;
              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: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );






              Ellena Mori is a new contributor. Be nice, and check out our Code of Conduct.









               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452505%2fequation-and-sub-equation-not-properly-formatted%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote



              accepted










              I thing useing align from amsmath package would be better.



              documentclassarticle
              usepackageamsmath
              begindocument
              beginalign
              barOmega_t&=barSigma_t^-1\
              &=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
              endalign
              enddocument





              share|improve this answer
























                up vote
                1
                down vote



                accepted










                I thing useing align from amsmath package would be better.



                documentclassarticle
                usepackageamsmath
                begindocument
                beginalign
                barOmega_t&=barSigma_t^-1\
                &=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                endalign
                enddocument





                share|improve this answer






















                  up vote
                  1
                  down vote



                  accepted







                  up vote
                  1
                  down vote



                  accepted






                  I thing useing align from amsmath package would be better.



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  beginalign
                  barOmega_t&=barSigma_t^-1\
                  &=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                  endalign
                  enddocument





                  share|improve this answer












                  I thing useing align from amsmath package would be better.



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  beginalign
                  barOmega_t&=barSigma_t^-1\
                  &=[G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                  endalign
                  enddocument






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 27 mins ago









                  Hasan

                  1112




                  1112




















                      up vote
                      3
                      down vote













                      it is not clear what is your problem. see if any of following example is what you like to obtain:



                      enter image description here



                      documentclassarticle
                      usepackageamsmath

                      begindocument
                      beginequation
                      barOmega_t = barSigma_t^-1
                      = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                      endequation

                      beginequation
                      beginsplit
                      barOmega_t & = barSigma_t^-1 \
                      & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                      endsplit
                      endequation

                      beginalign
                      barOmega_t & = barSigma_t^-1 \
                      & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                      endalign
                      enddocument





                      share|improve this answer


























                        up vote
                        3
                        down vote













                        it is not clear what is your problem. see if any of following example is what you like to obtain:



                        enter image description here



                        documentclassarticle
                        usepackageamsmath

                        begindocument
                        beginequation
                        barOmega_t = barSigma_t^-1
                        = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                        endequation

                        beginequation
                        beginsplit
                        barOmega_t & = barSigma_t^-1 \
                        & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                        endsplit
                        endequation

                        beginalign
                        barOmega_t & = barSigma_t^-1 \
                        & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                        endalign
                        enddocument





                        share|improve this answer
























                          up vote
                          3
                          down vote










                          up vote
                          3
                          down vote









                          it is not clear what is your problem. see if any of following example is what you like to obtain:



                          enter image description here



                          documentclassarticle
                          usepackageamsmath

                          begindocument
                          beginequation
                          barOmega_t = barSigma_t^-1
                          = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endequation

                          beginequation
                          beginsplit
                          barOmega_t & = barSigma_t^-1 \
                          & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endsplit
                          endequation

                          beginalign
                          barOmega_t & = barSigma_t^-1 \
                          & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endalign
                          enddocument





                          share|improve this answer














                          it is not clear what is your problem. see if any of following example is what you like to obtain:



                          enter image description here



                          documentclassarticle
                          usepackageamsmath

                          begindocument
                          beginequation
                          barOmega_t = barSigma_t^-1
                          = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endequation

                          beginequation
                          beginsplit
                          barOmega_t & = barSigma_t^-1 \
                          & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endsplit
                          endequation

                          beginalign
                          barOmega_t & = barSigma_t^-1 \
                          & = [G_tSigma_t-1G_t^T+F_x^TR_t^xF_x]
                          endalign
                          enddocument






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited 12 mins ago

























                          answered 28 mins ago









                          Zarko

                          113k861150




                          113k861150




















                              Ellena Mori is a new contributor. Be nice, and check out our Code of Conduct.









                               

                              draft saved


                              draft discarded


















                              Ellena Mori is a new contributor. Be nice, and check out our Code of Conduct.












                              Ellena Mori is a new contributor. Be nice, and check out our Code of Conduct.











                              Ellena Mori is a new contributor. Be nice, and check out our Code of Conduct.













                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452505%2fequation-and-sub-equation-not-properly-formatted%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Comments

                              Popular posts from this blog

                              Long meetings (6-7 hours a day): Being “babysat” by supervisor

                              Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                              Confectionery