min_symbolic( a , b [ , c , d , … ] )

The minimum in SageMath of two or more symbolic expressions.

Although this function appears as min under the operation show it is not identical to it. The function min is evaluated using Python’s built-in function that does not respect symbolic expressions, which leads to unexpected results handling them.

Examples:

Related functions:   max_symbolic

Function category: basic functions sagemath-docs