Skip to content

provide the fraction field of symmetric functions#38429

Merged
vbraun merged 6 commits intosagemath:developfrom
mantepse:sf/fraction_field
Aug 3, 2024
Merged

provide the fraction field of symmetric functions#38429
vbraun merged 6 commits intosagemath:developfrom
mantepse:sf/fraction_field

Conversation

@mantepse
Copy link
Contributor

We provide a naive implementation of the fraction field of symmetric functions. In particular, this allows computations like

sage: s = SymmetricFunctions(QQ).s()
sage: s[1]/(1+s[1])
s[1]/(s[] + s[1])

@github-actions
Copy link

github-actions bot commented Jul 26, 2024

Documentation preview for this PR (built with commit 4694b8b; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

Copy link
Collaborator

@tscrim tscrim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. A few minor things.

mantepse and others added 3 commits July 27, 2024 10:24
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Copy link
Collaborator

@tscrim tscrim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Once tests pass, you can set a positive review.

@mantepse
Copy link
Contributor Author

Thank you so much, Travis!

The failures are not reproducible on my computer, and should be unrelated anyway, therefore setting this positive review.

vbraun pushed a commit to vbraun/sage that referenced this pull request Jul 31, 2024
sagemathgh-38429: provide the fraction field of symmetric functions
    
We provide a naive implementation of the fraction field of symmetric
functions.  In particular, this allows computations like
```
sage: s = SymmetricFunctions(QQ).s()
sage: s[1]/(1+s[1])
s[1]/(s[] + s[1])
```
    
URL: sagemath#38429
Reported by: Martin Rubey
Reviewer(s): Travis Scrimshaw
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 2, 2024
sagemathgh-38429: provide the fraction field of symmetric functions
    
We provide a naive implementation of the fraction field of symmetric
functions.  In particular, this allows computations like
```
sage: s = SymmetricFunctions(QQ).s()
sage: s[1]/(1+s[1])
s[1]/(s[] + s[1])
```
    
URL: sagemath#38429
Reported by: Martin Rubey
Reviewer(s): Travis Scrimshaw
@vbraun vbraun merged commit c7127d3 into sagemath:develop Aug 3, 2024
@mantepse mantepse deleted the sf/fraction_field branch August 14, 2024 09:29
@mantepse mantepse mentioned this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants