Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • $\begingroup$ That's mine, just longer. :-p $\endgroup$ Commented Mar 16, 2013 at 12:43
  • $\begingroup$ @Mr.Wizard Ha, I've just seen now that in the docs for Span it says m[[i;;j;;k]] is equivalent to Take[m,{i,j,k}]. Well, let's say that mine is more readable for novice users. $\endgroup$ Commented Mar 16, 2013 at 12:49
  • $\begingroup$ Indeed it is. I'm just poking fun. :-) $\endgroup$ Commented Mar 16, 2013 at 12:54
  • $\begingroup$ By the way, try your hand at a "Rube Goldberg" solution. I had fun with mine, though it could be considerably more complicated... $\endgroup$ Commented Mar 16, 2013 at 12:55
  • $\begingroup$ I just timed these and Take is slightly faster. +1 for pragmatism. $\endgroup$ Commented Mar 16, 2013 at 13:08