answersLogoWhite

0

A composition function, regarding two functions, is when you apply the first function on the second function on an argument.

Bear in mind that a single, unaltered function is when you apply said function to an argument; a composition function simply applies the result of an application as an argument to another function.

For example, if one function is defined as f(x) = x + 4 and another is defined as g(x) = 2x, the composition of the two (where f is applied to g) is f(g(x)) = 2x + 4.

Note that composition is not commutative; that is, f(g(x)) is not necessarily equivalent to g(f(x)), unless if the functions are either the same or inverses of each other, in which case the result will be the argument; f(f-1(x)) = f-1(f(x)) = x.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan

Add your answer:

Earn +20 pts
Q: What are the compsition of function?
Write your answer...
Submit
Still have questions?
magnify glass
imp