Ask Your Question
1

Typo in operationtable

asked 1 year ago

Maria Teresa gravatar image

updated 1 year ago

tmonteil gravatar image

The following code:

 from sage.matrix.operation_table import OperationTable
    OTa = OperationTable(SymmetricGroup(3), operation=operator.mul)       # optional - sage.plot, sage.groups
    OTa.color_table()

produces a table where the colors for the elements are wrong: f is purple in the first line but green in the second. It is confusing how can I change this?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 1 year ago

rburing gravatar image

updated 1 year ago

In fact the colors are correct but the labels are wrong.

I've submitted a pull request to fix it here:

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 1 year ago

Seen: 129 times

Last updated: Oct 04 '23