Question: Finding Minimum

Question:Finding Minimum

poorman 40 Maple

Hi, I have a list L:= { [ a, 34], [ b, 45]....}. how would I find the lowest value in this list? I am looking for a method besides just using the code min ( L[ ] )

Please Wait...