Changeset 7391:c474fa7d86e2
- Timestamp:
- 11/21/07 04:48:58 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7386 r7391 207 207 the same as the default one, then the following would return 27, 208 208 which would be very confusing indeed! 209 sage: x, y = var('x,y') 209 210 sage: expand((x+y)^3) 210 211 y^3 + 3*x*y^2 + 3*x^2*y + x^3
Note: See TracChangeset
for help on using the changeset viewer.
