#14994: Direct product for finitely presented groups
-------------------------------------------------+-------------------------
       Reporter:  dshurbert                      |        Owner:
           Type:  enhancement                    |       Status:
       Priority:  minor                          |  needs_review
      Component:  group theory                   |    Milestone:
       Keywords:  group presentations, direct    |   Resolution:
  product                                        |    Merged in:
        Authors:  Davis Shurbert                 |    Reviewers:  Travis
Report Upstream:  N/A                            |  Scrimshaw
         Branch:                                 |  Work issues:
   Dependencies:  #14790, #14913                 |       Commit:
                                                 |     Stopgaps:
-------------------------------------------------+-------------------------
Description changed by tscrim:

Old description:

> Implementation for the wrapping of GAP's {{{DirectProduct}}} function for
> finitely presented groups.
> {{{
> sage: G = FreeGroup()
> sage: C3 = G / [G([1,1,1])]
> sage: C3.direct_product(C3)
> Finitely presented group < a, b | a^3, b^3, a^-1*b^-1*a*b >
> }}}
> My approach is object oriented as a {{{FinitelyPresentedGroup}}} method,
> as opposed to a function call such as {{{direct_product_fpgroups}}}
> taking a list of groups as input.
> Depends on #14790 for variable names, and #14913 for fp group
> computations in doctests.
>
> __Apply__
>
> 1 [attachment:trac_14994_direct_product_fpgroups.patch]

New description:

 Implementation for the wrapping of GAP's {{{DirectProduct}}} function for
 finitely presented groups.
 {{{
 sage: G = FreeGroup()
 sage: C3 = G / [G([1,1,1])]
 sage: C3.direct_product(C3)
 Finitely presented group < a, b | a^3, b^3, a^-1*b^-1*a*b >
 }}}
 My approach is object oriented as a {{{FinitelyPresentedGroup}}} method,
 as opposed to a function call such as {{{direct_product_fpgroups}}} taking
 a list of groups as input.
 Depends on #14790 for variable names, and #14913 for fp group computations
 in doctests.

 __Apply__

 * [attachment:trac_14994_direct_product_fpgroups.patch]
 * [attachment:trac_14994-review-ts.patch]

--

--
Ticket URL: <http://trac.sagemath.org/ticket/14994#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to