Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
We had a formula written in Mathcad 15 that solved a range of numbers and gave a solution of the entire range (see image below). When we convert to Mathcad Prime 9.0 only the last number of the range gets solved (second image). We are looking for a maximum throughout the range so this does not help us very much. Is there a way to write the function in Mathcad Prime 9.0 to give similar results to Mathcad 15? Both files are attached.
The result of a Mathcad program is the result of the last statement executed, In your case that's the assignment to qSFI5. from one of the two IF branches.
It's really bad that Mathcad 15 apparently behaves differently in this respect.
To correct:
Make sure your program ends with a return statement. You can find 'return' on the programming pallette.
It should end up looking like this:
Success!
Luc