William Stein wrote: [...] > > Delete constants.so: > > $ rm devel/sage/build/lib.macosx-10.3-i386-2.5/sage/symbolic/constants* > $ rm devel/sage/build/temp.macosx-10.3-i386-2.5/sage/symbolic/constants* > $ rm devel/sage/build/sage/symbolic/constants.so > > Then > > teragon:sage-3.4.2 wstein$ sage > ---------------------------------------------------------------------- > | Sage Version 3.4.2, Release Date: 2009-05-05 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > sage: f = expand((sin(x)+cos(x^2))^3); f # no pause while > maxima starts > sin(x)^3 + 3*sin(x)^2*cos(x^2) + 3*sin(x)*cos(x^2)^2 + cos(x^2)^3 > sage: type(f) > <type 'sage.symbolic.expression.Expression'> > sage: > Exiting SAGE (CPU time 0m0.10s, Wall time 0m5.37s). # no > maxima shutting down >
Works! Great. Jaap > > -- William > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---