Changes between Initial Version and Version 1 of Ticket #23271
- Timestamp:
- 06/18/17 16:11:21 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23271 – Description
initial v1 1 1 Sage ignores the absolute value in the following symbolic integration. 2 2 3 4 {{{ 3 5 sage: g=abs(sin(x)*cos(x)) 4 6 sage: g.integrate(0,2*pi) 5 7 0 8 }}} 6 9 7 10 (the right result is 2, the integrand is positive in the interval so the 8 11 integral can never be 0! 9 12 13 {{{ 10 14 sage: version() 11 15 'SageMath version 7.6, Release Date: 2017-03-25' 16 }}}