max_symbolic( a , b [ , c , d , … ] )
The maximum in SageMath of two or more symbolic expressions.
Although this function appears as max
under the operation show
it is not identical to it. The function max
is evaluated using Python’s built-in function that does not respect symbolic expressions, which leads to unexpected results handling them.
Examples:
Related functions: min_symbolic
Function category: basic functions sagemath-docs