Quivers by latex

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












1















If somebody can help me to draw this to quivers.
(1) A double infinity,
(2) look at the image, it is also infinite
Thanksenter image description here










share|improve this question


























    1















    If somebody can help me to draw this to quivers.
    (1) A double infinity,
    (2) look at the image, it is also infinite
    Thanksenter image description here










    share|improve this question
























      1












      1








      1








      If somebody can help me to draw this to quivers.
      (1) A double infinity,
      (2) look at the image, it is also infinite
      Thanksenter image description here










      share|improve this question














      If somebody can help me to draw this to quivers.
      (1) A double infinity,
      (2) look at the image, it is also infinite
      Thanksenter image description here







      tikz-pgf






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 10 at 23:11







      user178971



























          3 Answers
          3






          active

          oldest

          votes


















          8














          The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.



          documentclassarticle
          usepackagetikz-cd
          begindocument
          [begintikzcd
          bullet & & & bullet & & & bullet & & \
          & bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
          arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
          & arrow[ul]arrow[dl]bullet & arrow[l]cdots\
          bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
          endtikzcd]
          enddocument


          enter image description here






          share|improve this answer


















          • 2





            @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

            – marmot
            Jan 10 at 23:22


















          5














          Here is a simple code with pstricks:



          documentclassarticle
          usepackageamsmath, amssymb
          usepackagepst-node
          usepackageauto-pst-pdf

          begindocument

          [ pssetarrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt
          beginpsmatrix
          dotnodeR3 & & & dotnodeR2 & & & dotnodeR1 \
          & dotnodeF & dotnodeE & & dotnodeD & dotnodeC & & dotnodeB & rnodeAboldsymboldotsdots\
          %%%
          dotnodeS3 & & & dotnodeS2 & & & dotnodeS1
          %% arrows
          foreach s/t in A/B,C/D,E/Fnclinest
          foreach s/i in B/1,D/2,F/3nclinesRinclinesSi
          foreach s/i in C/1,E/2nclinesRinclineSis
          endpsmatrix
          ]
          enddocument


          enter image description here






          share|improve this answer























          • Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

            – user178971
            Jan 13 at 0:45











          • If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

            – Bernard
            Jan 13 at 0:58


















          4














          A solution with xy



          documentclass[border = 10pt]standalone

          usepackage[all]xy

          begindocument

          xymatrix
          bullet & & & bullet & & & bullet \
          & bulletar[ul] ar[dl] & bulletar[l] ar[ur] & & bullet ar[ul] ar[dl] & bullet ar[l] ar[ur]
          & & bullet ar[ul] ar[dl] & cdots ar[l] \
          bullet & & & bullet ar[ul] & & & bullet ar[ul]


          enddocument


          enter image description here






          share|improve this answer


















          • 2





            Just to save typing: braces around bullet is not necessary.

            – Sigur
            Jan 11 at 1:17











          • @Sigur Thanks for your input, it definitely does .... just an old habit :)

            – caverac
            Jan 11 at 8:58











          • Caverac how can I inverse the last arrow in the right?

            – user178971
            Jan 13 at 0:50











          • @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

            – caverac
            Jan 13 at 0:53












          • Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

            – user178971
            Jan 13 at 0:57










          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%2f469630%2fquivers-by-latex%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









          8














          The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.



          documentclassarticle
          usepackagetikz-cd
          begindocument
          [begintikzcd
          bullet & & & bullet & & & bullet & & \
          & bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
          arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
          & arrow[ul]arrow[dl]bullet & arrow[l]cdots\
          bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
          endtikzcd]
          enddocument


          enter image description here






          share|improve this answer


















          • 2





            @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

            – marmot
            Jan 10 at 23:22















          8














          The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.



          documentclassarticle
          usepackagetikz-cd
          begindocument
          [begintikzcd
          bullet & & & bullet & & & bullet & & \
          & bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
          arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
          & arrow[ul]arrow[dl]bullet & arrow[l]cdots\
          bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
          endtikzcd]
          enddocument


          enter image description here






          share|improve this answer


















          • 2





            @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

            – marmot
            Jan 10 at 23:22













          8












          8








          8







          The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.



          documentclassarticle
          usepackagetikz-cd
          begindocument
          [begintikzcd
          bullet & & & bullet & & & bullet & & \
          & bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
          arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
          & arrow[ul]arrow[dl]bullet & arrow[l]cdots\
          bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
          endtikzcd]
          enddocument


          enter image description here






          share|improve this answer













          The purpose of the site is to help you if you got stuck, not to convert screen shots to LaTeX code. There are many possibilities to draw this. Here is one.



          documentclassarticle
          usepackagetikz-cd
          begindocument
          [begintikzcd
          bullet & & & bullet & & & bullet & & \
          & bulletarrow[ul]arrow[dl] & arrow[l]bulletarrow[ur] & &
          arrow[ul]arrow[dl]bullet & arrow[l]bullet arrow[ur]&
          & arrow[ul]arrow[dl]bullet & arrow[l]cdots\
          bullet & & & arrow[ul]bullet & & & arrow[ul]bullet & & \
          endtikzcd]
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 10 at 23:19









          marmotmarmot

          94.6k4109209




          94.6k4109209







          • 2





            @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

            – marmot
            Jan 10 at 23:22












          • 2





            @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

            – marmot
            Jan 10 at 23:22







          2




          2





          @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

          – marmot
          Jan 10 at 23:22





          @DiegoHavez I don't understand your comment (and need to leave now). Two times infinity is still infinity, so a double infinity is the same as a single infinity.

          – marmot
          Jan 10 at 23:22











          5














          Here is a simple code with pstricks:



          documentclassarticle
          usepackageamsmath, amssymb
          usepackagepst-node
          usepackageauto-pst-pdf

          begindocument

          [ pssetarrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt
          beginpsmatrix
          dotnodeR3 & & & dotnodeR2 & & & dotnodeR1 \
          & dotnodeF & dotnodeE & & dotnodeD & dotnodeC & & dotnodeB & rnodeAboldsymboldotsdots\
          %%%
          dotnodeS3 & & & dotnodeS2 & & & dotnodeS1
          %% arrows
          foreach s/t in A/B,C/D,E/Fnclinest
          foreach s/i in B/1,D/2,F/3nclinesRinclinesSi
          foreach s/i in C/1,E/2nclinesRinclineSis
          endpsmatrix
          ]
          enddocument


          enter image description here






          share|improve this answer























          • Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

            – user178971
            Jan 13 at 0:45











          • If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

            – Bernard
            Jan 13 at 0:58















          5














          Here is a simple code with pstricks:



          documentclassarticle
          usepackageamsmath, amssymb
          usepackagepst-node
          usepackageauto-pst-pdf

          begindocument

          [ pssetarrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt
          beginpsmatrix
          dotnodeR3 & & & dotnodeR2 & & & dotnodeR1 \
          & dotnodeF & dotnodeE & & dotnodeD & dotnodeC & & dotnodeB & rnodeAboldsymboldotsdots\
          %%%
          dotnodeS3 & & & dotnodeS2 & & & dotnodeS1
          %% arrows
          foreach s/t in A/B,C/D,E/Fnclinest
          foreach s/i in B/1,D/2,F/3nclinesRinclinesSi
          foreach s/i in C/1,E/2nclinesRinclineSis
          endpsmatrix
          ]
          enddocument


          enter image description here






          share|improve this answer























          • Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

            – user178971
            Jan 13 at 0:45











          • If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

            – Bernard
            Jan 13 at 0:58













          5












          5








          5







          Here is a simple code with pstricks:



          documentclassarticle
          usepackageamsmath, amssymb
          usepackagepst-node
          usepackageauto-pst-pdf

          begindocument

          [ pssetarrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt
          beginpsmatrix
          dotnodeR3 & & & dotnodeR2 & & & dotnodeR1 \
          & dotnodeF & dotnodeE & & dotnodeD & dotnodeC & & dotnodeB & rnodeAboldsymboldotsdots\
          %%%
          dotnodeS3 & & & dotnodeS2 & & & dotnodeS1
          %% arrows
          foreach s/t in A/B,C/D,E/Fnclinest
          foreach s/i in B/1,D/2,F/3nclinesRinclinesSi
          foreach s/i in C/1,E/2nclinesRinclineSis
          endpsmatrix
          ]
          enddocument


          enter image description here






          share|improve this answer













          Here is a simple code with pstricks:



          documentclassarticle
          usepackageamsmath, amssymb
          usepackagepst-node
          usepackageauto-pst-pdf

          begindocument

          [ pssetarrows=->, arrowinset=0.12 , linewidth=0.6pt, colsep=1cm, rowsep=0.5cm, nodesep=2.5pt
          beginpsmatrix
          dotnodeR3 & & & dotnodeR2 & & & dotnodeR1 \
          & dotnodeF & dotnodeE & & dotnodeD & dotnodeC & & dotnodeB & rnodeAboldsymboldotsdots\
          %%%
          dotnodeS3 & & & dotnodeS2 & & & dotnodeS1
          %% arrows
          foreach s/t in A/B,C/D,E/Fnclinest
          foreach s/i in B/1,D/2,F/3nclinesRinclinesSi
          foreach s/i in C/1,E/2nclinesRinclineSis
          endpsmatrix
          ]
          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 11 at 0:18









          BernardBernard

          168k771195




          168k771195












          • Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

            – user178971
            Jan 13 at 0:45











          • If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

            – Bernard
            Jan 13 at 0:58

















          • Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

            – user178971
            Jan 13 at 0:45











          • If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

            – Bernard
            Jan 13 at 0:58
















          Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

          – user178971
          Jan 13 at 0:45





          Thanks Bernard. And if you want to inverse the last right arrow? after that ending another arrow in the right and dots? how can I do it?

          – user178971
          Jan 13 at 0:45













          If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

          – Bernard
          Jan 13 at 0:58





          If I understand well what you're asking, you just have to swap the 1st and 2nd arguments of ncline ("source" and "target").

          – Bernard
          Jan 13 at 0:58











          4














          A solution with xy



          documentclass[border = 10pt]standalone

          usepackage[all]xy

          begindocument

          xymatrix
          bullet & & & bullet & & & bullet \
          & bulletar[ul] ar[dl] & bulletar[l] ar[ur] & & bullet ar[ul] ar[dl] & bullet ar[l] ar[ur]
          & & bullet ar[ul] ar[dl] & cdots ar[l] \
          bullet & & & bullet ar[ul] & & & bullet ar[ul]


          enddocument


          enter image description here






          share|improve this answer


















          • 2





            Just to save typing: braces around bullet is not necessary.

            – Sigur
            Jan 11 at 1:17











          • @Sigur Thanks for your input, it definitely does .... just an old habit :)

            – caverac
            Jan 11 at 8:58











          • Caverac how can I inverse the last arrow in the right?

            – user178971
            Jan 13 at 0:50











          • @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

            – caverac
            Jan 13 at 0:53












          • Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

            – user178971
            Jan 13 at 0:57















          4














          A solution with xy



          documentclass[border = 10pt]standalone

          usepackage[all]xy

          begindocument

          xymatrix
          bullet & & & bullet & & & bullet \
          & bulletar[ul] ar[dl] & bulletar[l] ar[ur] & & bullet ar[ul] ar[dl] & bullet ar[l] ar[ur]
          & & bullet ar[ul] ar[dl] & cdots ar[l] \
          bullet & & & bullet ar[ul] & & & bullet ar[ul]


          enddocument


          enter image description here






          share|improve this answer


















          • 2





            Just to save typing: braces around bullet is not necessary.

            – Sigur
            Jan 11 at 1:17











          • @Sigur Thanks for your input, it definitely does .... just an old habit :)

            – caverac
            Jan 11 at 8:58











          • Caverac how can I inverse the last arrow in the right?

            – user178971
            Jan 13 at 0:50











          • @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

            – caverac
            Jan 13 at 0:53












          • Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

            – user178971
            Jan 13 at 0:57













          4












          4








          4







          A solution with xy



          documentclass[border = 10pt]standalone

          usepackage[all]xy

          begindocument

          xymatrix
          bullet & & & bullet & & & bullet \
          & bulletar[ul] ar[dl] & bulletar[l] ar[ur] & & bullet ar[ul] ar[dl] & bullet ar[l] ar[ur]
          & & bullet ar[ul] ar[dl] & cdots ar[l] \
          bullet & & & bullet ar[ul] & & & bullet ar[ul]


          enddocument


          enter image description here






          share|improve this answer













          A solution with xy



          documentclass[border = 10pt]standalone

          usepackage[all]xy

          begindocument

          xymatrix
          bullet & & & bullet & & & bullet \
          & bulletar[ul] ar[dl] & bulletar[l] ar[ur] & & bullet ar[ul] ar[dl] & bullet ar[l] ar[ur]
          & & bullet ar[ul] ar[dl] & cdots ar[l] \
          bullet & & & bullet ar[ul] & & & bullet ar[ul]


          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 11 at 0:48









          caveraccaverac

          6,5121827




          6,5121827







          • 2





            Just to save typing: braces around bullet is not necessary.

            – Sigur
            Jan 11 at 1:17











          • @Sigur Thanks for your input, it definitely does .... just an old habit :)

            – caverac
            Jan 11 at 8:58











          • Caverac how can I inverse the last arrow in the right?

            – user178971
            Jan 13 at 0:50











          • @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

            – caverac
            Jan 13 at 0:53












          • Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

            – user178971
            Jan 13 at 0:57












          • 2





            Just to save typing: braces around bullet is not necessary.

            – Sigur
            Jan 11 at 1:17











          • @Sigur Thanks for your input, it definitely does .... just an old habit :)

            – caverac
            Jan 11 at 8:58











          • Caverac how can I inverse the last arrow in the right?

            – user178971
            Jan 13 at 0:50











          • @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

            – caverac
            Jan 13 at 0:53












          • Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

            – user178971
            Jan 13 at 0:57







          2




          2





          Just to save typing: braces around bullet is not necessary.

          – Sigur
          Jan 11 at 1:17





          Just to save typing: braces around bullet is not necessary.

          – Sigur
          Jan 11 at 1:17













          @Sigur Thanks for your input, it definitely does .... just an old habit :)

          – caverac
          Jan 11 at 8:58





          @Sigur Thanks for your input, it definitely does .... just an old habit :)

          – caverac
          Jan 11 at 8:58













          Caverac how can I inverse the last arrow in the right?

          – user178971
          Jan 13 at 0:50





          Caverac how can I inverse the last arrow in the right?

          – user178971
          Jan 13 at 0:50













          @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

          – caverac
          Jan 13 at 0:53






          @DiegoHavez Change the line ... ar[ul] ar[dl] & cdots ar[l] to ... ar[ul] ar[dl] ar[r] & cdots

          – caverac
          Jan 13 at 0:53














          Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

          – user178971
          Jan 13 at 0:57





          Caverac thanks for the answer actually I want to add to arrows in the right direction after that dots. Can you help me please

          – user178971
          Jan 13 at 0:57

















          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%2f469630%2fquivers-by-latex%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

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay