[sage-support] Re: Mathematica (under wine) sage interface

2008-11-21 Thread Quicksilver_Johny
Solved by installing Unix version (plus a bunch of other problems) :). On Nov 20, 6:45 pm, Quicksilver_Johny <[EMAIL PROTECTED]> wrote: > I am currently running Mathematica through wine on Ubuntu. > From the command line: > [EMAIL PROTECTED]:~$ wine "C:\Program Fi

[sage-support] Mathematica (under wine) sage interface

2008-11-20 Thread Quicksilver_Johny
I am currently running Mathematica through wine on Ubuntu. >From the command line: [EMAIL PROTECTED]:~$ wine "C:\Program Files\Wolfram Research\Mathematica \6.0\math.exe" Mathematica 6.0 for Microsoft Windows (32-bit) Copyright 1988-2008 Wolfram Research, Inc. In[1]:= And in /usr/bin/math [EMAIL

[sage-support] How to do: is_Integer(sqrt(a^2+b^2))

2008-09-25 Thread Quicksilver_Johny
If c=sqrt(a^2+b^2) How would I check if c is an integer in order to get a true/false value. I tried is_Integer(ZZ(c)), this returns true when c is an integer, but ZZ(c) returns an error when c is not an integer. --~--~-~--~~~---~--~~ To post to this group, send emai

[sage-support] Re: Network Sage notebook access.

2008-07-07 Thread Quicksilver_Johny
7;? > notebook(address='192.168.1.104:631') > That's needed to allow outside connections. > > On Mon, Jul 7, 2008 at 12:13 PM, Quicksilver_Johny > > <[EMAIL PROTECTED]> wrote: > > >

[sage-support] Re: Network Sage notebook access.

2008-07-07 Thread Quicksilver_Johny
Oh, and: [EMAIL PROTECTED]:~/sage$ ./sage -v | SAGE Version 3.0.3, Release Date: 2008-06-17 | --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTE

[sage-support] Network Sage notebook access.

2008-07-07 Thread Quicksilver_Johny
Hello, I was wondering: how do you set up notebook to allow network access? http://localhost:8000 works fine, but http://192.168.1.104:8000 does not, neither on my computer or a network computer. However any other server, like 192.168.1.104:631 (CUPS Server) works fine on both. I'm using Ubuntu 8.