Saved Bookmarks
| 1. |
For non negative integers define a function as follows f(m,n)=⎧⎪⎨⎪⎩n+1ifm=0f(m−1,1)ifm≠0,n=0f(m−1,f(m,n−1)ifm≠0,n≠0 Then the value of f'(1,1)is___ |
|
Answer» For non negative integers define a function as follows f(m,n)=⎧⎪⎨⎪⎩n+1ifm=0f(m−1,1)ifm≠0,n=0f(m−1,f(m,n−1)ifm≠0,n≠0 Then the value of f'(1,1)is |
|