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
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