What do I do if I have several initial values? My a(n-1) = 1, a(n-2)= 2, etc
@Anonymous5944 жыл бұрын
Be quiet
@adrienanderson74393 жыл бұрын
You have probably figured it out by now but for other people, instead of putting just one number in the field u(nMin) you give it multiple values in curly braces like this, u(nMin)={1,0}, for these parameters u(n-1)=1 and u(n-2)=0. So you could do something like, u(n)=u(n-1)+u(n-2) and u(nMin)={1,1}, which would be the Fibonacci sequence.
@RevHouse244 жыл бұрын
Nice video
@rimuruforlife91303 жыл бұрын
is that a app your using or like a website is it ok if you link it for me thx i really need it loll
@adityadatta84432 жыл бұрын
Hello! can you help me, How to enter the Fibonacci number please?