Brian
For starters, consider the equation 'Y=-5*X'
Using lower case 'x' without changing the independent graphing variable
will leave you with a blank graph.
'-5x' without a multiplication sign will also cause problems.
The manual shows the basics of graphing. For the inequality, I'd just
tell it to graph Y(X)=-5*X*(X<=0). Since the HP thinks of true and
false as 1 and zero respectively, the equation evaluates to zero as
long as X is less than zero.
It's not very rigorous, or really even right, but it helps visualize
piecewise functions. Because it's technically wrong, it doesn't help
with things like Laplace transforms involving Unit step functions.