how one can write a nice vector parser, something that does pgfvecparse{A=B-C; D=E x F;} The...

Can I calculate next year's exemptions based on this year's refund/amount owed?

Won the lottery - how do I keep the money?

Would a completely good Muggle be able to use a wand?

Is it okay to majorly distort historical facts while writing a fiction story?

free fall ellipse or parabola?

Expressing the idea of having a very busy time

When "be it" is at the beginning of a sentence, what kind of structure do you call it?

Spaces in which all closed sets are regular closed

What does "shotgun unity" refer to here in this sentence?

Can this note be analyzed as a non-chord tone?

Where do students learn to solve polynomial equations these days?

I dug holes for my pergola too wide

Does higher Oxidation/ reduction potential translate to higher energy storage in battery?

Inexact numbers as keys in Association?

Which one is the true statement?

What steps are necessary to read a Modern SSD in Medieval Europe?

Does destroying a Lich's phylactery destroy the soul within it?

How to Implement Deterministic Encryption Safely in .NET

Why the last AS PATH item always is `I` or `?`?

What can the phrase “is embedded in a whale of a bill” mean?

Does Germany produce more waste than the US?

Pulling the principal components out of a DimensionReducerFunction?

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Traduction de « Life is a roller coaster »



how one can write a nice vector parser, something that does pgfvecparse{A=B-C; D=E x F;}



The Next CEO of Stack Overflowtkz-euclide, define points outside of tikzpictureHow to draw star in TikZ backgroundTikz: draw a vector pointing from one point to anotherHow to draw an elliptical arc in TikZ given only opposite extreme points (vertices) of the ellipse?How can one plot in 3D a matrix with LaTeX?How to get an arrow line from the center of the point (tikz)Line up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?add annotation on decoration pointsHow to add a label to a vector and an angle?












0















I am often use coordinates of points to draw figure in geometry. I know that, we can add, minus coordinates of points, example



begin{tikzpicture}
tkzDefPoints{0/0/C',3/0/D',1/1/B'}
coordinate (A') at ($(B')+(D')-(C')$);
end{tikzpicture}


If I have two points A(1,2,3) and B(4,5,6), how can I define vector AB as (B)-(A)?










share|improve this question





























    0















    I am often use coordinates of points to draw figure in geometry. I know that, we can add, minus coordinates of points, example



    begin{tikzpicture}
    tkzDefPoints{0/0/C',3/0/D',1/1/B'}
    coordinate (A') at ($(B')+(D')-(C')$);
    end{tikzpicture}


    If I have two points A(1,2,3) and B(4,5,6), how can I define vector AB as (B)-(A)?










    share|improve this question



























      0












      0








      0








      I am often use coordinates of points to draw figure in geometry. I know that, we can add, minus coordinates of points, example



      begin{tikzpicture}
      tkzDefPoints{0/0/C',3/0/D',1/1/B'}
      coordinate (A') at ($(B')+(D')-(C')$);
      end{tikzpicture}


      If I have two points A(1,2,3) and B(4,5,6), how can I define vector AB as (B)-(A)?










      share|improve this question
















      I am often use coordinates of points to draw figure in geometry. I know that, we can add, minus coordinates of points, example



      begin{tikzpicture}
      tkzDefPoints{0/0/C',3/0/D',1/1/B'}
      coordinate (A') at ($(B')+(D')-(C')$);
      end{tikzpicture}


      If I have two points A(1,2,3) and B(4,5,6), how can I define vector AB as (B)-(A)?







      tikz-pgf tikzmark






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 mins ago







      minhthien_2016

















      asked 15 mins ago









      minhthien_2016minhthien_2016

      1,4001917




      1,4001917






















          0






          active

          oldest

          votes












          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%2f482518%2fhow-one-can-write-a-nice-vector-parser-something-that-does-pgfvecparse-a-b%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          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%2f482518%2fhow-one-can-write-a-nice-vector-parser-something-that-does-pgfvecparse-a-b%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...