logo

Composition of Functions 📂Functions

Composition of Functions

Definitions

A function f:XYf: X \to Y, g:f(X)Zg: f(X) \to Z is defined as follows: the composition of gg with ff is called h:XZh: X \to Z, and it is denoted by h=gfh=g \circ f.

h(x)=(gf)(x):=g(f(x)) h(x) = (g\circ f) (x) := g\left( f(x) \right)