next up previous
Next: 3.6 Recap Up: 3. Relationships/Functions Previous: 3.4.5 The function as

3.5 Scratches on paper

It is essential to realize that when a function is written as y = f(x), it's just a convention. The input variable does not have to be written as x, nor the output as y, after all these are nothing but scratch marks on paper.

The Centigrade to Fahrenheit conversion function could just as well be written f = g(c), where c stands for the temperature in degrees centigrade, f for the temperature in degrees Fahrenheit and now g represents the rule `` multiply by 9/5 then add 32''. That is


\begin{displaymath}\fbox{$f = 32 + 9/5 \times c.$ }\end{displaymath}

Again, c is the input, g represents the rule and f now stands for the output. What all functions have in common is that they take an input, apply a rule to it and produce an output. How we label the input, rule and output is arbitrary. However, it is extremely important that we tell everyone else what our labels mean.


next up previous
Next: 3.6 Recap Up: 3. Relationships/Functions Previous: 3.4.5 The function as
Richard Waterman
1999-04-30