@options; @figure; A = point(1,2); B = point(-2,-1); AB =droite(A,B); C = point(-1,2); D = point(2,-2); CD =droite(C,D); M =intersection(AB,CD) {rouge};