Makakuha ng mabilis at maaasahang mga sagot sa iyong mga tanong sa IDNStudy.com. Ang aming komunidad ay nagbibigay ng eksaktong sagot upang matulungan kang maunawaan at malutas ang anumang problema.

what is the composistion of function
and give a examples ?


Sagot :

composition of function is applying the function to the result of applying the function once to a given number. f(f(x)) is f() applied to the result of f(x). This could be done several times.

For exampple, if f(x)=2x. f(f(f(2)))=f(f(4))=f(8)=16.