On Wednesday 25 September 2024 at 08:34:09 UTC-7 julian...@gmail.com wrote:

Hi Fernando,

I believe that problem is that:

sage: min(x, y)
x

It may be less than ideal, but given that "min" is a built-in function 
which by the looks of it just picks the first element from its argument 
such that other elements are not strictly less than it, it is as documented.

There is min_symbolic for symbolic operation. If you care about 
performance, there may be a difference between using min_symbolic and using 
a "lambda" argument to plot. You'd need to try to see which one is faster 
for your application. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/fa9069b8-b7c7-4ef8-89b6-49e440673e55n%40googlegroups.com.

Reply via email to