Please enable JavaScript.
Coggle requires JavaScript to display documents.
Functions - Coggle Diagram
Functions
Sequences
Operations
-
Concatenation -> Receives 2 sequences and returns 1 sequence formed by the 2 sequences received in order.
-
-
Prefixing -> Prefixing an element to a sequence returns a sequence formed by the first element being the element prefixed and the rest of the original sequence.
-
Front -> Returns all elements but the last, in a sequence.
-
-
-
Partial Functions
Having the relation between the sets S and T. We may have an element in S not mapped in target set T.
-
-
-
Bijective Functions
It means that the function is a total Injective and Surjective. All elements in the source set S is mapped to one differente element in the target set T.