Skip to main content

Make-It-Easy Function(Fungsi)

Scroll down to download Make-It-Easy Note

For an example of a function, let X be the set consisting of four shapes: a red triangle, a yellow rectangle, a green hexagon, and a red square; and let Y be the set consisting of five colors: red, blue, green, pink, and yellow. Linking each shape to its color is a function from X to Y: each shape is linked to a color (i.e., an element in Y), and each shape is "linked", or "mapped", to exactly one color. There is no shape that lacks a color and no shape that has more than one color. This function will be referred to as the "color-of-the-shape function".
The input to a function is called the argument and the output is called the value. The set of all permitted inputs to a given function is called the domain of the function, while the set of permissible outputs is called the codomain. Thus, the domain of the "color-of-the-shape function" is the set of the four shapes, and the codomain consists of the five colors. The concept of a function does not require that every possible output is the value of some argument, e.g. the color blue is not the color of any of the four shapes in X.
A second example of a function is the following: the domain is chosen to be the set of natural numbers (1, 2, 3, 4, ...), and the codomain is the set of integers (..., −3, −2, −1, 0, 1, 2, 3, ...). The function associates to any natural number n the number 4−n. For example, to 1 it associates 3 and to 10 it associates −6.
A third example of a function has the set of polygons as domain and the set of natural numbers as codomain. The function associates a polygon with its number of vertices. For example, a triangle is associated with the number 3, a square with the number 4, and so on.
The term range is sometimes used either for the codomain or for the set of all the actual values a function has.

Comments

Popular posts from this blog

Make-It-Easy Arithmetic Progression(Janjang Aritmetik)

In  mathematics , an  arithmetic progression  (AP) or  arithmetic sequence  is a  sequence  of  numbers  such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15, . . . is an arithmetic progression with  common difference  of 2. If the initial term of an arithmetic progression is  {\displaystyle a_{1}}  and the common difference of successive members is  d , then the  n th term of the sequence ( {\displaystyle a_{n}} ) is given by: {\displaystyle \ a_{n}=a_{1}+(n-1)d} , and in general {\displaystyle \ a_{n}=a_{m}+(n-m)d} . A finite portion of an arithmetic progression is called a  finite arithmetic progression  and sometimes just called an arithmetic progression. The  sum  of a finite arithmetic progression is called an  arithmetic series . The behavior of the arithmetic progression depends on the common difference ...