typos
This commit is contained in:
parent
d021d67c1c
commit
ad744b76bd
1 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ InstallMethod("ConjugationQuandle", "for a group",
|
||||||
[IsGroup and IsFinite],
|
[IsGroup and IsFinite],
|
||||||
function(G)
|
function(G)
|
||||||
local fam, elts;
|
local fam, elts;
|
||||||
fam := CollectionFamily(ConjugatorFamily(ElementsFamily(FamilyObj(G))));
|
fam := CollectionsFamily(ConjugatorFamily(ElementsFamily(FamilyObj(G))));
|
||||||
# Question: how do we easily/quickly determine a set of generators of
|
# Question: how do we easily/quickly determine a set of generators of
|
||||||
# Conj(G) from a set of generators of G, so that we can handle infinite
|
# Conj(G) from a set of generators of G, so that we can handle infinite
|
||||||
# conj-quandles here?
|
# conj-quandles here?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue