How do I edit this matrix system of equations?












3















Is there a way to remove the right vertical line in the following matrix?



Enter image description here



documentclass{article}
usepackage{amsmath}
begin{document}
$ begin{vmatrix} alpha & -& beta =180\ alpha & +&beta =68
end{vmatrix}$
end{document}









share|improve this question




















  • 3





    documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

    – marmot
    Feb 9 at 18:09











  • Well that was scary fast. It works good.

    – Simeon Simeonov
    Feb 9 at 18:12






  • 5





    Slow marmots get caught by the eagles. ;-)

    – marmot
    Feb 9 at 18:13






  • 1





    @marmot it is better to run, dear marmot!! ^-^

    – manooooh
    Feb 9 at 18:30











  • I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

    – Joshua Detwiler
    Feb 10 at 8:24
















3















Is there a way to remove the right vertical line in the following matrix?



Enter image description here



documentclass{article}
usepackage{amsmath}
begin{document}
$ begin{vmatrix} alpha & -& beta =180\ alpha & +&beta =68
end{vmatrix}$
end{document}









share|improve this question




















  • 3





    documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

    – marmot
    Feb 9 at 18:09











  • Well that was scary fast. It works good.

    – Simeon Simeonov
    Feb 9 at 18:12






  • 5





    Slow marmots get caught by the eagles. ;-)

    – marmot
    Feb 9 at 18:13






  • 1





    @marmot it is better to run, dear marmot!! ^-^

    – manooooh
    Feb 9 at 18:30











  • I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

    – Joshua Detwiler
    Feb 10 at 8:24














3












3








3








Is there a way to remove the right vertical line in the following matrix?



Enter image description here



documentclass{article}
usepackage{amsmath}
begin{document}
$ begin{vmatrix} alpha & -& beta =180\ alpha & +&beta =68
end{vmatrix}$
end{document}









share|improve this question
















Is there a way to remove the right vertical line in the following matrix?



Enter image description here



documentclass{article}
usepackage{amsmath}
begin{document}
$ begin{vmatrix} alpha & -& beta =180\ alpha & +&beta =68
end{vmatrix}$
end{document}






matrices






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 10 at 20:30







Simeon Simeonov

















asked Feb 9 at 18:07









Simeon SimeonovSimeon Simeonov

4137




4137








  • 3





    documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

    – marmot
    Feb 9 at 18:09











  • Well that was scary fast. It works good.

    – Simeon Simeonov
    Feb 9 at 18:12






  • 5





    Slow marmots get caught by the eagles. ;-)

    – marmot
    Feb 9 at 18:13






  • 1





    @marmot it is better to run, dear marmot!! ^-^

    – manooooh
    Feb 9 at 18:30











  • I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

    – Joshua Detwiler
    Feb 10 at 8:24














  • 3





    documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

    – marmot
    Feb 9 at 18:09











  • Well that was scary fast. It works good.

    – Simeon Simeonov
    Feb 9 at 18:12






  • 5





    Slow marmots get caught by the eagles. ;-)

    – marmot
    Feb 9 at 18:13






  • 1





    @marmot it is better to run, dear marmot!! ^-^

    – manooooh
    Feb 9 at 18:30











  • I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

    – Joshua Detwiler
    Feb 10 at 8:24








3




3





documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

– marmot
Feb 9 at 18:09





documentclass{article} usepackage{amsmath} begin{document} $ left| begin{matrix} alpha & -& beta =180\ alpha & +&beta =68 end{matrix}right.$ end{document}?

– marmot
Feb 9 at 18:09













Well that was scary fast. It works good.

– Simeon Simeonov
Feb 9 at 18:12





Well that was scary fast. It works good.

– Simeon Simeonov
Feb 9 at 18:12




5




5





Slow marmots get caught by the eagles. ;-)

– marmot
Feb 9 at 18:13





Slow marmots get caught by the eagles. ;-)

– marmot
Feb 9 at 18:13




1




1





@marmot it is better to run, dear marmot!! ^-^

– manooooh
Feb 9 at 18:30





@marmot it is better to run, dear marmot!! ^-^

– manooooh
Feb 9 at 18:30













I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

– Joshua Detwiler
Feb 10 at 8:24





I think a mod should strengthen the title of the question to improve the quality of it being searchable. I’m sure this is inherently duplicate to something else already on TeX SE, but perhaps it’s salvageable as a necessary duplicate that mirrors another way of asking the question.

– Joshua Detwiler
Feb 10 at 8:24










3 Answers
3






active

oldest

votes


















9














You maybe want to use systeme, rather than a matrix for that, which makes for even easier input:



documentclass{article}
usepackage{amsmath}
usepackage{systeme}

begin{document}

[
systeme[alphabeta]{
alpha-beta=180,
alpha+beta=68
}
]
[
sysdelim|.
systeme[alphabeta]{
alpha-beta=180,
alpha+beta=68
}
]
[
syssubstitute{{a}{alpha}{b}{beta}}
systeme[alphabeta]{
3alpha - beta = 180,
alpha + 2beta = 68
}
]

end{document}


The traditional grouping is done with a brace, but you can also use a vertical bar as shown. If you want that all your systems have a vertical bar, type the sysdelim|. command in the preamble.



enter image description here



Latin letters need not be declared as variables in the optional argument to systeme.






share|improve this answer


























  • Why not cases environment? Btw thank you for showing us the systeme package!!

    – manooooh
    Feb 9 at 18:31






  • 1





    @manooooh Because systeme ensures good alignment.

    – egreg
    Feb 9 at 18:56






  • 1





    @marmot Fixed..

    – egreg
    Feb 9 at 22:43











  • Systeme looks awesome, but the documentation is in French!

    – Krishna
    Feb 11 at 9:42



















5














It does work with matrix:



documentclass{article}
usepackage{amsmath}

begin{document}

[
left| begin{matrix}
alpha & -& beta =180\ alpha & +&beta =68
end{matrix} right.
]

end{document}





share|improve this answer































    3














    I would do



    documentclass{article} 
    usepackage{amsmath}
    begin{document}
    $ left| begin{array}{@{}*{4}{c@{,}}l}
    alpha & -& beta &=&180\
    alpha & +&beta &=&68
    end{array}right.$
    end{document}


    This is more effort, but avoids potential headaches like here, here and here.



    enter image description here






    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',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f474088%2fhow-do-i-edit-this-matrix-system-of-equations%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      9














      You maybe want to use systeme, rather than a matrix for that, which makes for even easier input:



      documentclass{article}
      usepackage{amsmath}
      usepackage{systeme}

      begin{document}

      [
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      sysdelim|.
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      syssubstitute{{a}{alpha}{b}{beta}}
      systeme[alphabeta]{
      3alpha - beta = 180,
      alpha + 2beta = 68
      }
      ]

      end{document}


      The traditional grouping is done with a brace, but you can also use a vertical bar as shown. If you want that all your systems have a vertical bar, type the sysdelim|. command in the preamble.



      enter image description here



      Latin letters need not be declared as variables in the optional argument to systeme.






      share|improve this answer


























      • Why not cases environment? Btw thank you for showing us the systeme package!!

        – manooooh
        Feb 9 at 18:31






      • 1





        @manooooh Because systeme ensures good alignment.

        – egreg
        Feb 9 at 18:56






      • 1





        @marmot Fixed..

        – egreg
        Feb 9 at 22:43











      • Systeme looks awesome, but the documentation is in French!

        – Krishna
        Feb 11 at 9:42
















      9














      You maybe want to use systeme, rather than a matrix for that, which makes for even easier input:



      documentclass{article}
      usepackage{amsmath}
      usepackage{systeme}

      begin{document}

      [
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      sysdelim|.
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      syssubstitute{{a}{alpha}{b}{beta}}
      systeme[alphabeta]{
      3alpha - beta = 180,
      alpha + 2beta = 68
      }
      ]

      end{document}


      The traditional grouping is done with a brace, but you can also use a vertical bar as shown. If you want that all your systems have a vertical bar, type the sysdelim|. command in the preamble.



      enter image description here



      Latin letters need not be declared as variables in the optional argument to systeme.






      share|improve this answer


























      • Why not cases environment? Btw thank you for showing us the systeme package!!

        – manooooh
        Feb 9 at 18:31






      • 1





        @manooooh Because systeme ensures good alignment.

        – egreg
        Feb 9 at 18:56






      • 1





        @marmot Fixed..

        – egreg
        Feb 9 at 22:43











      • Systeme looks awesome, but the documentation is in French!

        – Krishna
        Feb 11 at 9:42














      9












      9








      9







      You maybe want to use systeme, rather than a matrix for that, which makes for even easier input:



      documentclass{article}
      usepackage{amsmath}
      usepackage{systeme}

      begin{document}

      [
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      sysdelim|.
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      syssubstitute{{a}{alpha}{b}{beta}}
      systeme[alphabeta]{
      3alpha - beta = 180,
      alpha + 2beta = 68
      }
      ]

      end{document}


      The traditional grouping is done with a brace, but you can also use a vertical bar as shown. If you want that all your systems have a vertical bar, type the sysdelim|. command in the preamble.



      enter image description here



      Latin letters need not be declared as variables in the optional argument to systeme.






      share|improve this answer















      You maybe want to use systeme, rather than a matrix for that, which makes for even easier input:



      documentclass{article}
      usepackage{amsmath}
      usepackage{systeme}

      begin{document}

      [
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      sysdelim|.
      systeme[alphabeta]{
      alpha-beta=180,
      alpha+beta=68
      }
      ]
      [
      syssubstitute{{a}{alpha}{b}{beta}}
      systeme[alphabeta]{
      3alpha - beta = 180,
      alpha + 2beta = 68
      }
      ]

      end{document}


      The traditional grouping is done with a brace, but you can also use a vertical bar as shown. If you want that all your systems have a vertical bar, type the sysdelim|. command in the preamble.



      enter image description here



      Latin letters need not be declared as variables in the optional argument to systeme.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Feb 9 at 22:43

























      answered Feb 9 at 18:15









      egregegreg

      732k8919303253




      732k8919303253













      • Why not cases environment? Btw thank you for showing us the systeme package!!

        – manooooh
        Feb 9 at 18:31






      • 1





        @manooooh Because systeme ensures good alignment.

        – egreg
        Feb 9 at 18:56






      • 1





        @marmot Fixed..

        – egreg
        Feb 9 at 22:43











      • Systeme looks awesome, but the documentation is in French!

        – Krishna
        Feb 11 at 9:42



















      • Why not cases environment? Btw thank you for showing us the systeme package!!

        – manooooh
        Feb 9 at 18:31






      • 1





        @manooooh Because systeme ensures good alignment.

        – egreg
        Feb 9 at 18:56






      • 1





        @marmot Fixed..

        – egreg
        Feb 9 at 22:43











      • Systeme looks awesome, but the documentation is in French!

        – Krishna
        Feb 11 at 9:42

















      Why not cases environment? Btw thank you for showing us the systeme package!!

      – manooooh
      Feb 9 at 18:31





      Why not cases environment? Btw thank you for showing us the systeme package!!

      – manooooh
      Feb 9 at 18:31




      1




      1





      @manooooh Because systeme ensures good alignment.

      – egreg
      Feb 9 at 18:56





      @manooooh Because systeme ensures good alignment.

      – egreg
      Feb 9 at 18:56




      1




      1





      @marmot Fixed..

      – egreg
      Feb 9 at 22:43





      @marmot Fixed..

      – egreg
      Feb 9 at 22:43













      Systeme looks awesome, but the documentation is in French!

      – Krishna
      Feb 11 at 9:42





      Systeme looks awesome, but the documentation is in French!

      – Krishna
      Feb 11 at 9:42











      5














      It does work with matrix:



      documentclass{article}
      usepackage{amsmath}

      begin{document}

      [
      left| begin{matrix}
      alpha & -& beta =180\ alpha & +&beta =68
      end{matrix} right.
      ]

      end{document}





      share|improve this answer




























        5














        It does work with matrix:



        documentclass{article}
        usepackage{amsmath}

        begin{document}

        [
        left| begin{matrix}
        alpha & -& beta =180\ alpha & +&beta =68
        end{matrix} right.
        ]

        end{document}





        share|improve this answer


























          5












          5








          5







          It does work with matrix:



          documentclass{article}
          usepackage{amsmath}

          begin{document}

          [
          left| begin{matrix}
          alpha & -& beta =180\ alpha & +&beta =68
          end{matrix} right.
          ]

          end{document}





          share|improve this answer













          It does work with matrix:



          documentclass{article}
          usepackage{amsmath}

          begin{document}

          [
          left| begin{matrix}
          alpha & -& beta =180\ alpha & +&beta =68
          end{matrix} right.
          ]

          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 9 at 18:36









          T. PluessT. Pluess

          69328




          69328























              3














              I would do



              documentclass{article} 
              usepackage{amsmath}
              begin{document}
              $ left| begin{array}{@{}*{4}{c@{,}}l}
              alpha & -& beta &=&180\
              alpha & +&beta &=&68
              end{array}right.$
              end{document}


              This is more effort, but avoids potential headaches like here, here and here.



              enter image description here






              share|improve this answer




























                3














                I would do



                documentclass{article} 
                usepackage{amsmath}
                begin{document}
                $ left| begin{array}{@{}*{4}{c@{,}}l}
                alpha & -& beta &=&180\
                alpha & +&beta &=&68
                end{array}right.$
                end{document}


                This is more effort, but avoids potential headaches like here, here and here.



                enter image description here






                share|improve this answer


























                  3












                  3








                  3







                  I would do



                  documentclass{article} 
                  usepackage{amsmath}
                  begin{document}
                  $ left| begin{array}{@{}*{4}{c@{,}}l}
                  alpha & -& beta &=&180\
                  alpha & +&beta &=&68
                  end{array}right.$
                  end{document}


                  This is more effort, but avoids potential headaches like here, here and here.



                  enter image description here






                  share|improve this answer













                  I would do



                  documentclass{article} 
                  usepackage{amsmath}
                  begin{document}
                  $ left| begin{array}{@{}*{4}{c@{,}}l}
                  alpha & -& beta &=&180\
                  alpha & +&beta &=&68
                  end{array}right.$
                  end{document}


                  This is more effort, but avoids potential headaches like here, here and here.



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 9 at 18:41









                  marmotmarmot

                  115k5146277




                  115k5146277






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to TeX - LaTeX 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.


                      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%2ftex.stackexchange.com%2fquestions%2f474088%2fhow-do-i-edit-this-matrix-system-of-equations%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

                      Questions related to Moebius Transform of Characteristic Function of the Primes

                      List of scandals in India

                      Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?