Timeline for Changing the position of rows and columns in a matrix
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 21, 2019 at 19:21 | history | edited | bill s | CC BY-SA 4.0 | edited body |
| Mar 21, 2019 at 2:21 | history | edited | bill s | CC BY-SA 4.0 | added 256 characters in body |
| Mar 21, 2019 at 1:23 | comment | added | Roman | You can get the index list ind with indexlist[n_, i_, j_] := Insert[Delete[Range[n], i], i, j]. In this case, indexlist[5, 2, 4] will give {1, 3, 4, 2, 5}. | |
| Mar 20, 2019 at 15:39 | history | answered | bill s | CC BY-SA 4.0 |