This is a really nasty bug.. Symbolic maxima and minima are
mathematical standard tools, they should at least be _callable_ in
standard sage. One can see the problem this way:

p = var("p")
show( plot(max(p,3),(p,0,10)) )
show( plot(min(p,3),(p,0,10)) )

Could someone please post a quickhack to define min_symbolic() other
than

max_symbolic(-a,-b)*(-1)



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to