On May 14, 2011, at 4:34 AM, Rob Beezer wrote:
> I do not have too many versions of Sage available to me at the moment,
> but:
>
> Your example works properly on 4.6.2.alpha3
>
> Your example fails on 4.6.2.alpha4 and 4.7.rc0
>
> The failure is at the same place as in the initial report.
>
>
You probably do not have an alpha version. It would have printed in
what you did above.
On May 13, 11:59 pm, Pierre wrote:
> sage --version gives
>
> Sage Version 4.6.2, Release Date: 2011-02-25
>
> how do I find out about the "alpha"?
>
> On 13 mai, 19:34, Rob Beezer wrote:
>
> > I do not have
sage --version gives
Sage Version 4.6.2, Release Date: 2011-02-25
how do I find out about the "alpha"?
On 13 mai, 19:34, Rob Beezer wrote:
> I do not have too many versions of Sage available to me at the moment,
> but:
>
> Your example works properly on 4.6.2.alpha3
>
> Your example fails on 4
I do not have too many versions of Sage available to me at the moment,
but:
Your example works properly on 4.6.2.alpha3
Your example fails on 4.6.2.alpha4 and 4.7.rc0
The failure is at the same place as in the initial report.
Pierre - What version are you using?
The only ticket merged betwe
Thanks, this works... sometimes. But the following still fails:
sage: G = QuaternionGroup()
sage: H = direct_product_permgroups([G, G])
sage: K= direct_product_permgroups([H, G])
Gap produced error output
Syntax error: expression expected
$sage17:=;;
^
executing $sage17:=;;
any thou
On May 10, 3:20 pm, Pierre wrote:
> Any quick & dirty fix is appreciated, for I rather urgently need to
> take the product of two groups :)
This should solve your immediate problem:
sage: G = QuaternionGroup()
sage: H = direct_product_permgroups([G, G])
sage: H.order()
64
The traceback indicate