I'm working with Maple v10.03 I have a problem with the 'indices' function when I define a table and ask maple to give indices tab:=table([1,2,3,4,5,6,7,8,9,10]); indices(test); I get in output non-arranged indices [1],[2],[3],[5],[4],[7],[6],[10],[8],[9] it's confusing, is there a way to make maple give them arranged automaticly?

Please Wait...