Given two objects represented by the tuples (22, 1, 42, 10) and (20, 0, 36, 8):
(a) compute the euclidean distance between the two objects.
(b) compute the manhattan distance between the two objects.
(c) compute the minkowski distance between the two objects, using q = 3.
(d) compute the supremum distance between the two objects.