0 Members and 1 Guest are viewing this topic.
Well, there is the 'rowSwap()' command.As for column sorting, rowSwap([A]T.Syntax:rowSwap([A],<number of first row you wanna swap>,<second one>rowSwap([A]T,<number of first column you wanna swap>,<second one>(P.S. Both rowSwap( and T are found under Matrix -> Math.)
Visual Example:[1,1][2,2]becomes[1,2][1,2]Another:[1,2,3][1,2,3][1,2,3]becomes[1,1,1][2,2,2][3,3,3]Uneven:[1,2][1,2][1,2]becomes[1,1,1][2,2,2]
Wow... something I knew that Omni didn't?I'm impressed with myself now. =D
Quote from: {AP} on February 07, 2009, 01:11:39 pmWow... something I knew that Omni didn't?I'm impressed with myself now. =DKeep in mind that my peak of activity in calc programming was around late 2002 until late 2004, though