|
Beside we can have a
graphical representation of a rule relating the sets X and
Y, which defines a function from X into Y.
The rule can be represented in symbolical form:
f(n) = n + 1,
verbally:
"We add 1 to the variable (element of the domain).",
as a catalogue:
f(1) = 2, f(2) = 3, f(3) = 4
and as a subset of the cartesian product set X×Y:
f = {(1,2), (2,3), (3,4)}.
|