Function Composer
Build compositions visually, layer by layer
Chain functions together to create compositions like sin(x²) or e^(ln(x)). Each intermediate result is plotted as a dashed line; the final composition is solid gold. Order matters — experiment to see why f(g(x)) differs from g(f(x)).
then
f(x) = (sin(x))²
after sin(x)final
Build f(x) by chaining functions left to right. Dashed lines show intermediate results; solid gold shows the final composition. Composition order matters: sin(x²) differs from (sin x)².