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)=""^(m) sqrt( (a- x^(m))), x gt 2=0, m ge 2 , m in Nthen |
|
Answer» `a_(n)=x, n = 2k+1` where k is an INTEGER |
|