[sage-devel] Re: Joint Math Meetings Sage talks

2011-01-05 Thread kcrisman
Repeating, with a little extra, since the Joint Meetings start tomorrow... Can someone make a computer screen with this info to show at the table? Maybe a slightly nicer one :) http://www.ams.org/temp/mtgs-2125-1067-z1-1926.pdf (Don Krug, from the summer PREP workshop, talking about "Teaching In

[sage-devel] function to check for algebraic dependence given a list of polynomials

2011-01-05 Thread Alex Raichev
Hi all: As a newbie Sage contributor, i thought it would be good practice to submit small chunks of code (instead of big ones like what i recently submitted). So i wrote a useful little function to check algebraic dependence for a given list of polynomials (documentation below). I'd like to get

[sage-devel] Re: TexMacs plugin

2011-01-05 Thread emil
On Jan 5, 7:06 pm, Oscar Lazo wrote: > It looks like texmacs launches "sage -python". There was a file named > "stat.py" in my home directory that interfered with the imports "sage - > python" did. I removed that file and now it works perfect. Great! > BTW my 2d plots show correctly, perhaps I

[sage-devel] Re: Remote Sage mercurial push/pull installation question

2011-01-05 Thread John H Palmieri
On Jan 5, 1:10 pm, "jonha...@gmail.com" wrote: > Hi John, > > Thanks.  Unfortunately the remotecmd switch doesn't seem to work. =\ I'm not sure this will help, but try looking at this link: http://mercurial.selenic.com/wiki/FAQ/CommonProblems?highlight=%28remotecmd%29 -- John -- To post to th

[sage-devel] Re: Remote Sage mercurial push/pull installation question

2011-01-05 Thread jonha...@gmail.com
Hi John, Thanks. Unfortunately the remotecmd switch doesn't seem to work. =\ sage: hg_sage.pull(options='-u --remotecmd="/home/jonhanke/local/ bin/hg"') jonha...@parsley.math.uga.edu's password: remote: abort: couldn't find mercurial libraries in [/home/ jonhanke/local/bin /usr/lib64

[sage-devel] Re: .py versus .spyx

2011-01-05 Thread G Hahn
Thanks for your help! On 5 Jan., 04:46, Kwankyu Lee wrote: > Hi, > > .sage and .spyx files are intended for end users while the library > files should be .py or .pyx files. > > Kwankyu -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an

[sage-devel] review of Ticket #10562

2011-01-05 Thread G Hahn
Hi! Ticket #10562 has just been added on trac.sagemath.org. It provides primality proving via Goldwasser-Kilian and Atkin-Morain (ECPP) as new functionality to sage. Reviews appreciated. Thanks, Georg (This is my first ticket. I hope I did everything in a right way...) -- To post to this group,

[sage-devel] review of Ticket #10562

2011-01-05 Thread G Hahn
Hi! Ticket #10562 has just been added on trac.sagemath.org. It provides primality proving via Goldwasser-Kilian and Atkin-Morain (ECPP) as new functionality to sage. Reviews appreciated. Thanks, Georg (This is my first ticket. I hope I did everything right...) -- To post to this group, send an

[sage-devel] Re: TexMacs plugin

2011-01-05 Thread Oscar Lazo
It looks like texmacs launches "sage -python". There was a file named "stat.py" in my home directory that interfered with the imports "sage - python" did. I removed that file and now it works perfect. BTW my 2d plots show correctly, perhaps I can help you check that bug... Thank you! Oscar. On

[sage-devel] Re: TexMacs plugin

2011-01-05 Thread emil
> > Sorry for the late answer, (and for reviving an old topic). I tried > the steps you suggest, but with no success. The problem seems to be > related to the way TexMacs called sage. I used to have sage added to > my PATH by adding it in the ~/.bashrc file. Have you tried what happens if you put

Re: [sage-devel] Remote Sage mercurial push/pull installation question

2011-01-05 Thread John Cremona
Jon, Try adding --remotecmd="/path/to/hg" to your pull/push commands. (See "man hg " for more.) This works for me: I use the ssh:// prefix for the remote repository on a machine where I have password-less ssh login and it works fine. John On 5 January 2011 06:42, jonha...@gmail.com wrote: >