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!

