mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2025-01-12 22:22:32 +01:00
fix display of perm_autsymbols
This commit is contained in:
parent
b65a202bc1
commit
b50d7f7a9c
@ -83,8 +83,8 @@ function perm_autsymbol(p::perm; pow::Int=1)
|
||||
if p == parent(p)()
|
||||
return id_autsymbol()
|
||||
else
|
||||
str = "σ"*join([subscriptify(i) for i in p.d])
|
||||
p = p^pow
|
||||
str = "σ"*join([subscriptify(i) for i in p.d])
|
||||
return AutSymbol(str, 1, :(σ($(p.d), 1)), σ(p, 1))
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user