How to reproduce this notation?List environment inside the tabular environment: extra line at top preventing alignmentA line of text with proper positioning but consuming no space?Align text in minipage at same heightvertical aligning images in table with adjustbox only works when not every image is in an adjustboxHow to create a new column type with top alignmentInserting a new blank line in LaTeX (HTML)Aligning matricesWhich vertical bar scales properly?problem with centering vertically multirow

GFI outlets tripped after power outage

Professor refuses to write a recommendation letter to students who haven't written a research paper with him

What fraction of 2x2 USA call signs are vanity calls?

Do 643,000 Americans go bankrupt every year due to medical bills?

Why would one hemisphere of a planet be very mountainous while the other is flat?

Male viewpoint in an erotic novel

Why there is no wireless switch?

Do I need to declare engagement ring bought in UK when flying on holiday to US?

Was Rosie the Riveter sourced from a Michelangelo painting?

Did the Byzantines ever attempt to move their capital to Rome?

Why are some hotels asking you to book through Booking.com instead of matching the price at the front desk?

Did the US Climate Reference Network Show No New Warming Since 2005 in the US?

How do I use NEC PC-6001 .p6 or .cas files?

Golfball Dimples on spaceships (and planes)?

Infinitely many primes

Why does 8 bit truecolor use only 2 bits for blue?

Can taking my 1-week-old on a 6-7 hours journey in the car lead to medical complications?

What drugs were used in England during the High Middle Ages?

Is future tense in English really a myth?

Draw the ☣ (Biohazard Symbol)

Who's this voice acting performer?

Was the lunar landing site always in the same plane as the CM's orbit?

How do German speakers decide what should be on the left side of the verb?

What is the source of the fear in the Hallow spell's extra Fear effect?



How to reproduce this notation?


List environment inside the tabular environment: extra line at top preventing alignmentA line of text with proper positioning but consuming no space?Align text in minipage at same heightvertical aligning images in table with adjustbox only works when not every image is in an adjustboxHow to create a new column type with top alignmentInserting a new blank line in LaTeX (HTML)Aligning matricesWhich vertical bar scales properly?problem with centering vertically multirow






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I'm trying to reproduce this notation in LaTex but to no avail.




enter image description here




This means $e_j$ has the value of $0$ in all other coordinates except for the j-th one.



I can only do the part without $(j)$: $e_j :=(0, ldots, 0,1,0, ldots, 0) in K^m$



Please shed me some light! Thank you so much!










share|improve this question





















  • 2





    Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

    – daleif
    8 hours ago











  • Thank you @daleif! I will do it now.

    – Le Anh Dung
    8 hours ago

















3















I'm trying to reproduce this notation in LaTex but to no avail.




enter image description here




This means $e_j$ has the value of $0$ in all other coordinates except for the j-th one.



I can only do the part without $(j)$: $e_j :=(0, ldots, 0,1,0, ldots, 0) in K^m$



Please shed me some light! Thank you so much!










share|improve this question





















  • 2





    Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

    – daleif
    8 hours ago











  • Thank you @daleif! I will do it now.

    – Le Anh Dung
    8 hours ago













3












3








3








I'm trying to reproduce this notation in LaTex but to no avail.




enter image description here




This means $e_j$ has the value of $0$ in all other coordinates except for the j-th one.



I can only do the part without $(j)$: $e_j :=(0, ldots, 0,1,0, ldots, 0) in K^m$



Please shed me some light! Thank you so much!










share|improve this question
















I'm trying to reproduce this notation in LaTex but to no avail.




enter image description here




This means $e_j$ has the value of $0$ in all other coordinates except for the j-th one.



I can only do the part without $(j)$: $e_j :=(0, ldots, 0,1,0, ldots, 0) in K^m$



Please shed me some light! Thank you so much!







vertical-alignment






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago









Rmano

10.2k2 gold badges17 silver badges54 bronze badges




10.2k2 gold badges17 silver badges54 bronze badges










asked 9 hours ago









Le Anh DungLe Anh Dung

2471 silver badge6 bronze badges




2471 silver badge6 bronze badges










  • 2





    Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

    – daleif
    8 hours ago











  • Thank you @daleif! I will do it now.

    – Le Anh Dung
    8 hours ago












  • 2





    Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

    – daleif
    8 hours ago











  • Thank you @daleif! I will do it now.

    – Le Anh Dung
    8 hours ago







2




2





Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

– daleif
8 hours ago





Note that this is not a please_do_this_for_meservice. Please provide what you have do far. You should at least be able to provide the contents of the image without the $(j)$ part, having that code will make it a lot easier for others to help

– daleif
8 hours ago













Thank you @daleif! I will do it now.

– Le Anh Dung
8 hours ago





Thank you @daleif! I will do it now.

– Le Anh Dung
8 hours ago










5 Answers
5






active

oldest

votes


















4
















For example:



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackagestackengine
% these are from https://www.tug.org/TUGboat/tb22-4/tb72perlS.pdf
defclap#1hbox to 0pthss#1hss
begindocument
$(0,dots,0,ensurestackMathstackunder1clap$(i)$,0,dots,0)$
enddocument


enter image description here



(The clap is a bit harsh; see the linked article for a better way)






share|improve this answer




















  • 2





    Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

    – Steven B. Segletes
    8 hours ago







  • 2





    @StevenB.Segletes thanks, one never stops learning...

    – Rmano
    8 hours ago






  • 2





    That being said, mathtools  defines clap and mathclap.

    – Bernard
    7 hours ago


















6
















Here's a solution which employs the amssymb and mathtools packages.



enter image description here



If you would like to push the (j) term a bit lower than in the picture shown above, simply change 1 to 1mathstrut.



documentclassarticle
usepackagemathtools,amssymb
begindocument
Let $minmathbbN^times$. For $j=1,dots,m$ define
[
e_j := (0,dots,0,undersetmathclap(j)1,0,dots,0) in K^m
]
enddocument





share|improve this answer




















  • 2





    Yep, cleaner than mine.

    – Rmano
    7 hours ago


















4
















Here is an example:



documentclassarticle
usepackageamsmath
begindocument
$E_j := underset(j)(0,dots,0,1,0,dots,0)$
enddocument





EDIT:



For asymmetric case:



e_j := (0,dots,underset(j-1)0,underset(j)1,0,dots,0)


enter image description here






share|improve this answer










New contributor



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




























    4
















    I propose two variants, with mathtools and old-arrows:



    documentclassarticle
    usepackage[T1]fontenc
    usepackage[utf8]inputenc
    usepackagemathtools
    usepackageold-arrows %

    begindocument

    $e_j = (0,dots,0,undersetmathclap(j)strut1,0,dots,0)$

    $e_j = (0,dots,0,undersetsubstackuparrow\ jstrut1,0,dots,0)$

    enddocument


    enter image description here






    share|improve this answer


































      2
















      My proposal, as alternative to the best answers, is the use the package blkarray.
      enter image description here



      documentclass[12pt]article
      usepackagemathtools,blkarray
      begindocument
      [
      beginblockarrayccccccccc
      beginblockc(ccccccc)c
      e_j coloneqq mkern-5mu& 0, & ldots, & 0, & 1, & 0, & ldots, & 0 & mkern-5mu in K^m\
      endblock
      & & & & (j)
      endblockarray
      ]
      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',
        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/4.0/"u003ecc by-sa 4.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%2f507137%2fhow-to-reproduce-this-notation%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        5 Answers
        5






        active

        oldest

        votes








        5 Answers
        5






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4
















        For example:



        documentclassarticle
        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackagestackengine
        % these are from https://www.tug.org/TUGboat/tb22-4/tb72perlS.pdf
        defclap#1hbox to 0pthss#1hss
        begindocument
        $(0,dots,0,ensurestackMathstackunder1clap$(i)$,0,dots,0)$
        enddocument


        enter image description here



        (The clap is a bit harsh; see the linked article for a better way)






        share|improve this answer




















        • 2





          Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

          – Steven B. Segletes
          8 hours ago







        • 2





          @StevenB.Segletes thanks, one never stops learning...

          – Rmano
          8 hours ago






        • 2





          That being said, mathtools  defines clap and mathclap.

          – Bernard
          7 hours ago















        4
















        For example:



        documentclassarticle
        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackagestackengine
        % these are from https://www.tug.org/TUGboat/tb22-4/tb72perlS.pdf
        defclap#1hbox to 0pthss#1hss
        begindocument
        $(0,dots,0,ensurestackMathstackunder1clap$(i)$,0,dots,0)$
        enddocument


        enter image description here



        (The clap is a bit harsh; see the linked article for a better way)






        share|improve this answer




















        • 2





          Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

          – Steven B. Segletes
          8 hours ago







        • 2





          @StevenB.Segletes thanks, one never stops learning...

          – Rmano
          8 hours ago






        • 2





          That being said, mathtools  defines clap and mathclap.

          – Bernard
          7 hours ago













        4














        4










        4









        For example:



        documentclassarticle
        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackagestackengine
        % these are from https://www.tug.org/TUGboat/tb22-4/tb72perlS.pdf
        defclap#1hbox to 0pthss#1hss
        begindocument
        $(0,dots,0,ensurestackMathstackunder1clap$(i)$,0,dots,0)$
        enddocument


        enter image description here



        (The clap is a bit harsh; see the linked article for a better way)






        share|improve this answer













        For example:



        documentclassarticle
        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackagestackengine
        % these are from https://www.tug.org/TUGboat/tb22-4/tb72perlS.pdf
        defclap#1hbox to 0pthss#1hss
        begindocument
        $(0,dots,0,ensurestackMathstackunder1clap$(i)$,0,dots,0)$
        enddocument


        enter image description here



        (The clap is a bit harsh; see the linked article for a better way)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        RmanoRmano

        10.2k2 gold badges17 silver badges54 bronze badges




        10.2k2 gold badges17 silver badges54 bronze badges










        • 2





          Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

          – Steven B. Segletes
          8 hours ago







        • 2





          @StevenB.Segletes thanks, one never stops learning...

          – Rmano
          8 hours ago






        • 2





          That being said, mathtools  defines clap and mathclap.

          – Bernard
          7 hours ago












        • 2





          Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

          – Steven B. Segletes
          8 hours ago







        • 2





          @StevenB.Segletes thanks, one never stops learning...

          – Rmano
          8 hours ago






        • 2





          That being said, mathtools  defines clap and mathclap.

          – Bernard
          7 hours ago







        2




        2





        Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

        – Steven B. Segletes
        8 hours ago






        Nice (+1). If, in the preamble, you use renewcommanduseanchorwidthT, you can eliminate the clap.

        – Steven B. Segletes
        8 hours ago





        2




        2





        @StevenB.Segletes thanks, one never stops learning...

        – Rmano
        8 hours ago





        @StevenB.Segletes thanks, one never stops learning...

        – Rmano
        8 hours ago




        2




        2





        That being said, mathtools  defines clap and mathclap.

        – Bernard
        7 hours ago





        That being said, mathtools  defines clap and mathclap.

        – Bernard
        7 hours ago













        6
















        Here's a solution which employs the amssymb and mathtools packages.



        enter image description here



        If you would like to push the (j) term a bit lower than in the picture shown above, simply change 1 to 1mathstrut.



        documentclassarticle
        usepackagemathtools,amssymb
        begindocument
        Let $minmathbbN^times$. For $j=1,dots,m$ define
        [
        e_j := (0,dots,0,undersetmathclap(j)1,0,dots,0) in K^m
        ]
        enddocument





        share|improve this answer




















        • 2





          Yep, cleaner than mine.

          – Rmano
          7 hours ago















        6
















        Here's a solution which employs the amssymb and mathtools packages.



        enter image description here



        If you would like to push the (j) term a bit lower than in the picture shown above, simply change 1 to 1mathstrut.



        documentclassarticle
        usepackagemathtools,amssymb
        begindocument
        Let $minmathbbN^times$. For $j=1,dots,m$ define
        [
        e_j := (0,dots,0,undersetmathclap(j)1,0,dots,0) in K^m
        ]
        enddocument





        share|improve this answer




















        • 2





          Yep, cleaner than mine.

          – Rmano
          7 hours ago













        6














        6










        6









        Here's a solution which employs the amssymb and mathtools packages.



        enter image description here



        If you would like to push the (j) term a bit lower than in the picture shown above, simply change 1 to 1mathstrut.



        documentclassarticle
        usepackagemathtools,amssymb
        begindocument
        Let $minmathbbN^times$. For $j=1,dots,m$ define
        [
        e_j := (0,dots,0,undersetmathclap(j)1,0,dots,0) in K^m
        ]
        enddocument





        share|improve this answer













        Here's a solution which employs the amssymb and mathtools packages.



        enter image description here



        If you would like to push the (j) term a bit lower than in the picture shown above, simply change 1 to 1mathstrut.



        documentclassarticle
        usepackagemathtools,amssymb
        begindocument
        Let $minmathbbN^times$. For $j=1,dots,m$ define
        [
        e_j := (0,dots,0,undersetmathclap(j)1,0,dots,0) in K^m
        ]
        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        MicoMico

        304k33 gold badges418 silver badges828 bronze badges




        304k33 gold badges418 silver badges828 bronze badges










        • 2





          Yep, cleaner than mine.

          – Rmano
          7 hours ago












        • 2





          Yep, cleaner than mine.

          – Rmano
          7 hours ago







        2




        2





        Yep, cleaner than mine.

        – Rmano
        7 hours ago





        Yep, cleaner than mine.

        – Rmano
        7 hours ago











        4
















        Here is an example:



        documentclassarticle
        usepackageamsmath
        begindocument
        $E_j := underset(j)(0,dots,0,1,0,dots,0)$
        enddocument





        EDIT:



        For asymmetric case:



        e_j := (0,dots,underset(j-1)0,underset(j)1,0,dots,0)


        enter image description here






        share|improve this answer










        New contributor



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

























          4
















          Here is an example:



          documentclassarticle
          usepackageamsmath
          begindocument
          $E_j := underset(j)(0,dots,0,1,0,dots,0)$
          enddocument





          EDIT:



          For asymmetric case:



          e_j := (0,dots,underset(j-1)0,underset(j)1,0,dots,0)


          enter image description here






          share|improve this answer










          New contributor



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























            4














            4










            4









            Here is an example:



            documentclassarticle
            usepackageamsmath
            begindocument
            $E_j := underset(j)(0,dots,0,1,0,dots,0)$
            enddocument





            EDIT:



            For asymmetric case:



            e_j := (0,dots,underset(j-1)0,underset(j)1,0,dots,0)


            enter image description here






            share|improve this answer










            New contributor



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









            Here is an example:



            documentclassarticle
            usepackageamsmath
            begindocument
            $E_j := underset(j)(0,dots,0,1,0,dots,0)$
            enddocument





            EDIT:



            For asymmetric case:



            e_j := (0,dots,underset(j-1)0,underset(j)1,0,dots,0)


            enter image description here







            share|improve this answer










            New contributor



            Andrey Lychev 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 answer



            share|improve this answer








            edited 8 hours ago





















            New contributor



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








            answered 8 hours ago









            Andrey LychevAndrey Lychev

            414 bronze badges




            414 bronze badges




            New contributor



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




            New contributor




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


























                4
















                I propose two variants, with mathtools and old-arrows:



                documentclassarticle
                usepackage[T1]fontenc
                usepackage[utf8]inputenc
                usepackagemathtools
                usepackageold-arrows %

                begindocument

                $e_j = (0,dots,0,undersetmathclap(j)strut1,0,dots,0)$

                $e_j = (0,dots,0,undersetsubstackuparrow\ jstrut1,0,dots,0)$

                enddocument


                enter image description here






                share|improve this answer































                  4
















                  I propose two variants, with mathtools and old-arrows:



                  documentclassarticle
                  usepackage[T1]fontenc
                  usepackage[utf8]inputenc
                  usepackagemathtools
                  usepackageold-arrows %

                  begindocument

                  $e_j = (0,dots,0,undersetmathclap(j)strut1,0,dots,0)$

                  $e_j = (0,dots,0,undersetsubstackuparrow\ jstrut1,0,dots,0)$

                  enddocument


                  enter image description here






                  share|improve this answer





























                    4














                    4










                    4









                    I propose two variants, with mathtools and old-arrows:



                    documentclassarticle
                    usepackage[T1]fontenc
                    usepackage[utf8]inputenc
                    usepackagemathtools
                    usepackageold-arrows %

                    begindocument

                    $e_j = (0,dots,0,undersetmathclap(j)strut1,0,dots,0)$

                    $e_j = (0,dots,0,undersetsubstackuparrow\ jstrut1,0,dots,0)$

                    enddocument


                    enter image description here






                    share|improve this answer















                    I propose two variants, with mathtools and old-arrows:



                    documentclassarticle
                    usepackage[T1]fontenc
                    usepackage[utf8]inputenc
                    usepackagemathtools
                    usepackageold-arrows %

                    begindocument

                    $e_j = (0,dots,0,undersetmathclap(j)strut1,0,dots,0)$

                    $e_j = (0,dots,0,undersetsubstackuparrow\ jstrut1,0,dots,0)$

                    enddocument


                    enter image description here







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 3 hours ago

























                    answered 7 hours ago









                    BernardBernard

                    190k7 gold badges86 silver badges224 bronze badges




                    190k7 gold badges86 silver badges224 bronze badges
























                        2
















                        My proposal, as alternative to the best answers, is the use the package blkarray.
                        enter image description here



                        documentclass[12pt]article
                        usepackagemathtools,blkarray
                        begindocument
                        [
                        beginblockarrayccccccccc
                        beginblockc(ccccccc)c
                        e_j coloneqq mkern-5mu& 0, & ldots, & 0, & 1, & 0, & ldots, & 0 & mkern-5mu in K^m\
                        endblock
                        & & & & (j)
                        endblockarray
                        ]
                        enddocument





                        share|improve this answer





























                          2
















                          My proposal, as alternative to the best answers, is the use the package blkarray.
                          enter image description here



                          documentclass[12pt]article
                          usepackagemathtools,blkarray
                          begindocument
                          [
                          beginblockarrayccccccccc
                          beginblockc(ccccccc)c
                          e_j coloneqq mkern-5mu& 0, & ldots, & 0, & 1, & 0, & ldots, & 0 & mkern-5mu in K^m\
                          endblock
                          & & & & (j)
                          endblockarray
                          ]
                          enddocument





                          share|improve this answer



























                            2














                            2










                            2









                            My proposal, as alternative to the best answers, is the use the package blkarray.
                            enter image description here



                            documentclass[12pt]article
                            usepackagemathtools,blkarray
                            begindocument
                            [
                            beginblockarrayccccccccc
                            beginblockc(ccccccc)c
                            e_j coloneqq mkern-5mu& 0, & ldots, & 0, & 1, & 0, & ldots, & 0 & mkern-5mu in K^m\
                            endblock
                            & & & & (j)
                            endblockarray
                            ]
                            enddocument





                            share|improve this answer













                            My proposal, as alternative to the best answers, is the use the package blkarray.
                            enter image description here



                            documentclass[12pt]article
                            usepackagemathtools,blkarray
                            begindocument
                            [
                            beginblockarrayccccccccc
                            beginblockc(ccccccc)c
                            e_j coloneqq mkern-5mu& 0, & ldots, & 0, & 1, & 0, & ldots, & 0 & mkern-5mu in K^m\
                            endblock
                            & & & & (j)
                            endblockarray
                            ]
                            enddocument






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered 2 hours ago









                            SebastianoSebastiano

                            15.8k5 gold badges26 silver badges80 bronze badges




                            15.8k5 gold badges26 silver badges80 bronze badges































                                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%2f507137%2fhow-to-reproduce-this-notation%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

                                Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                                Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                                François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480