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

arithmetic with Schubert polynomials includes extra fixed points in the permutations #1037

Closed
mwhansen opened this issue Oct 30, 2007 · 1 comment

Comments

@mwhansen
Copy link
Contributor

For example,

sage: X([3,2,1])*X([4,3,2,1])
X[6, 4, 2, 1, 3, 5, 7]

should be

sage: X([3,2,1])*X([4,3,2,1])
X[6, 4, 2, 1, 3, 5]

CC: @sagetrac-sage-combinat

Component: combinatorics

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

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Nov 1, 2007

comment:3

Attachment: schubert.patch.gz

applied to 2.8.11.alpha0

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

2 participants