Hi
Over a (x,y) space, I have n functions resp f_1(x,y), f_2(x,y), ..., f_n(x,y) and I would like to create g(x,y) =max(f_1(x,y), f_2(x,y), ..., f_n(x,y), constant)
I now know it is possible to use max_symbolic with 2 functions, but then if I have say 100 of them, it gets clumpsy.
Does anyone know a way to do that?
Thanks