How can we write the set builder form for fibonacci series
Answers
Answered by
3
A = {x : x = xn = x n-2 + xn-1 , n is a natural number and n > 1}
And here x0 = 0 and x1 = 1
As the series is 0 ,1 ,1 , 2 , 3 , 5 , 8 ..
And here x0 = 0 and x1 = 1
As the series is 0 ,1 ,1 , 2 , 3 , 5 , 8 ..
Similar questions