Changes between Initial Version and Version 1 of Ticket #17428
- Timestamp:
- 12/01/14 21:07:08 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17428 – Description
initial v1 4 4 $ ./sage 5 5 ┌────────────────────────────────────────────────────────────────────┐ 6 │ Sage Version 6.4, Release Date: 2014-11-14 │7 │ Type "notebook()" for the browser-based notebook interface. │8 │ Type "help()" for help. │6 │ Sage Version 6.4, Release Date: 2014-11-14 │ 7 │ Type "notebook()" for the browser-based notebook interface. │ 8 │ Type "help()" for help. │ 9 9 └────────────────────────────────────────────────────────────────────┘ 10 10 sage: e = SR('a*f(x)+g(x)') … … 25 25 The last result should be `limit(D[0](g)(x), x, 0)`. 26 26 27 For reference, this report was also 27 For reference, this report was also [https://groups.google.com/forum/#!topic/sage-devel/9NcuLzIUNXY posted to sage-devel].