anomolous behavior in notebook

1 view
Skip to first unread message

david...@gmail.com

unread,
Oct 28, 2007, 3:27:11 AM10/28/07
to sage-support
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


David Galant

mabshoff

unread,
Oct 28, 2007, 5:42:29 AM10/28/07
to sage-support
On Oct 28, 8:27 am, "davidgal...@gmail.com" <davidgal...@gmail.com>
wrote:

Hello David,

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

Reply all
Reply to author
Forward
0 new messages