Re: [sage-support] Re: strange plot

2024-09-28 Thread Nils Bruin
On Saturday 28 September 2024 at 12:05:52 UTC-7 fqgo...@colby.edu wrote: I wonder whether the result of ?min might mention the existence of min_symbolic, and similarly for max. When the first attempt failed, I looked at what ?min said, and didn't get much out of it. Had it mentioned "see also m

Re: [sage-support] Re: strange plot

2024-09-28 Thread Fernando Gouvea
Thanks for the answers! Both plot3d(floor(min_symbolic(x, y)),(x,1,7),(y,1,7)) and plot3d(lambda a, b: floor(min(a, b)),(x,1,7),(y,1,7)) produce the right plot. I wonder whether the result of ?min might mention the existence of min_symbolic, and similarly for max. When the first attempt fail