What is this?
How can I compute the superimum and infimum of two functions in Maple? Would it be different for a pointwise computation and on full domain? I am a newbie, kindly give a detailed example. Thanks.
Please see ?minimize. That will find the infimum. Not sure about the superimum, but I think it is maximize.
Hope this is what you are looking for,
J. Tarr
I think that the best way to find the infimum and superimum is using extrema command. To get help use ?extrema command.
Comments
Infimum
Please see ?minimize. That will find the infimum. Not sure about the superimum, but I think it is maximize.
Hope this is what you are looking for,
J. Tarr
Use extrema command
I think that the best way to find the infimum and superimum is using extrema command.
To get help use ?extrema command.