Class: 06 Date: 960201 Topic: Exercise class 2
These exercises are supposed to be handed in on Monday February 5.
Because of the limitation of the range of characters in HTML I cannot display every character I need. I will use the following replacements in this exercise:
R-1 means the inverse of relation R
idA means the identity relation over set A
F o G means the composition of F and G
In these exercises we will use two sets and two functions:
A = { 1 , 2 , 3 }
B = { 3 , 4 }
F = { <1,3> , <2,3> , <3,4> } , F is a function from A to B
G = { <3,3> , <4,2> } , G is a function from B to A
Each exercise is worth 1 point.