Changeset 7741:9640c37021e7
- Timestamp:
- 12/15/07 13:51:51 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7731 r7741 3880 3880 Watch out -- right now Maxima algebraically simplifies the above to -1: 3881 3881 sage: (-1)^(1/3) 3882 -13882 (-1)^(1/3) 3883 3883 3884 3884 So when doing this conversion it is the non-simplified form … … 3889 3889 sage: a = (-1)^(1/3) 3890 3890 sage: CDF(a.simplify()) 3891 -1.03891 0.5 + 0.866025403784*I 3892 3892 3893 3893 TESTS:
Note: See TracChangeset
for help on using the changeset viewer.
