[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread mabshoff
On Mar 15, 5:04 pm, Jim Clark jimfortheea...@earthlink.net wrote: On Mar 14, 2009, at 4:52 PM, mabshoff wrote: Hi Jim, I have downloaded both Michael's .dmg and the one from http:// sage.math.washington.edu/sage/osx/powerpc/index.html In both cases, after I start sage, it fails as

[sage-support] rpy bug in 3.4

2009-03-16 Thread Flavio Coelho
Hi, I just upgraded to 3.4 via sage -upgrade I wanted to recommend Sage to colleagues which use R, since R doesn't have any thing like the sage Notebook. However after starting a new worksheet and setting the sage notebook to evaluate all cells as R (via pull-down menu) I got the following

[sage-support] Re: problem after moving sage folder

2009-03-16 Thread Stan Schymanski
Thanks for your help! cp does not have the -a option on my mac and cp -pR leads to the following error message after startup: Warning: something went wrong updating the easy-install.pth file. However, this time no other problems occurred and I was able to run the notebook server from the new

[sage-support] Re: Making pylab.plot() and pylab.show() in Sage

2009-03-16 Thread Stan Schymanski
Hi Gus, What's wrong with Mike Hansen's suggestion in this thread? In order to get that to work in the notebook, you don't want to use pylab.show(). Instead, you'll want to use pylab.savefig('fig.png') which will save the plot to a png file. fig.png should be a separate file in your notebook

[sage-support] Re: find_root reports zeroes of denominator as roots

2009-03-16 Thread jpc
Using symbolic computation: sage: x=var('x') sage: solve(1/x==0) [ ] sage: However, and like matlab fzero command, the numerical answer of the equation is $x \approx 0$ because of the change of sign of $1/x \in [-1,1]$. Maybe the find_root documentation needs to mention that continuity of $f$

[sage-support] Importing modules and packages from gobal python install

2009-03-16 Thread Flavio Coelho
Hi, I want to have sage let me import from my global python installation, since I have packages installed there which are not available as sage packages. Is this possible? thanks in advance, Flávio --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] renaming the sage directory

2009-03-16 Thread Stan Schymanski
Dear all, When I re-name my sage directory on Mac OS 10.4.11, it usually re- codes the install path and works without any further complaints. However, since version 3.3 I noticed the following warning: -- | Sage Version 3.3,

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread Ahmed Fasih
Flavio, I will defer to a more expert Sage user on importing global python libraries into Sage but I will offer my own experiences in installing libraries into Sage. Since Sage has a complete Python installation in it (accessible through sage -python), I have been able to install the few Python

[sage-support] Re: find_root reports zeroes of denominator as roots

2009-03-16 Thread mark mcclure
On Mar 16, 6:14 am, jpc pedrocruzave...@gmail.com wrote: like matlab fzero command, the numerical answer of the equation is $x \approx 0$ because of the change of sign of $1/x \in [-1,1]$. This is not really a complete description of Matlab's behavior in this situation. If you simply define

[sage-support] Does sage -clone overwrite previous clones?

2009-03-16 Thread kcrisman
Dear Support, Regarding the clone command: Suppose I have cloned 'test1' at some point in the past. Suppose further that I have upgraded my main branch several times. If I now decide I still like the name 'test1' for a clone, can I just do sage: hg_sage.clone('test1') without further ado and

[sage-support] changing the login page of the notebook.

2009-03-16 Thread Thierry Dumont
I woild like to modify the login page of the notebook. I found the file login.template in data/extcode/notebook/templates But ecen after changing the file, restarting the notebook (and reloading the page), I do not see anychange. Is there some compilation mechanism for these web pages ?

[sage-support] Re: changing the login page of the notebook./ APOLOGIZE

2009-03-16 Thread Jason Grout
Thierry Dumont wrote: I apologize for my precedent post; everything is on the *devel* branch. Yours t. Thierry Dumont a écrit : I woild like to modify the login page of the notebook. I found the file login.template in data/extcode/notebook/templates But ecen after changing the file,

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread Jim Clark
Thanks for the response, Michael. On Mar 15, 2009, at 11:09 PM, mabshoff wrote: On Mar 15, 5:04 pm, Jim Clark jimfortheea...@earthlink.net wrote: On Mar 14, 2009, at 4:52 PM, mabshoff wrote: I have downloaded both Michael's .dmg and the one from http://

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread Jim Clark
On Mar 15, 2009, at 11:09 PM, mabshoff wrote: - - | Sage Version 3.4, Release Date: 2009-03-11 | | Type notebook() for the GUI, and license() for information.|

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread kcrisman
It copied ok, but then... -- | Sage Version 3.4, Release Date: 2009-03-11 | | Type notebook() for the GUI, and license() for information.|

[sage-support] Re: Cannot copy on OSX

2009-03-16 Thread mabshoff
On Mar 16, 8:54 am, kcrisman kcris...@gmail.com wrote: It copied ok, but then... SNIP ImportError: dlopen(/Users/.../sage/local/lib/python2.5/site-packages/ sage/misc/randstate.so, 2): Library not loaded: /tmp/fooo/sage-3.4/ local/lib/libgmp.3.dylib   Referenced from:

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread mabshoff
On Mar 16, 4:38 am, Ahmed Fasih wuzzyv...@gmail.com wrote: Flavio, I will defer to a more expert Sage user on importing global python libraries into Sage but I will offer my own experiences in installing libraries into Sage. Since Sage has a complete Python installation in it (accessible

[sage-support] Re: renaming the sage directory

2009-03-16 Thread mabshoff
On Mar 16, 4:33 am, Stan Schymanski schym...@gmail.com wrote: Dear all, When I re-name my sage directory on Mac OS 10.4.11, it usually re- codes the install path and works without any further complaints. However, since version 3.3 I noticed the following warning:

[sage-support] Re: Does sage -clone overwrite previous clones?

2009-03-16 Thread William Stein
On Mon, Mar 16, 2009 at 5:56 AM, kcrisman kcris...@gmail.com wrote: Dear Support, Regarding the clone command: Suppose I have cloned 'test1' at some point in the past.  Suppose further that I have upgraded my main branch several times.  If I now decide I still like the name 'test1' for a

[sage-support] Re: ImportError - While running ./sage Command

2009-03-16 Thread William Stein
On Mon, Mar 16, 2009 at 6:41 AM, Karthick. B karthic...@ntierbusiness.com wrote: Hi, I am very new to sage. I tried to run sage in my Linux fedora machine and when I tried to run the command ./sage I got the following error ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9'

[sage-support] Re: Does sage -clone overwrite previous clones?

2009-03-16 Thread kcrisman
I think probably you should delete the test1 branch in SAGE_ROOT/devel/. Okay, I just wanted to make sure that wouldn't leave any leftovers somewhere I also needed to delete. Thanks! - kcrisman --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] timing multiple items in a cell separately

2009-03-16 Thread kcrisman
In the notebook, suppose I want to do 2+2;2*2 so that they evaluate and display nicely after each other. Then suppose I want to time them: %time 2+2;2*2 But then I only get the total timing for the cell, not each part individually. Is there any way to do that (other than explicitly calling the

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread Flavio Coelho
Thanks Ahmed, I wish Sage could integrate better into my system, since I develop mainly in Python and wanted to be able to run my code from within Sage, but without having to have duplicate installs of the packages I need to import. But for the time being, I think I'll do just that, but I would

[sage-support] Re: Importing modules and packages from gobal python install

2009-03-16 Thread mabshoff
On Mar 16, 11:03 am, Flavio Coelho fccoe...@gmail.com wrote: Thanks Ahmed, I wish Sage could integrate better into my system, since I develop mainly in Python and wanted to be able to run my code from within Sage, but without having to have duplicate installs of the packages I need to

[sage-support] OS X Startup Problem

2009-03-16 Thread william
Platform/OS: MAC OS X 10.5 SAGE Version 3.0.2, Release Date: 2008-05-24 Just after installing Sage, the startup time on my system increased significantly (it is now 2.5 minutes!). I have nothing in the Login Items Systems Preferences. The only items in the /Library/Startup Items/ folder are a

[sage-support] Re: OS X Startup Problem

2009-03-16 Thread mabshoff
On Mar 16, 11:18 am, william wll...@gmail.com wrote: Hi, Platform/OS: MAC OS X 10.5 SAGE Version 3.0.2, Release Date: 2008-05-24 Just after installing Sage, the startup time on my system increased significantly (it is now 2.5 minutes!). Ok. Where did you install Sage? Does uninstalling

[sage-support] Re: OS X Startup Problem

2009-03-16 Thread William Stein
mabshoff wrote: On Mar 16, 11:18 am, william wll...@gmail.com wrote: Hi, Platform/OS: MAC OS X 10.5 SAGE Version 3.0.2, Release Date: 2008-05-24 Just after installing Sage, the startup time on my system increased significantly (it is now 2.5 minutes!). Ok. Where did you

[sage-support] Re: problem after moving sage folder

2009-03-16 Thread Stan Schymanski
Hi Jason, I wasn't aware of the ditto command, thanks for that! The -upgrade was a lot faster, indeed. It was done over lunch. Cheers, Stan Jason Grout wrote: Stan Schymanski wrote: Thanks for your help! cp does not have the -a option on my mac and cp -pR leads to the following

[sage-support] Trouble with PermutationGroupElement

2009-03-16 Thread epple
I am slightly confused about Permutation groups. The following, I think, is part of the problem. Version: 3.4 (Sage on the web) Code: sage: h=PermutationGroupElement('()') sage: k=PermutationGroupElement('(1,2)') sage: k^2==h,h==k^2 (False, True) Can someone explain to me why the comparisons

[sage-support] Problem in Installation

2009-03-16 Thread Karthick
Hi, i am a newbie to sage. i tried to install sage in my Fedora Linux machine. I downloaded the binary files one for Fedora named sage-3.4- Fedora_release_9-i686-Linux.tar(1). As instructed i untar the file and rename the folder as Sage and moved to that folder and typed the command ./sage. i

[sage-support] jsmath bitmap fonts in sage 3.4 and solve command

2009-03-16 Thread ma...@mendelu.cz
Hello, I installed today new sage with jsmath bitmap font. These fonts did not work, I had to put the bitmap fonts from old installation to / opt/sage-3.4-linux-Debian_GNU_Linux_5.0_lenny-i686-Linux/data/extcode/ javascript/jsmath manually. From this reason I report this problem (maybe a bug).

[sage-support] Re: Finite Sets

2009-03-16 Thread John H Palmieri
On Mar 16, 1:52 pm, epple dedaa...@gmail.com wrote: When comparing finite sets, I receive unexpected results. Version: 3.4 (Sage on the web) Code: sage: S=Set([1,2]) sage: T=Set([3]) sage: ST,ST,S==T (True, False, False) As far as I can tell, for Sets, == and != mean what they should,

[sage-support] Re: Trouble with PermutationGroupElement

2009-03-16 Thread Robert Bradshaw
On Mar 16, 2009, at 1:27 PM, epple wrote: I am slightly confused about Permutation groups. The following, I think, is part of the problem. Version: 3.4 (Sage on the web) Code: sage: h=PermutationGroupElement('()') sage: k=PermutationGroupElement('(1,2)') sage: k^2==h,h==k^2 (False, True)

[sage-support] Re: Trouble with PermutationGroupElement

2009-03-16 Thread epple
Actually I am getting the same result for other permutations, like: sage: h=PermutationGroupElement('(1,3,2)') sage: k=PermutationGroupElement('(1,2,3),(4,5)') sage: k^2==h,h==k^2 (False, True) --~--~-~--~~~---~--~~ To post to this group, send email to

[sage-support] Re: Trouble with PermutationGroupElement

2009-03-16 Thread Robert Bradshaw
On Mar 16, 2009, at 2:25 PM, epple wrote: Actually I am getting the same result for other permutations, like: sage: h=PermutationGroupElement('(1,3,2)') sage: k=PermutationGroupElement('(1,2,3),(4,5)') sage: k^2==h,h==k^2 (False, True) Hmm... looks like permutation groups aren't being

[sage-support] Re: Finite Sets

2009-03-16 Thread epple
Thank you, this helps. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at

[sage-support] Re: Trouble with PermutationGroupElement

2009-03-16 Thread John H Palmieri
On Mar 16, 2:26 pm, Robert Bradshaw rober...@math.washington.edu wrote: On Mar 16, 2009, at 2:25 PM, epple wrote: Actually I am getting the same result for other permutations, like: sage: h=PermutationGroupElement('(1,3,2)') sage: k=PermutationGroupElement('(1,2,3),(4,5)') sage:

[sage-support] Re: Trouble with PermutationGroupElement

2009-03-16 Thread John H Palmieri
On Mar 16, 2:40 pm, John H Palmieri jhpalmier...@gmail.com wrote: On Mar 16, 2:26 pm, Robert Bradshaw rober...@math.washington.edu wrote: On Mar 16, 2009, at 2:25 PM, epple wrote: Actually I am getting the same result for other permutations, like: sage:

[sage-support] Re: Problem in Installation

2009-03-16 Thread mabshoff
On Mar 16, 5:53 am, Karthick btkarth...@gmail.com wrote: Hi, Hi Karthick, i am a newbie to sage. i tried to install sage in my Fedora Linux machine. I downloaded the binary files one for Fedora named  sage-3.4- Fedora_release_9-i686-Linux.tar(1). As instructed i untar the file and rename

[sage-support] Re: coercion bug?

2009-03-16 Thread Alex Raichev
Sweet! Alex On Mar 12, 5:07 pm, William Stein wst...@gmail.com wrote: On Wed, Mar 11, 2009 at 5:23 PM, Alex Raichev tortoise.s...@gmail.com wrote: What would you want to do with QQbar in the Symbolic Ring? Everything: differentiate functions with coefficients in QQbar, integrate them,

[sage-support] Re: Small groups library is missing

2009-03-16 Thread davidp
I have just installed Sage 3.4, database_gap-4.4.10, and gap_packages-4.4.10_6. It seems that I can't access 'SmallGroups': sage: gap.eval('SmallGroups(8,1)') --- RuntimeError Traceback (most

[sage-support] Re: Small groups library is missing

2009-03-16 Thread David Joyner
Please try http://sage.math.washington.edu/home/wdj/patches/gap_packages-4.4.12_1.spkg http://sage.math.washington.edu/home/wdj/patches/database_gap-4.4.12.spkg instead. If you have problem, please email me. Thanks. On Mon, Mar 16, 2009 at 6:50 PM, davidp dav...@reed.edu wrote: I have just

[sage-support] Re: jsmath bitmap fonts in sage 3.4 and solve command

2009-03-16 Thread Jason Grout
ma...@mendelu.cz wrote: Hello, I installed today new sage with jsmath bitmap font. These fonts did not work, I had to put the bitmap fonts from old installation to / opt/sage-3.4-linux-Debian_GNU_Linux_5.0_lenny-i686-Linux/data/extcode/ javascript/jsmath manually. From this reason I report

[sage-support] Images in TinyMCE

2009-03-16 Thread kcrisman
Dear Support, (Well, probably dear Jason... :) but posted here for others who might ask it in the future) I have tried unsuccessfully on more than one occasion to insert images in the notebook using TinyMCE. I've tried ~/filename, file:///filepath/filename, and I don't know what else. Do I

[sage-support] jacobian() fails with Pynac symbolics

2009-03-16 Thread Alex Raichev
-- | Sage Version 3.4, Release Date: 2009-03-11 | | Type notebook() for the GUI, and license() for information.| -- sage:

[sage-support] Re: Images in TinyMCE

2009-03-16 Thread William Stein
On Mon, Mar 16, 2009 at 7:21 PM, kcrisman kcris...@gmail.com wrote: Dear Support, (Well, probably dear Jason... :) but posted here for others who might ask it in the future) I have tried unsuccessfully on more than one occasion to insert images in the notebook using TinyMCE.  I've tried

[sage-support] Re: Sage 3.4 on SuSE Enterprise Server

2009-03-16 Thread Miron
Hello Michael, The output from gcc -v is: Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr -- with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/ share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-

[sage-support] Re: Sage 3.4 on SuSE Enterprise Server

2009-03-16 Thread Minh Nguyen
Hi Miron, On Tue, Mar 17, 2009 at 5:20 AM, Miron miroslaw.r...@csiro.au wrote: Hello Michael, The output from gcc -v is: Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr -- with-local-prefix=/usr/local