InterviewSolution
Saved Bookmarks
| 1. |
Let {:f(x)= {(abs(x+1):,xlt1),(1-x:,x le 1):} and {:f(x)= {(x-2:, xlt0),(x+3:, x ge0):}. Then the function h - fg is given by : |
|
Answer» `{:{(x^2+x+2:, xlt-1),(x^2-x-2:,-1le x lt 0),(x^2+ 4x+3:,0lexlt1),(-x^2 -2X +3:, xgt1):}` |
|