Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I can't find this, but I'm pretty sure there is another question with this on ask.sagemath.org.

sage: var('y')
y
sage: min(x,y)
x
sage: min_symbolic(x,y)
min(x, y)

I think if you use the latter, all should be well. I hope? Don't have time to try now. Good luck!