 
 
 
SortD takes a list as argument.
SortD returns this list sorted by decreasing order.
Input :
Output :
SortD may have a matrix as argument and in this case, 
SortD modifies the order of columns by sorting the first matrix
row by decreasing order.
Input :
Output :
 
 
