Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FreeMagma as an example of a magma #29529

Closed
mwageringel opened this issue Apr 18, 2020 · 8 comments
Closed

add FreeMagma as an example of a magma #29529

mwageringel opened this issue Apr 18, 2020 · 8 comments

Comments

@mwageringel
Copy link

This ticket adds an example of a magma.

sage: M = Magmas().example(); M
An example of a magma: the free magma generated by ('a', 'b', 'c', 'd')
sage: a, b, c, d = M.magma_generators()
sage: a * (b * c) * (d * a * b)
'((a*(b*c))*((d*a)*b))'

This is in part motivated by this ask-sagemath question and by the seeming lack of magmas in Sage.

Component: categories

Author: Markus Wageringel

Branch/Commit: cad7678

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/29529

@mwageringel mwageringel added this to the sage-9.2 milestone Apr 18, 2020
@mwageringel
Copy link
Author

Author: Markus Wageringel

@mwageringel
Copy link
Author

Branch: u/gh-mwageringel/29529

@mwageringel
Copy link
Author

New commits:

cad767829529: add FreeMagma as an example of a magma

@mwageringel
Copy link
Author

Commit: cad7678

@tscrim
Copy link
Collaborator

tscrim commented Apr 19, 2020

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator

tscrim commented Apr 19, 2020

comment:2

LGTM.

Feel free to cc me on tickets like this too.

@mwageringel
Copy link
Author

comment:3

Thank you.

@vbraun
Copy link
Member

vbraun commented Apr 23, 2020

Changed branch from u/gh-mwageringel/29529 to cad7678

@vbraun vbraun closed this as completed in 57b44a4 Apr 23, 2020
@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.1 May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants