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

RossRoss
Every question is just a happy little opportunity.
Chat with Ross
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

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