Blog
Functions
- June 1, 2020
- Category: Functions
No Comments
☼ Functions : Let A and B be two non-empty sets. Then a rule f which associates to each x A, a unique element f (x) B, is called a function or a mapping from A to B. And, we can write, f : A B.
f (x) is called the image of x. And x is called the pre-image of f (x).
The set A is called the domain of f , which is denoted by . i.e. = A.
B is called the co-domain of f.
Also, f (A) = { f (x) : x A } is called the range of f, which is denoted by R.
i.e. R = f (A) = { f (x) : x A }