PS:

On Sep 6, 1:21 pm, Simon King <simon.k...@nuigalway.ie> wrote:
> > ...
> > Do you need to use Random numbers? Can't you just pick a set of integers -
> > either those from t2, sage.math, or the lottery numbers, and use them 
> > instead?
>
> I don't need these specific numbers. The example was just a concise
> way to show that there is a problem.

What happens inside is, e.g.:

gap> S := SymmetricGroup(6);;
gap> G := SylowSubgroup(S,2);
Group([ (1,2), (3,4), (1,3)(2,4), (5,6) ])
gap> Id := IdGroup(G);;

and now, ``IsomorphismGroups(SmallGroup(Id),G);`` has the same result
on sage.math and bsd.math and my desktop computer, but a different
result on t2.

Cheers,
Simon

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to