Re: [sage-support] Re: Exporting Sage notebook worksheet to SageTeX?

2012-02-09 Thread Ivan Andrus
You might consider https://bitbucket.org/whuss/sws2tex/ which I have never used, but can't be worse than an ad hoc script. :-) There is also http://trac.sagemath.org/sage_trac/ticket/66 which looks a little more questionable, but perhaps better than starting from scratch. -Ivan On Feb 9, 2012,

[sage-support] Re: Programming animation

2012-02-09 Thread LFS
Hiya all. I managed to publish on the test site (version 5 beta): http://test.sagenb.org/home/pub/32 Maybe I am doing something wrong but it will not let me publish the animation on the sagenb.org site. (Let's me publish other stuff.) @Nils. Is there a line I can add that will delay the reitterati

[sage-support] Re: Programming animation

2012-02-09 Thread LFS
Hiya I have now managed to publish a working version of the 3d animation: http://test.sagenb.org/home/pub/33/ However, the code appears to cause some problems with respect to the publisher. == I could not publish at all from sagenb (I checked - I could publish other sage worksheets without animati

[sage-support] Re: Ubuntu 11.10 SAGE compilation

2012-02-09 Thread firebird
Thanks Jason/Volker Will persevere... Type of computer is I5-2320 Quadcore... Not on your list of known processors. Will try and find how to save tuning information after next test. I am getting the message that compilation will take many hours. So I will give it 12-24 hours. I guess that I am com

[sage-support] dimension of hom space between modules over an algebra?

2012-02-09 Thread Christian Stump
Hello, we constructed some modules over the path algebra, and then the hom space using Hom. - How can we actually see that we computed the hom space over the algebra rather than as vector spaces over the base field? We tried getting out the dimension as a test, but there seems to be no way to do

[sage-support] Re: sage

2012-02-09 Thread William Stein
Forwarded to sage-support... On Feb 9, 2012 3:54 AM, "yogesh gupta" wrote: > Hello sir, > I am currently working on SAGE as my final year B.Tech. project. > I am trying to add some libraries in SAGE. > First I want to add these libraries in my copy of SAGE. But I > am facing

[sage-support] Re: Ubuntu 11.10 SAGE compilation

2012-02-09 Thread Dima Pasechnik
On Thursday, 9 February 2012 22:02:29 UTC+8, firebird wrote: > > Thanks Jason/Volker > > Will persevere... Type of computer is I5-2320 Quadcore... Not on your > list of known processors. > Will try and find how to save tuning information after next test. > I am getting the message that compil

[sage-support] Re: Exporting Sage notebook worksheet to SageTeX?

2012-02-09 Thread kcrisman
On Feb 9, 3:40 am, Ivan Andrus wrote: > You might considerhttps://bitbucket.org/whuss/sws2tex/ > which I have never used, but can't be worse than an ad hoc script. :-) I have used this a fair amount - in particular, converted an entire semester's worth of full notes and worksheets into pdf docu

[sage-support] Re: Programming animation

2012-02-09 Thread Jason Grout
On 2/9/12 3:46 AM, LFS wrote: == I could not publish at all from sagenb (I checked - I could publish other sage worksheets without animation). The problem was that the notebook wasn't correctly handling things when you delete a file in the cell. https://github.com/sagemath/sagenb/commit/25aa

[sage-support] Re: Coefficients of multivariate polynomials along with degrees

2012-02-09 Thread ObsessiveMathsFreak
Are you certain that these two functions return elements in the same order? On Feb 8, 11:40 pm, Mike Hansen wrote: > On Wed, Feb 8, 2012 at 3:29 PM, ObsessiveMathsFreak > > wrote: > > Is there no way of getting sage to give back the degree's of the > > corresponding multivariate polynomials as w

[sage-support] Re: Programming animation

2012-02-09 Thread Nils Bruin
On Feb 9, 1:46 am, LFS wrote: > Is there a way to have a delay between iterations of the whole cycle? > Thanks! It looks like animated GIFs in principle allow for a duration to be specified for each frame indiviually, so the answer is yes in principle: http://en.wikipedia.org/wiki/Graphics_Inter

[sage-support] SAGE CPLEX

2012-02-09 Thread yannche
Hi Everyone, I find SAGE absolutely awesome, and I use it on a daily basis. I am desperately trying to have CPLEX work on SAGE 4.8. I have installed CPLEX 12.3 on my Mac OS 10.6 (Intel CPU). CPLEX works fine as a standalone. However, I followed the installation procedure detailed here http://www.

[sage-support] Re: SAGE CPLEX

2012-02-09 Thread kcrisman
On Feb 9, 8:38 pm, yannche wrote: > Hi Everyone, > > I find SAGE absolutely awesome, and I use it on a daily basis. > I am desperately trying to have CPLEX work on SAGE 4.8. I have > installed CPLEX 12.3 on my Mac OS 10.6 (Intel CPU). CPLEX works fine > as a standalone. However, > > I followed t

[sage-support] running Sage on OSX

2012-02-09 Thread Gabe Frieden
I recently downloaded Sage-4.8 for OSX, but when I try to open it I get the following error message in the terminal: Last login: Fri Feb 3 18:41:16 on console '/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage'/ sage --notebook dynamic-oit-vapornet-a-1400:~ gabefrieden$ '/Applicat

Re: [sage-support] running Sage on OSX

2012-02-09 Thread William Stein
On Thu, Feb 9, 2012 at 10:20 PM, Gabe Frieden wrote: > I recently downloaded Sage-4.8 for OSX, but when I try to open it I > get the following error message in the terminal: > > Last login: Fri Feb  3 18:41:16 on console > '/Applications/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage'/ > sage

Re: [sage-support] Re: Programming animation

2012-02-09 Thread Jonathan Bober
On Thu, Feb 9, 2012 at 6:19 PM, Nils Bruin wrote: > > Another thing is that for longer animations, an animated GIF is > probably not the best format. You should probably use something that > can collate a bunch of frames into an mpeg movie or similar. I am sure > there are command-line programs f

Re: [sage-support] Re: Programming animation

2012-02-09 Thread Vegard Lima
On Fri, Feb 10, 2012 at 7:53 AM, Jonathan Bober wrote: > os.system("mv my_anim/movie.avi movie.avi; rm my_anim/*; rmdir my_anim") > ## > > (I had no idea if this would work on sagenb.org, so I tried, and it does. > Sure enough, though, the output of mencoder is some format that Chrome won'