[sage-support] Re: Peculiar Arithmetic Results

2008-02-24 Thread Carl Witty
On Feb 24, 11:17 am, Carl Witty <[EMAIL PROTECTED]> wrote: > Thanks for reporting this! This is a bug when transferring floating- > point values from Sage to interpreters such as gp and octave. We are > now tracking this bug here:http://trac.sagemath.org/sage_trac/ticket/2294; > I expect to have

[sage-support] Re: error while compiling sage-2.10.2

2008-02-24 Thread Burcin Erocal
On Sun, 24 Feb 2008 11:31:39 -0800 (PST) mabshoff <[EMAIL PROTECTED]> wrote: > On Feb 24, 5:38 pm, mabshoff <[EMAIL PROTECTED] > dortmund.de> wrote: > > On Feb 24, 12:05 pm, JMD <[EMAIL PROTECTED]> wrote: > > > > > on a linux-x86_64 machine > > > > > Installing c_lib > > > scons: `install' is up

[sage-support] Re: error while compiling sage-2.10.2

2008-02-24 Thread William Stein
On Sun, Feb 24, 2008 at 11:31 AM, mabshoff <[EMAIL PROTECTED]> wrote: > > > > On Feb 24, 5:38 pm, mabshoff <[EMAIL PROTECTED] > > dortmund.de> wrote: > > On Feb 24, 12:05 pm, JMD <[EMAIL PROTECTED]> wrote: > > > > > > > > > on a linux-x86_64 machine > > > > > Installing c_lib > > > scons:

[sage-support] Re: notebook on x86_64 (java)

2008-02-24 Thread Martin Albrecht
On Saturday 23 February 2008, Luis Finotti wrote: > Hi, > > Just a quick question. Since there is no java plugin for 64-bit > firefox, does one need a 32-bit firefox (with the 32-bit java plugin) > to get 3D plots in the notebook? (In Linux, running Debian Etch on > Core 2 Duo with kernel 2.6.18

[sage-support] Re: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64

2008-02-24 Thread Matthias Hillenbrand
Hi Jason, Today I installed the new version of SAGE and can confirm that the problem is fixed. Thanks, Matthias --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

[sage-support] Re: error while compiling sage-2.10.2

2008-02-24 Thread mabshoff
On Feb 24, 5:38 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > On Feb 24, 12:05 pm, JMD <[EMAIL PROTECTED]> wrote: > > > > > on a linux-x86_64 machine > > > Installing c_lib > > scons: `install' is up to date. > > Traceback (most recent call last): > > File "setup.py", line 1217, in >

[sage-support] Re: Peculiar Arithmetic Results

2008-02-24 Thread Carl Witty
On Feb 24, 10:56 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Support team: > > Here is a puzzle (to me if not to you). > > In sage 2.10.2 (although the problem occurs in earlier versions) > on a CoreDuo MacIntosh running under MacOS X.5.2 we have: > > a = gp.sin(1) > octave.eval('format l

[sage-support] Re: Peculiar Arithmetic Results

2008-02-24 Thread Paul Zimmermann
Hi David, > Here is a puzzle (to me if not to you). > > In sage 2.10.2 (although the problem occurs in earlier versions) > on a CoreDuo MacIntosh running under MacOS X.5.2 we have: > > > a = gp.sin(1) > octave.eval('format long g') > b = octave.sin(1) > c = math.sin(1) > eps = 1. - (4./

[sage-support] Peculiar Arithmetic Results

2008-02-24 Thread [EMAIL PROTECTED]
Support team: Here is a puzzle (to me if not to you). In sage 2.10.2 (although the problem occurs in earlier versions) on a CoreDuo MacIntosh running under MacOS X.5.2 we have: a = gp.sin(1) octave.eval('format long g') b = octave.sin(1) c = math.sin(1) eps = 1. - (4./3.-1.)*3. d = a*eps a

[sage-support] Re: error while compiling sage-2.10.2

2008-02-24 Thread mabshoff
On Feb 24, 12:05 pm, JMD <[EMAIL PROTECTED]> wrote: > on a linux-x86_64 machine > > Installing c_lib > scons: `install' is up to date. > Traceback (most recent call last): > File "setup.py", line 1217, in > deps = create_deps(ext_modules) > File "setup.py", line 1208, in create_deps >

[sage-support] Re: Bug in sympy interface?

2008-02-24 Thread Ondrej Certik
On Sat, Feb 23, 2008 at 11:05 PM, Ben Goodrich <[EMAIL PROTECTED]> wrote: > > Hi, > > Pursuant to > > > http://groups.google.com/group/sage-support/browse_thread/thread/f05932c2048f0ac0/ > > I am now trying to solve a system of equations using sympy instead of > Maxima to see if sympy's beha

[sage-support] error while compiling sage-2.10.2

2008-02-24 Thread JMD
on a linux-x86_64 machine Installing c_lib scons: `install' is up to date. Traceback (most recent call last): File "setup.py", line 1217, in deps = create_deps(ext_modules) File "setup.py", line 1208, in create_deps deps_graph(deps, f, visited) File "setup.py", line 1175, in deps_g