Skip to main content
8-Gravel
September 8, 2016
Solved

How to define an option of 3 or more alternatives or results so that their corresponding value controls (either maximum or minimum value)

  • September 8, 2016
  • 2 replies
  • 1098 views

Lets say I have such example:

B effective should be the smaller of:   Span L/36     4*depth h   48 in

How can I create such algorithm in Mathcad Prime so it returns a minimum value so it controls (or governs0. In some cases it could be a Maximum value.

Best answer by MJG

Similarly, use "max" to find a maximum.

2 replies

MJG1-VisitorAnswer
1-Visitor
September 8, 2016

Similarly, use "max" to find a maximum.

8-Gravel
September 8, 2016

Thank you for your prompt response.