I have an assignment due for my LabVIEW class that involves a Fibonacci sequence, here is the exact question:
Create a VI that uses a WHILE loop to keep calculating iterations of a Fibonacci sequence until the ratio of |fib(n-1)/fib(n) - fib(n-2)/fib(n-1)| converges. Inputs should include the first two elements of the sequence and the magnitude of the convergence. The output should be the number of iterations required to converge.
I looked on Wikipedia, that didn't help. I have done some Googling around and still nothing. I don't understand what a Fibonacci sequence is nor do I know how to make it converge. Where do the two user inputed elements come in and what of the magnitude. I can code it but I don't what I am to code. If you understand please explain it to me.
To be clear I don't really want you to give me the code, just clarification; thanks.