I've come across a challenging problem in my test review:
Given f = {(a, b), (b, a), (c, b)}, a function from X = {a, b, c} to X:
(a) Write f o f and f o f o f as sets of ordered pairs.
(b) Define f^n = f o f o ... o f to be the n-fold composition of f with itself. Write f^9 and f^623 as sets of ordered pairs.
I have no idea how to approach this. I know that f o f and f o f o f are f(f) and f(f(f)), but I can't see how I can compose that. Where in f can I insert f? Part (b) also looks daunting.
Any help would be appreciated!![]()


LinkBack URL
About LinkBacks

