InterviewSolution
Saved Bookmarks
| 1. |
Let A -Z-(0) and let f:A A be defined by f(C) -What type offunction is f? |
|
Answer» Given f(x) = |x|/x So, f(-x) = - |x|/xSo, f(x) is odd function |
|