Timeline for Alphabet triangle
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Aug 4, 2016 at 15:36 | comment | added | DavidC |
@MartinEnder, Composition? Very useful!
|
|
| Aug 4, 2016 at 14:15 | comment | added | Martin Ender |
@* is Composition. Also, I'm not getting notifications for your comments if you don't @mention me. ;)
|
|
| Aug 4, 2016 at 10:39 | comment | added | DavidC |
Nice. But I am puzzled by *. What does it do here?
|
|
| Aug 4, 2016 at 10:38 | history | edited | DavidC | CC BY-SA 3.0 |
edited body
|
| Aug 4, 2016 at 10:14 | comment | added | Martin Ender |
It should be Reverse@*Most (the asterisk wasn't a typo ;)). I'm also not sure how legitimate Column actually is since it only displays like a list of lines in a Mathematica notebook. Running this code from a script file wouldn't display anything. However, Print/@ is the same number of bytes and works in either case.
|
|
| Aug 3, 2016 at 15:00 | comment | added | DavidC |
Table and Column now have infix notation. r=Reverse@Most appears not to work.
|
|
| Aug 3, 2016 at 14:58 | history | edited | DavidC | CC BY-SA 3.0 |
added 49 characters in body
|
| Aug 3, 2016 at 14:36 | comment | added | Martin Ender |
~Table~ and Column@ should work though. And since you seem to use r only in conjunction with Most you might as well define it as Reverse@*Most.
|
|
| Aug 3, 2016 at 10:55 | comment | added | DavidC |
That doesn't work. I think the +k somehow is left out.
|
|
| Aug 3, 2016 at 10:31 | comment | added | Yytsi |
Can't Range[65,64+k] just be 65~Range~64+k?
|
|
| Aug 3, 2016 at 8:25 | history | answered | DavidC | CC BY-SA 3.0 |