First time here? Check out the FAQ!
answered 2012-04-19 17:57:40 +0100
For example:
sage: h(x,y)=max_symbolic(x^2-y^2,y^2-x^2) sage: plot3d(h(x,y),(x,-1,1),(y,-1,1))