I do not understand why my function to get the largest number does not want to work. If I am thinking about this correctly, if the first atom is smaller than the second atom the
(define (maxim lst) (vector-argmax (lambda (x) x) (list->vector lst)))