Changes between Initial Version and Version 1 of Ticket #21071, comment 10
- Timestamp:
- Dec 26, 2016, 4:14:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21071, comment 10
initial v1 1 However, the following shows that it is not due to sequential application but premature evaluation ( 'x/x'--> 1).1 However, the following shows that it is not due to sequential application but premature evaluation (`x/x` --> 1). 2 2 {{{ 3 3 sage: sin(x/a).subs({a^-1:x^-1,x^-1:pi})