-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
Conversion from symmetric polynomials to basis of monomial symmetric functions #8259
Comments
Author: Anne Schilling |
Reviewer: Jason Bandlow |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Has this been checked on Solaris? There's general information about building on Solaris at http://wiki.sagemath.org/solaris Information specifically for 't2' at http://wiki.sagemath.org/devel/Building-Sage-on-the-T5240-t2 Both the source (4.3.0.1 is the latest to build on Solaris) and a binary which will run on any SPARC can be found at http://www.sagemath.org/download-source.html Dave |
comment:5
Dave, Are you sure you posted this comment to the correct ticket? If so, could you please comment on the relevance of Solaris to Thanks, Anne Replying to @sagetrac-drkirkby:
|
comment:6
Hi Anne, The fix to crystals.py doesn't apply to either sage 4.3.2 or sage 4.3.3. Can it be removed from this patch? Thanks, |
comment:7
One more thing. I would really like to have an option to verify that the input actually is a symmetric function. In fact I think this should be true by default. So the key function would look something like this:
|
comment:8
Hi Jason, I attached a revised patch which includes your suggestion to add the option to test For me the patch applied to sage-4.3.3. It depends on trac tickets #7978 and #8154 Anne |
Attachment: trac_8259-from_poly_to_sym-as.patch.gz |
comment:9
Hi Jason, As we just discussed on the phone, I did revert the indentation of class Element However, I did change the indentation to be multiples of 4 rather than multiples Anne |
comment:10
Thanks Anne! This looks good to me. Positive review. -Jason |
comment:11
Just two tiny remarks:
That's minor, so I let you see if you want to add a quick review patch, or just leave things as is. Thanks! |
comment:12
Attachment: trac_8259-from_poly_to_sym-review-as.patch.gz Replying to @nthiery:
Done! Please review the review of the review of the review ... oops! Infinite loop! |
comment:13
Replying to @anneschilling:
Thanks! I haven't rerun the tests, but the review patch looks good to me. |
Merged: sage-4.3.4.alpha0 |
comment:14
Merged in this order: |
Currently a function that converts a symmetric polynomial into a symmetric function is missing in sage.
-Added method to convert symmetric polynomial to a symmetric function in monomial basis
-Added shortcut to symmetric functions
-Small fix in crystals
CC: @jbandlow @sagetrac-sage-combinat
Component: combinatorics
Keywords: symmetric functions
Author: Anne Schilling
Reviewer: Jason Bandlow
Merged: sage-4.3.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8259
The text was updated successfully, but these errors were encountered: