Timeline for RotateRight ith row of a matrix by i - 1
Current License: CC BY-SA 3.0
14 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 14, 2023 at 9:11 | answer | added | user1066 | timeline score: 2 | |
| Oct 14, 2023 at 8:36 | answer | added | eldo | timeline score: 2 | |
| Oct 14, 2023 at 7:59 | answer | added | Syed | timeline score: 2 | |
| May 31, 2013 at 13:00 | answer | added | Simon Woods | timeline score: 2 | |
| May 30, 2013 at 6:32 | history | edited | Mr.Wizard | CC BY-SA 3.0 | edited body |
| May 30, 2013 at 6:27 | comment | added | Mr.Wizard | @LarryS Be civil. People are only attempting to be helpful. Leaving stray global symbols in your function is bad programming practice and code exhibiting such will often be remarked upon. | |
| May 30, 2013 at 6:24 | answer | added | Mr.Wizard | timeline score: 8 | |
| May 30, 2013 at 6:22 | comment | added | Jonathan Shock | @LarryS, please feel free to ignore my comment in that case. You are right that you did explicitly say that and I had missed that point in your post, my apologies. | |
| May 30, 2013 at 6:21 | history | edited | m_goldberg | CC BY-SA 3.0 | General cleanup |
| May 30, 2013 at 6:09 | comment | added | Jonathan Shock | I would also define your functions as Module as you are defining global variables (clonedmat) within them. It's best to keep track of the scope of such variables when you can. | |
| May 30, 2013 at 6:07 | comment | added | Jonathan Shock | This isn't using pattern matching but for a speed up this may help: rr[rin_] := (RotateRight[rin[[#]], # - 1] & /@ Range[Length[rin]]). | |
| May 30, 2013 at 6:05 | review | First posts | |||
| May 30, 2013 at 9:40 | |||||
| May 30, 2013 at 6:00 | comment | added | J. M.'s missing motivation | "Map and Range would be the most concise way..." - nope. There's MapIndexed[]... | |
| May 30, 2013 at 5:45 | history | asked | John Smith | CC BY-SA 3.0 |