gman1,
I wrote a simple frame analysis routine in Matlab that I assume would be very similar to MathCad. For each element, I have an equation for shear V(x) and an equation for moment M(x), like StructuralEIT writes, to find the maximum moment of an element, you need to calculate where the shear force equals zero, for a beam-element in a frame, this will occur at both supports and somewhere midspan (that is x=0; x=~0.5L; x=L). Once you calculate the position x, you can substitute this into the M(x) to calculate the maximum moment.
I would also investigate into the tools of MathCad, there may be a function that allows you to calculate the max and min values for a given function.
If you are using MathCad for a similar reason that I am using Matlab, then you should only be concerned about the maximum mid-span value, the negative moments at the support are easy to find.