English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is it when you do:

f(f^-1(1))

or

f(f^-1(x))
i know that both would work but what is know as "composition"??

2006-11-29 07:02:51 · 1 answers · asked by limes_make_limeade 2 in Science & Mathematics Mathematics

1 answers

A composition is when you have two functions and combine them like so:

f(x)->y , g(y)->z

then you can compose f and g:

h(x) = f(g(x))

Ex:

f(x) = x^2
g(x)=2x+3

then h(x) = f(g(x)) = (2x+3)^2

note that f(g(x)) is different from g(f(x))

2006-11-29 07:13:44 · answer #1 · answered by modulo_function 7 · 0 0

fedest.com, questions and answers