A function is a binary relation over two sets that associates every element of the first set, to exactly one element of the second set.
Typical examples are functions from integers to integers, or from the real numbers to real numbers.
f(x)= x2 + 1
g(x) =2x+ 5
y=f(x).
Comments
Leave a comment