First time here? Check out the FAQ!
answered 2012-04-17 10:25:38 +0100
Is this what you want?
sage: g(x) = log(abs(x)) sage: f(x) = max_symbolic(g(x),0) sage: f x |--> max(log(abs(x)), 0) sage: plot(f,(x,-e,e))