shahar Full Member Joined Jul 19, 2018 Messages 545 Jul 25, 2018 #1 Why the function define by only one value to the y? What problems can it cause if I don't define function in this way?
Why the function define by only one value to the y? What problems can it cause if I don't define function in this way?
Dr.Peterson Elite Member Joined Nov 12, 2017 Messages 16,878 Jul 25, 2018 #2 shahar said: Why the function define by only one value to the y? What problems can it cause if I don't define function in this way? Click to expand... If a "function" has more than one value for a given input, how do you know which one to use? The definition of a function is intended simply to make them useful for calculations. There is in fact a concept of a multi-valued "function" in some areas of math; but they are very hard to work with. You wouldn't want to try.
shahar said: Why the function define by only one value to the y? What problems can it cause if I don't define function in this way? Click to expand... If a "function" has more than one value for a given input, how do you know which one to use? The definition of a function is intended simply to make them useful for calculations. There is in fact a concept of a multi-valued "function" in some areas of math; but they are very hard to work with. You wouldn't want to try.