Please enable JavaScript.
Coggle requires JavaScript to display documents.
L008, L009 - Coggle Diagram
L008
Functions
Sequences
-
types of sequence
colours = [red, green, blue]
seq(colours) = {1 |-> red, 2 |-> green, 3 |-> blue }
-
-
perm(S)
permutations of S
colours = {red, green, blue}
-
-
f: S -> T = (x,y), x belongs to S and y belongs to y
-
-
-
-
bijective functions
it is total, injective and surjective at the same time
-
-