-2
I’m developing a C algorithm that displays a Fibonacci sequence on the screen, but first I built a spreadsheet in Excel to understand how this sequence works and realized that it is a 3 column array, in which the value of a column, when passed to the bottom row returns to the previous column. As an example in cell C4 the value is 3, and this same value 3 goes in the future to cell B5. Would it be possible to create this sequence through matrix? How could I do it? Because I’ve tried everything including adding together the elements of different columns and so display them in sequence and it didn’t work.
Perfectly possible. According to the rules of this site we make the program for you. What a mistake I made asking my question?
– anonimo