Skip to main content
5 events
when toggle format what by license comment
Aug 10, 2019 at 15:36 vote accept Anne O'Nyme
Aug 10, 2019 at 12:45 answer added Alx timeline score: 0
Aug 10, 2019 at 12:42 comment added Alx FullForm of a != b is Unequal[a,b], so you should use DeleteCases with this head: DeleteCases[{<your set of rules>},_Unequal].
Aug 10, 2019 at 11:39 comment added AccidentalFourierTransform Select[{...}, #[[0]] == Rule &]? Cases[{...}, _Rule]?
Aug 10, 2019 at 9:34 history asked Anne O'Nyme CC BY-SA 4.0