How to construct rectangular figures from the fibonacci numbers?

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











up vote
4
down vote

favorite












How do you construct rectangular figures using the Fibonacci numbers on Mathematica using graphics? I know that the basis of the construction of these figures are the formulae for summing the terms, the odd-indexed terms, the even-indexed terms and the sum of the squares of the terms. I'm really confused on how to obtain the rectangular figures.










share|improve this question







New contributor




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























    up vote
    4
    down vote

    favorite












    How do you construct rectangular figures using the Fibonacci numbers on Mathematica using graphics? I know that the basis of the construction of these figures are the formulae for summing the terms, the odd-indexed terms, the even-indexed terms and the sum of the squares of the terms. I'm really confused on how to obtain the rectangular figures.










    share|improve this question







    New contributor




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





















      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      How do you construct rectangular figures using the Fibonacci numbers on Mathematica using graphics? I know that the basis of the construction of these figures are the formulae for summing the terms, the odd-indexed terms, the even-indexed terms and the sum of the squares of the terms. I'm really confused on how to obtain the rectangular figures.










      share|improve this question







      New contributor




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











      How do you construct rectangular figures using the Fibonacci numbers on Mathematica using graphics? I know that the basis of the construction of these figures are the formulae for summing the terms, the odd-indexed terms, the even-indexed terms and the sum of the squares of the terms. I'm really confused on how to obtain the rectangular figures.







      graphics sequence integer-sequence






      share|improve this question







      New contributor




      user503154 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




      user503154 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






      New contributor




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









      asked 1 hour ago









      user503154

      211




      211




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          you mean something like this?



          Graphics[Red, Rectangle[0, 0, Fibonacci@6, Fibonacci@5], Green, 
          Rectangle[0, 0, Fibonacci@4, Fibonacci@5], Yellow,
          Rectangle[0, 0, Fibonacci@4, Fibonacci@3], Blue,
          Rectangle[0, 0, Fibonacci@2, Fibonacci@3], Pink,
          Rectangle[0, 0, Fibonacci@2, Fibonacci@1]]


          enter image description here






          share|improve this answer




















            Your Answer




            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

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



            );






            user503154 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%2f183624%2fhow-to-construct-rectangular-figures-from-the-fibonacci-numbers%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            4
            down vote













            you mean something like this?



            Graphics[Red, Rectangle[0, 0, Fibonacci@6, Fibonacci@5], Green, 
            Rectangle[0, 0, Fibonacci@4, Fibonacci@5], Yellow,
            Rectangle[0, 0, Fibonacci@4, Fibonacci@3], Blue,
            Rectangle[0, 0, Fibonacci@2, Fibonacci@3], Pink,
            Rectangle[0, 0, Fibonacci@2, Fibonacci@1]]


            enter image description here






            share|improve this answer
























              up vote
              4
              down vote













              you mean something like this?



              Graphics[Red, Rectangle[0, 0, Fibonacci@6, Fibonacci@5], Green, 
              Rectangle[0, 0, Fibonacci@4, Fibonacci@5], Yellow,
              Rectangle[0, 0, Fibonacci@4, Fibonacci@3], Blue,
              Rectangle[0, 0, Fibonacci@2, Fibonacci@3], Pink,
              Rectangle[0, 0, Fibonacci@2, Fibonacci@1]]


              enter image description here






              share|improve this answer






















                up vote
                4
                down vote










                up vote
                4
                down vote









                you mean something like this?



                Graphics[Red, Rectangle[0, 0, Fibonacci@6, Fibonacci@5], Green, 
                Rectangle[0, 0, Fibonacci@4, Fibonacci@5], Yellow,
                Rectangle[0, 0, Fibonacci@4, Fibonacci@3], Blue,
                Rectangle[0, 0, Fibonacci@2, Fibonacci@3], Pink,
                Rectangle[0, 0, Fibonacci@2, Fibonacci@1]]


                enter image description here






                share|improve this answer












                you mean something like this?



                Graphics[Red, Rectangle[0, 0, Fibonacci@6, Fibonacci@5], Green, 
                Rectangle[0, 0, Fibonacci@4, Fibonacci@5], Yellow,
                Rectangle[0, 0, Fibonacci@4, Fibonacci@3], Blue,
                Rectangle[0, 0, Fibonacci@2, Fibonacci@3], Pink,
                Rectangle[0, 0, Fibonacci@2, Fibonacci@1]]


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 41 mins ago









                J42161217

                1,564216




                1,564216




















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









                     

                    draft saved


                    draft discarded


















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












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











                    user503154 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%2f183624%2fhow-to-construct-rectangular-figures-from-the-fibonacci-numbers%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery