Fibonacci Sequence For Loop
2 ビュー (過去 30 日間)
古いコメントを表示
Write a script which calculates F(20). Using a for loop. At any given time you need only store the three active members of the sequence say F_Curr, F_Old, F_Older, which you will 'shuffle' appropiately. Refer to your current count as 'F_curr'
2 件のコメント
James Tursa
2021 年 2 月 16 日
What have you done so far? What specific problems are you having with your code?
回答 (1 件)
Jemima Pulipati
2021 年 2 月 18 日
Hello,
From my understanding, you want to generate Fibonacci series using three variables inside a for loop.
The following answers from the community might be of relevance to you.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!