You can
put this solution on YOUR website!state the inverse of:

for x is less than or equal to 0
--------------------------------
y = x^2 , x <= 0
--------------------
Interchange x and y to get:
x = y^2
-----------------------
Solve for "Y":
y = -sqrt(x) and x > = 0
----------------------------

========================================
Cheers,
Stan H.