Aeneas Messages 26 Reaction score 0 Thread starter Aug 27, 2007 #1 Is "The modulus function" one function or two? f(x) = |x| suggests one, but f(x)=x, x>=0, f(x)=-x, x<0, suggests two.
Is "The modulus function" one function or two? f(x) = |x| suggests one, but f(x)=x, x>=0, f(x)=-x, x<0, suggests two.
neutrino Messages 2,093 Reaction score 2 Aug 27, 2007 #2 The modulus function is one function. It is an example of what is known as a piecewise function.
bel Messages 157 Reaction score 0 Aug 27, 2007 #3 It's one function. Many other functions are written like this, where one function is defined by one function on one interval and defined by another function on another interval, they're called piece-wise functions.
It's one function. Many other functions are written like this, where one function is defined by one function on one interval and defined by another function on another interval, they're called piece-wise functions.