We’re aware of an issue preventing community login. Our team is actively working on a fix and we’ll share updates as soon as possible.
Hi.
Does any one in the forum know if Mathcad can be used to evalate a result and report if the solution is placed outside a predefined range.
For example. I expect to recieve a result between 1 and 5. If the result ends up in a value of e.g. 10 I want to be able to read that the result is out of range. Preferably in a warning message.
Solved! Go to Solution.
You can do this with a boolean test in an if statement. Mathcad will not pop up a warning message as if a system error had occurred.
Two (of the many) possible ways:
Success!
Luc