Question: please answer the question with the following adjustments: 1- use >>help polar to get hints on how to create a polar plot from the terms
please answer the question with the following adjustments:
1- use >>help polar to get hints on how to create a polar plot from the terms of your sequence, if needed. Show the matlab script and the plot, with "plot" as title.
2-compute the sum of the terms of your fibonacci sequence, show this number below the plot.
A Fibonacci sequence is composed of elements created by adding the two previous elements. The simplest Fibonacci sequence starts with 1, 1 and proceeds as follows: 9.6 1, 1, 2, 3, 5, 8, 13,.. Problems 339 However, a Fibonaci sequence can be created with any two starting numbers. Fibonacci sequences appear regularly in nature. For example, the shell of the chambered nautilus (Figure P9.12) grows in accordance with a Fibonacci sequence Prompt the user to enter the first two numbers in a Fibonacci sequence and the total number of elements requested for the sequence. Find the sequence and store it in an array by using a for loop. Now plot your results on a polar graph. Use the element number for the angle and the value of the element in the sequence for the radius Figure P9.12 Chambered navtilys
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
