On Oct 28, 8:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
Hello David, > In the notebook, starting a block with '%octave' does not produce a > result. > This has been consistent throughout all releases of sage 2.* > The behavior is consistent on MacOS and Ubuntu Linux. > A sample session showing this is: > > sage: from math import * > sage: sin(1) > 0.8414709848078965 > sage: gp.sin(1) > 0.8414709848078965066525023216 > sage: octave.sin(1) > 0.841471 > sage: %gp > sage: sin(1) > 0.8414709848078965066525023216 > sage: %octave > sage: sin(1) > > sage: 3+2 > 5 > sage: quit > Exited sage process > That looks like a bug to me and I can reproduce this strange behavior. I opened ticket a ticket for this - see http://www.sagetrac.org/sage_trac/ticket/1019 > David Galant Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
