Changes between Initial Version and Version 1 of Ticket #21123, comment 3
- Timestamp:
- 07/30/16 14:43:58 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21123, comment 3
initial v1 1 1 This is actually not a problem with symmetric functions, but how coercion into a polynomial ring over `SR` works: 2 {{{ #!sage2 {{{ 3 3 sage: R.<x,y,z> = PolynomialRing(ZZ) 4 4 sage: p = x + y