Skip to main content
14-Alexandrite
June 4, 2026
Question

max function to choose between values regardless ( negative or positive )

  • June 4, 2026
  • 2 replies
  • 72 views

Hi there , 

I’m using mathcade prime 11

I need to get the max values using max function regardless if there are positive or negative , how ever when I use [ I x I] I get different numbers , how can I get the max ? 

Thanks 

2 replies

25-Diamond I
June 4, 2026

how ever when I use [ I x I] I get different numbers , how can I get the max ? 

You don’t show what you are doing o how should we know?

Chances are that you need to vectorize as otherwise |x| will give you the magnitude of vector x.

 

25-Diamond I
June 4, 2026

I tried to edit my post above to add a picture, but the forum did not let me do so. So I try it here:

Failed again :-(

Hmm, neither cop & paste nor saving the picture and adding it using the “Insert Image” icon in the toolbar worked.

Try to attach the picture but that can’t be a satisfactory permanent solution

 

23-Emerald IV
June 4, 2026

This forum (like the previous) allows to copy an expression and simply paste it into the message box.

One expression at a time.

PTC and the forum software developer are not into making things easy for users…

If you want all in one picture, then grab a screenshot and paste the interesting portion of that:

Note that this is a limitation of Prime, because from Mathcad I can do it without intermediate steps:

Luc

23-Emerald IV
June 4, 2026

Oops