Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
In the attached MathCAD 14 worksheet, M(x) is a function of 5 other functions. I'd like MathCAD to tell me what the maximum value of M(x) is. Is there anyway to do this?
Solved! Go to Solution.
Thank you very much Werner! I wasn't able to get the maximize function to work. I've never seen this iterative method or the lookup command before.
Ooops, using maximize() would be more natural and much easier. See attached. If it didn't work for you, maybe you forgot to provide a guess value.
The function max() I used works for vectors, matrices, scalars and strings, but not for functions. So it was necessary to create vectors for x and function values M(x).
Maximize() sure is the better way to do it.
Thank you again Werner, now I have two ways to find the maximum!
You are welcome.
Maximize() will provide better accuracy combined with less effort.
Just investigate the difference between the values of Mmax calculated by both methods. You will have to set up Nmax very high to reduce that difference to an accaptable (depends on the application, of course) value.