GroupPresentationFunctions1 SΒΆ
gpresent.spad line 1540 [edit on github]
S: SetCategory
This package implements convertion between group presentation given in terms of elements of FreeGroup and GroupPresentation.
- convert: (List S, List FreeGroup S) -> GroupPresentation
convert(lg, lr)
builds group presentation from list of generatorslg
and list of relationslr
.