[GAP Forum] Intersection bug?

m.fayers at qmul.ac.uk m.fayers at qmul.ac.uk
Thu Jul 17 15:55:24 BST 2008


Can anyone explain why GAP behaves as follows?

gap> Intersection([1..3],[1..3]);
[ 1 .. 3 ]
gap> Intersection([-3..-1],[-3..-1]);
[ -3 .. -1 ]
gap> Intersection([-1..1],[-1..1]);
[  ]


____________________________________________________
Matthew Fayers

Queen Mary, University of London
Mile End Road
London E1 4NS
U.K.



More information about the Forum mailing list