

InterviewSolution
Saved Bookmarks
1. |
How to determine if a function is odd, even or neither? |
Answer» <strong> Iff(x) =- f(-x), then f is an odd function.Iff(x) =f(-x), then f is an even function. If neither of these conditions hold, then f is neither even nor odd function.</strong><p>We will use the concept of odd and even functions to find the nature of the function.</p> | |