[sage-support] www.sagenb.org vs alpha.sagenb.org

2009-06-13 Thread Marky Marc
Hi, The two machines listed in the subject line seem to be running different versions of sage, viz. "4.0.1" and "4.0.rc0" respectively. Does the "alpha" machine run alpha versions of the software? Or is it a DEC alpha? How do the versions of sage on these machines reconcile with with the term "al

[sage-support] Sage is not using Multi Core CPU Resources!

2009-06-13 Thread Saj
Dear sir, I am using sage-math in Xeon Workstation. Interestingly, its not using all the CPU resources. one CPU is 100%. Rest of them are sitting idle. My question is - Is it possible to build sage with muti-Threading to support multi cpu architecture. Please help me out! Thanks & Regards, Sa

[sage-support] Dimensional Analysis or Unit Conversion capability?

2009-06-13 Thread Maurizio
I created the wiki page for this in SEP: http://wiki.sagemath.org/SEP Unfortunately, it seems I don't have the rights to modify the page I created. I attach here that page, can somebody upload it? Any comment is greatly appreciated. Maurizio --~--~-~--~~~---~--~

[sage-support] Re: notebook doesn't open

2009-06-13 Thread rcrowno...@sbcglobal.net
Did you ever get a reply? This is my problem also. On Apr 24, 9:58 pm, Yo-Yo wrote: > Hello all. hope all is well w/ all of u. anywho, when ever i try to > use the sage program by writing note as it instructs me to do so, it > doesn't appear to work. i am getting an error which states, > "sh: c

[sage-support] Re: strange behavior

2009-06-13 Thread William Stein
2009/6/13 Florian Beutler : > > Hay > I am a bit annoyed by sage... I just want to print a function two > times and sage gives me an error... this is the first script > > #!/usr/bin/env sage -p

[sage-support] Re: Mac OS X 10.4 32bit G4 Support

2009-06-13 Thread William Stein
2009/6/13 paramaniac : > >> I think it is about time to do a serious audit of the Sage >> distribution and figure out precisely why it has got so large.    I'm >> puzzled though by the "680MB compressed", since the binaries here are >> much smaller than that: >> >> http://sagemath.org/bin/apple_os

[sage-support] Re: Mac OS X 10.4 32bit G4 Support

2009-06-13 Thread paramaniac
> I think it is about time to do a serious audit of the Sage > distribution and figure out precisely why it has got so large.I'm > puzzled though by the "680MB compressed", since the binaries here are > much smaller than that: > > http://sagemath.org/bin/apple_osx/intel/index.html > > Did you

[sage-support] Re: Help! Why the polynomial is not generated for "Multivariate Polynomial Ring in y0, y1, y2, y3, y4, y5, y6, y7, x0, x1, x2, x3, x4, x5, x6, x7 over Finite Field of size 2"

2009-06-13 Thread Saj
Thanks Minh Nguyen. It worked great! On Jun 13, 5:17 pm, Minh Nguyen wrote: > Hi Saj, > > On Sat, Jun 13, 2009 at 9:32 PM, Saj wrote: > > > > First, you should create another copy of the main Sage library. This > is called "cloning". Here, I switch to the main Sage repository, then > clone it,

[sage-support] Re: Help! Why the polynomial is not generated for "Multivariate Polynomial Ring in y0, y1, y2, y3, y4, y5, y6, y7, x0, x1, x2, x3, x4, x5, x6, x7 over Finite Field of size 2"

2009-06-13 Thread Minh Nguyen
Hi Saj, On Sat, Jun 13, 2009 at 9:32 PM, Saj wrote: First, you should create another copy of the main Sage library. This is called "cloning". Here, I switch to the main Sage repository, then clone it, naming my clone "6139" to reflect the ticket number that I'm dealing with: {{{ [mv...@darksta

[sage-support] Re: Help! Why the polynomial is not generated for "Multivariate Polynomial Ring in y0, y1, y2, y3, y4, y5, y6, y7, x0, x1, x2, x3, x4, x5, x6, x7 over Finite Field of size 2"

2009-06-13 Thread Saj
sage: hg_sage.patch('sbox_call_and_rest.patch'); cd "/usr/local/bin/sage-3.4.2/devel/sage" && hg status cd "/usr/local/bin/sage-3.4.2/devel/sage" && hg status cd "/usr/local/bin/sage-3.4.2/devel/sage" && hg import "/usr/local/ bin/sbox_call_and_rest.patch" applying /usr/local/bin/sbox_call_and_r

[sage-support] strange behavior

2009-06-13 Thread Florian Beutler
Hay I am a bit annoyed by sage... I just want to print a function two times and sage gives me an error... this is the first script #!/usr/bin/env sage -python import sys from sage.all import *

[sage-support] Re: show(integrate(sin(x^2))) does not format correctly

2009-06-13 Thread William Stein
2009/6/12 jon : > > I have just installed Sage Version 4.0.1 vmware image on windows XP. > I am using the Sage notebook. > Browser is firefox 3.0.6 (with the TeX fonts installed for jsMath) > Typeset is checked in the notebook. > > When I evaluate the fields in the demo page the result for the sho

[sage-support] Re: Optimization Resources

2009-06-13 Thread Minh Nguyen
On Sat, Jun 13, 2009 at 5:27 PM, William Stein wrote: > > 2009/6/12 evlu...@gmail.com : >> >> I'm working on some code that is very computationally intensive. I'm >> pretty sure my algorithm is good, but I know that tiny differences in >> wording in sage can make a huge runtime difference. Is ther

[sage-support] Re: Optimization Resources

2009-06-13 Thread William Stein
2009/6/12 evlu...@gmail.com : > > I'm working on some code that is very computationally intensive. I'm > pretty sure my algorithm is good, but I know that tiny differences in > wording in sage can make a huge runtime difference. Is there any site/ > blog/whatever that I could look at to find out w

[sage-support] Re: Interior points of a parametric graph

2009-06-13 Thread William Stein
2009/6/12 Ethan Van Andel : > > I want to evaluate a function on points in the interior of a > parametric function. Essentially what I'm trying to do is call > complex_plot on the interior of a figure. To do this, I need some way > to check whether a given point is in the figure, or simply generat