Does anyone have this problem? And what to do about it?
1. When a print view is requested, mathcad shuts down without saving and without a warning.
2. When printing a single page or a range of pages, it prints the page(s) you requested and all pages behind it.
kind regards,
Who knows?
I want to get the maximum value out of a range of values.
The range is the result of a function.
Simplified, the function looks like this. I put 'X' in a range and therefore the result 'A(x)' is also a range.
X = 0, 1 .. X.max
A(X) = B(X)/C
I tried to get a maximum like this:
max...