First time here? Check out the FAQ!
answered 2019-04-03 14:31:28 +0100
Using lambda functions is another way to do this.
This is often convenient and useful for plotting in Sage:
In this case you would do:
sage: contour_plot(lambda x, y: max(abs(x), abs(y)), (-3, 3), (-3, 3))