Skip to main content
1-Visitor
November 3, 2015
Question

What is a best way to show the range of a function with 4 variables

  • November 3, 2015
  • 2 replies
  • 983 views

Hi all, I have a function with 4 variables. Two variables are within a range, while the other two have discrete numbers. Using enumerate method we can get some idea of the value range of the function, but that may not be efficient. I attached my worksheet with an example function in the attachment, would someone advise me what is the best and most straightforward way to probe the range of this function? Thank you!

2 replies

24-Ruby IV
November 3, 2015

I have find the minimum of one function on 4 arguments and would like to check it by help of 4 plots.

I have done so:

14-28.png

14-29.png

14-30.png

14-31.png

19-Tanzanite
November 3, 2015

I don't think there's any better way to do it than to enumerate the cases for b and c. At least, not in Mathcad, which does not have a solver that can force a variable to be one of a number of discrete values.