InterviewSolution
Saved Bookmarks
| 1. |
Ifa_0 = x, a_( n+1) = f(a_n) , " where"n = 0,1,2……… then answer the following questions If f(x) = (1)/( 1-x)then which of the following is not true? |
|
Answer» `a_(N) = (1)/(1-X)` if `n= 3k+1` |
|