InterviewSolution
Saved Bookmarks
| 1. |
Given the function f(x)=(a^(x)+a^(-x))/(2)( where a gt 2 ). Then f(x+y)+f(x-y)= |
|
Answer» `2F(X).F(y)` |
|