输入参数的最大值
max(x,y,...)
计算输入参数的最大值示例
创建符号矩阵
using TySymbolicMath @variables a b c d A = max(a,b,c,d)
max(max(max(a, b), c), d)
输入为符号变量
maximum | min