Plot vectors as sums of vectors along the axesManipulate Exp[I θ]+b Exp[-I θ]Combining 2D slices into a 3D plotPut labels sloped along axes in ListPlot3Drandom distribution vectors on cube edgesColoring (Temperature) surface of parametric 3D plotVectorPlot3D broken in Mathematica 11.0.1?Plot vectors read in from fileHow can I reliably plot ellipse-field streamlines?Drawing several 2D vectors in one plot with labeled axesPlotting Vectors in Mathematica

What game uses dice with engraved faces, weapon symbols, double weapon symbols and object symbols?

Can I get a photo of an Ancient Arrow?

My mom's return ticket is 3 days after I-94 expires

Can a 40amp breaker be used safely and without issue with a 40amp device on 6AWG wire?

Undocumented incompatibility between changes and siunitx?

What do I need to do, tax-wise, for a sudden windfall?

Can Mage Hand be used to indirectly trigger an attack?

What game uses six-sided dice with symbols as well as numbers on the 5 and 6 faces?

Can an escape pod land on Earth from orbit and not be immediately detected?

Must I use my personal social media account for work?

Is the first of the 10 Commandments considered a mitzvah?

Harley Davidson clattering noise from engine, backfire and failure to start

Part of my house is inexplicably gone

ISP is not hashing the password I log in with online. Should I take any action?

Do Veracrypt encrypted volumes have any kind of brute force protection?

Is there a radar system monitoring the UK mainland border?

What is the theme of analysis?

How to import .txt file with missing data?

What did the 8086 (and 8088) do upon encountering an illegal instruction?

Is tuition reimbursement a good idea if you have to stay with the job

Why did the Death Eaters wait to reopen the Chamber of Secrets?

Does WiFi affect the quality of images downloaded from the internet?

Why are backslashes included in this shell script?

Nth term of Van Eck Sequence



Plot vectors as sums of vectors along the axes


Manipulate Exp[I θ]+b Exp[-I θ]Combining 2D slices into a 3D plotPut labels sloped along axes in ListPlot3Drandom distribution vectors on cube edgesColoring (Temperature) surface of parametric 3D plotVectorPlot3D broken in Mathematica 11.0.1?Plot vectors read in from fileHow can I reliably plot ellipse-field streamlines?Drawing several 2D vectors in one plot with labeled axesPlotting Vectors in Mathematica













2












$begingroup$


in a phase diagram appear vectors that go in different directions. When graphing with the "streamplot" or "vectorplot" command, only the arrows appear showing how they move away from or closer to balance. Well, I would like to know how to divide a vector into two arrows that indicate how it grows on each axis "x" and "y". (i put in red that i need). Thanks :D



enter image description here



Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
StreamStyle -> LightCyan,
VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
VectorScale -> .15]]









share|improve this question









New contributor



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






$endgroup$
















    2












    $begingroup$


    in a phase diagram appear vectors that go in different directions. When graphing with the "streamplot" or "vectorplot" command, only the arrows appear showing how they move away from or closer to balance. Well, I would like to know how to divide a vector into two arrows that indicate how it grows on each axis "x" and "y". (i put in red that i need). Thanks :D



    enter image description here



    Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
    StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
    StreamStyle -> LightCyan,
    VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
    VectorScale -> .15]]









    share|improve this question









    New contributor



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






    $endgroup$














      2












      2








      2





      $begingroup$


      in a phase diagram appear vectors that go in different directions. When graphing with the "streamplot" or "vectorplot" command, only the arrows appear showing how they move away from or closer to balance. Well, I would like to know how to divide a vector into two arrows that indicate how it grows on each axis "x" and "y". (i put in red that i need). Thanks :D



      enter image description here



      Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
      StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
      StreamStyle -> LightCyan,
      VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
      VectorScale -> .15]]









      share|improve this question









      New contributor



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






      $endgroup$




      in a phase diagram appear vectors that go in different directions. When graphing with the "streamplot" or "vectorplot" command, only the arrows appear showing how they move away from or closer to balance. Well, I would like to know how to divide a vector into two arrows that indicate how it grows on each axis "x" and "y". (i put in red that i need). Thanks :D



      enter image description here



      Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
      StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
      StreamStyle -> LightCyan,
      VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
      VectorScale -> .15]]






      plotting vector






      share|improve this question









      New contributor



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










      share|improve this question









      New contributor



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








      share|improve this question




      share|improve this question








      edited 3 hours ago









      user64494

      3,98111323




      3,98111323






      New contributor



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








      asked 8 hours ago









      Relayy ekkoRelayy ekko

      111




      111




      New contributor



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




      New contributor




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






















          2 Answers
          2






          active

          oldest

          votes


















          4












          $begingroup$

          You could use the Projection function here to good use. First make the StreamPlot:



          sp = Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
          StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
          StreamStyle -> LightCyan,
          VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
          VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]]


          Mathematica graphics



          Then make the projections:



          vp = VectorPlot[Projection[-x + 4 y - 8, x + 2 y + 3, 1, 0], 
          Projection[-x + 4 y - 8, x + 2 y + 3, 0, 1], x, -10, 10, y, -6, 6,
          VectorStyle -> Red,
          VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
          VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]


          Mathematica graphics



          Of course you can style the vectors as you please. Then combine:



          Show[sp, vp, PlotRange -> All]


          Mathematica graphics






          share|improve this answer









          $endgroup$












          • $begingroup$
            When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
            $endgroup$
            – Relayy ekko
            8 hours ago


















          1












          $begingroup$

          Using VectorPlot:



          f1, f2 = (8 + x)/4, 1/2 (-3 - x);
          gx, gy = -x + 4 y - 8, x + 2 y + 3;
          Show[
          Plot[f1, f2, x, -10, 10],

          StreamPlot[gx, gy, x, -10, 10, y, -6, 6, StreamStyle -> Cyan],

          VectorPlot[gx, gy, gx, 0, 0, gy, x, -10, 10, y, -6, 6,
          VectorStyle -> Black, Red, Blue,
          VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
          VectorScale -> .15,
          VectorMarkers -> Placed["Arrow", "Start"]],

          ImageSize -> 300, Frame -> True ]


          enter image description here






          share|improve this answer









          $endgroup$













            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "387"
            ;
            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
            );



            );






            Relayy ekko is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f200167%2fplot-vectors-as-sums-of-vectors-along-the-axes%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4












            $begingroup$

            You could use the Projection function here to good use. First make the StreamPlot:



            sp = Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
            StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
            StreamStyle -> LightCyan,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]]


            Mathematica graphics



            Then make the projections:



            vp = VectorPlot[Projection[-x + 4 y - 8, x + 2 y + 3, 1, 0], 
            Projection[-x + 4 y - 8, x + 2 y + 3, 0, 1], x, -10, 10, y, -6, 6,
            VectorStyle -> Red,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]


            Mathematica graphics



            Of course you can style the vectors as you please. Then combine:



            Show[sp, vp, PlotRange -> All]


            Mathematica graphics






            share|improve this answer









            $endgroup$












            • $begingroup$
              When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
              $endgroup$
              – Relayy ekko
              8 hours ago















            4












            $begingroup$

            You could use the Projection function here to good use. First make the StreamPlot:



            sp = Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
            StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
            StreamStyle -> LightCyan,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]]


            Mathematica graphics



            Then make the projections:



            vp = VectorPlot[Projection[-x + 4 y - 8, x + 2 y + 3, 1, 0], 
            Projection[-x + 4 y - 8, x + 2 y + 3, 0, 1], x, -10, 10, y, -6, 6,
            VectorStyle -> Red,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]


            Mathematica graphics



            Of course you can style the vectors as you please. Then combine:



            Show[sp, vp, PlotRange -> All]


            Mathematica graphics






            share|improve this answer









            $endgroup$












            • $begingroup$
              When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
              $endgroup$
              – Relayy ekko
              8 hours ago













            4












            4








            4





            $begingroup$

            You could use the Projection function here to good use. First make the StreamPlot:



            sp = Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
            StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
            StreamStyle -> LightCyan,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]]


            Mathematica graphics



            Then make the projections:



            vp = VectorPlot[Projection[-x + 4 y - 8, x + 2 y + 3, 1, 0], 
            Projection[-x + 4 y - 8, x + 2 y + 3, 0, 1], x, -10, 10, y, -6, 6,
            VectorStyle -> Red,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]


            Mathematica graphics



            Of course you can style the vectors as you please. Then combine:



            Show[sp, vp, PlotRange -> All]


            Mathematica graphics






            share|improve this answer









            $endgroup$



            You could use the Projection function here to good use. First make the StreamPlot:



            sp = Show[Plot[(8 + x)/4, 1/2 (-3 - x), x, -10, 10], 
            StreamPlot[-x + 4 y - 8, x + 2 y + 3, x, -10, 10, y, -6, 6,
            StreamStyle -> LightCyan,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]]


            Mathematica graphics



            Then make the projections:



            vp = VectorPlot[Projection[-x + 4 y - 8, x + 2 y + 3, 1, 0], 
            Projection[-x + 4 y - 8, x + 2 y + 3, 0, 1], x, -10, 10, y, -6, 6,
            VectorStyle -> Red,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15, VectorMarkers -> Placed["Arrow", "Start"]]


            Mathematica graphics



            Of course you can style the vectors as you please. Then combine:



            Show[sp, vp, PlotRange -> All]


            Mathematica graphics







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 8 hours ago









            chuychuy

            9,5531943




            9,5531943











            • $begingroup$
              When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
              $endgroup$
              – Relayy ekko
              8 hours ago
















            • $begingroup$
              When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
              $endgroup$
              – Relayy ekko
              8 hours ago















            $begingroup$
            When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
            $endgroup$
            – Relayy ekko
            8 hours ago




            $begingroup$
            When i put VectorMarkers -> Placed["Arrow", "Start"] returns error, can you help me? pls thax bro
            $endgroup$
            – Relayy ekko
            8 hours ago











            1












            $begingroup$

            Using VectorPlot:



            f1, f2 = (8 + x)/4, 1/2 (-3 - x);
            gx, gy = -x + 4 y - 8, x + 2 y + 3;
            Show[
            Plot[f1, f2, x, -10, 10],

            StreamPlot[gx, gy, x, -10, 10, y, -6, 6, StreamStyle -> Cyan],

            VectorPlot[gx, gy, gx, 0, 0, gy, x, -10, 10, y, -6, 6,
            VectorStyle -> Black, Red, Blue,
            VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
            VectorScale -> .15,
            VectorMarkers -> Placed["Arrow", "Start"]],

            ImageSize -> 300, Frame -> True ]


            enter image description here






            share|improve this answer









            $endgroup$

















              1












              $begingroup$

              Using VectorPlot:



              f1, f2 = (8 + x)/4, 1/2 (-3 - x);
              gx, gy = -x + 4 y - 8, x + 2 y + 3;
              Show[
              Plot[f1, f2, x, -10, 10],

              StreamPlot[gx, gy, x, -10, 10, y, -6, 6, StreamStyle -> Cyan],

              VectorPlot[gx, gy, gx, 0, 0, gy, x, -10, 10, y, -6, 6,
              VectorStyle -> Black, Red, Blue,
              VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
              VectorScale -> .15,
              VectorMarkers -> Placed["Arrow", "Start"]],

              ImageSize -> 300, Frame -> True ]


              enter image description here






              share|improve this answer









              $endgroup$















                1












                1








                1





                $begingroup$

                Using VectorPlot:



                f1, f2 = (8 + x)/4, 1/2 (-3 - x);
                gx, gy = -x + 4 y - 8, x + 2 y + 3;
                Show[
                Plot[f1, f2, x, -10, 10],

                StreamPlot[gx, gy, x, -10, 10, y, -6, 6, StreamStyle -> Cyan],

                VectorPlot[gx, gy, gx, 0, 0, gy, x, -10, 10, y, -6, 6,
                VectorStyle -> Black, Red, Blue,
                VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
                VectorScale -> .15,
                VectorMarkers -> Placed["Arrow", "Start"]],

                ImageSize -> 300, Frame -> True ]


                enter image description here






                share|improve this answer









                $endgroup$



                Using VectorPlot:



                f1, f2 = (8 + x)/4, 1/2 (-3 - x);
                gx, gy = -x + 4 y - 8, x + 2 y + 3;
                Show[
                Plot[f1, f2, x, -10, 10],

                StreamPlot[gx, gy, x, -10, 10, y, -6, 6, StreamStyle -> Cyan],

                VectorPlot[gx, gy, gx, 0, 0, gy, x, -10, 10, y, -6, 6,
                VectorStyle -> Black, Red, Blue,
                VectorPoints -> -10, 2, -5, 4, -5, -4, 6, -3,
                VectorScale -> .15,
                VectorMarkers -> Placed["Arrow", "Start"]],

                ImageSize -> 300, Frame -> True ]


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 7 hours ago









                LouisBLouisB

                4,7541717




                4,7541717




















                    Relayy ekko is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Relayy ekko is a new contributor. Be nice, and check out our Code of Conduct.












                    Relayy ekko is a new contributor. Be nice, and check out our Code of Conduct.











                    Relayy ekko is a new contributor. Be nice, and check out our Code of Conduct.














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

                    Use MathJax to format equations. MathJax reference.


                    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%2fmathematica.stackexchange.com%2fquestions%2f200167%2fplot-vectors-as-sums-of-vectors-along-the-axes%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

                    ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

                    Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

                    19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу