Changes between Initial Version and Version 1 of Ticket #24290, comment 2
- Timestamp:
- 11/28/17 09:37:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24290, comment 2
initial v1 1 Basically, one needs to pass Sage's `assumptions()` to !SymPy and use them via `refine` (cf. http://docs.sympy.org/latest/modules/assumptions/refine.html) .1 Basically, one needs to pass Sage's `assumptions()` to !SymPy and use them via `refine` (cf. http://docs.sympy.org/latest/modules/assumptions/refine.html) or maybe via the context manager `assuming` (cf. http://docs.sympy.org/latest/modules/assumptions/assume.html).