composite functions

232 views

composite functions

In: 0

3 Answers

Anonymous 0 Comments

Think of a function as something that alters the input.

For example altering your straight shoe lace by making a loop. That would be loop(lace).

An inverse function as the inverse process like unloop (loopedlace).

Compositive functions as two or more processes one after the other.
Loop(lace(shoeputon(sockputon(gotupinthemorning)))

You are viewing 1 out of 3 answers, click here to view all answers.