Changeset 7391:c474fa7d86e2


Ignore:
Timestamp:
11/21/07 04:48:58 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Fix trac #1229 -- calculus doctest mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/calculus/calculus.py

    r7386 r7391  
    207207the same as the default one, then the following would return 27, 
    208208which would be very confusing indeed! 
     209    sage: x, y = var('x,y') 
    209210    sage: expand((x+y)^3) 
    210211    y^3 + 3*x*y^2 + 3*x^2*y + x^3 
Note: See TracChangeset for help on using the changeset viewer.