Skip to main content
21 events
when toggle format what by license comment
Jan 12 at 17:32 answer added E. Chan-López timeline score: 0
Jan 12 at 12:34 answer added Domen timeline score: 2
Oct 13, 2023 at 13:02 comment added AsukaMinato just a point-free style {2, 4, 6, 8, 10} // Position[_?(GreaterThan[7])]
Oct 13, 2023 at 8:28 answer added eldo timeline score: 3
Aug 27, 2017 at 0:06 answer added Pillsy timeline score: 5
Aug 9, 2017 at 19:28 answer added user1066 timeline score: 7
Aug 9, 2017 at 18:53 answer added Ali Hashmi timeline score: 12
May 7, 2016 at 6:13 comment added Jerry Guern This question is a good example of where some effort on WR's part to give useful simple examples in their documentation would make every's life a lot easier. This SHOULD be easy to find in the docs, but it's not.
Jan 19, 2012 at 13:32 vote accept PeterR
Jan 19, 2012 at 1:05 comment added Brett Champion I prefer Condition for ease of naming elements to work with them.
Jan 18, 2012 at 22:15 comment added Mike Honeychurch I've noticed a preference for people below to use PatternTest rather than Condition. Are any performance differences or is it just what people are used to?
S Jan 18, 2012 at 20:47 history suggested rcollyer CC BY-SA 3.0
formatted code
Jan 18, 2012 at 20:46 comment added Sasha Using ogerard's processing idea, one can use Pick to enhance performance: x = {2, 4, 6, 8, 10}; Pick[Range[Length[x]], Sign[x - 6], 1].
Jan 18, 2012 at 20:29 answer added Brett Champion timeline score: 26
Jan 18, 2012 at 18:23 answer added ogerard timeline score: 10
Jan 18, 2012 at 18:19 answer added acl timeline score: 8
Jan 18, 2012 at 18:11 answer added rcollyer timeline score: 18
Jan 18, 2012 at 18:11 answer added Andy Ross timeline score: 23
Jan 18, 2012 at 18:11 answer added J. M.'s missing motivation timeline score: 82
Jan 18, 2012 at 18:06 review Suggested edits
S Jan 18, 2012 at 20:47
Jan 18, 2012 at 18:01 history asked PeterR CC BY-SA 3.0