[sage-devel] Ubuntu 10.04 64bit make test errors

2010-05-06 Thread Jan Groenewald
The following tests failed: sage -t "devel/sage/sage/rings/polynomial/symmetric_ideal.py" # File not found sage -t "devel/sage/sage/schemes/hyperelliptic_curves/hyperelliptic_padic_field.py" # File not found sage -t "devel/sage/sage/schemes/elliptic_curves/heegner.py"

Re: [sage-devel] Support Vector Machine

2010-05-06 Thread Sergey Bochkanov
Hello, William. You wrote 5 мая 2010 г., 16:43:39: > Yes, numerical analysis is definitely really, really needed in Sage. > In fact, it is likely to be by far the most important part of Sage in > the long run. Ithinkthat I should look in this direction... I hope to implement Pyth

[sage-devel] Ubuntu 10.04, JMOL, Java

2010-05-06 Thread Rob Beezer
Sounds like Ubuntu has stopped producing packages for Sun's Java 6 JRE, and instead is now committed to the OpenJDK, IcedTea combo (as of 10.04, lucid). http://sites.google.com/site/easylinuxtipsproject/java says: "Oracle (Sun) Java Runtime Environment (JRE) has been removed from the regular sof

Re: [sage-devel] Re: GCC-4.5.0

2010-05-06 Thread Gonzalo Tornaria
On Thu, May 6, 2010 at 7:58 PM, Dr. David Kirkby wrote: > ... > The recent case of gcc accepting the macro INFINITY even when code was not > compiled in C99 mode was just one example. INFINITY was not defined until the > C99 standard. > ... > I must admit, I find it somewhat annoying that gcc is

[sage-devel] Supported platforms

2010-05-06 Thread Dr. David Kirkby
There has been some discussion recently about what exactly is meant by supported . I've put some notes on what I believe would be sensible wording to indicate the level of support on platforms. All platforms name/versions are semi-fictitious, as I've no idea what systems Sage is tested on. But i

Re: [sage-devel] Re: GCC-4.5.0

2010-05-06 Thread William Stein
On Thu, May 6, 2010 at 3:58 PM, Dr. David Kirkby wrote: > Bill Hart wrote: >> >> Hi William, >> >> What are the major differences in GCC 4.5.0 which seem to be affecting >> Sage? Is there something new that we should be aware of when writing >> code for this compiler? >> >> Bill. > > I don't know

[sage-devel] Re: Non-alphanumeric variable names

2010-05-06 Thread Ryan Hinton
Thanks for the good suggestions. The challenge is trying to recognize the variables in derived expressions. I'm sure I can combine your ideas to produce something suitable. Thanks! - Ryan -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, se

Re: [sage-devel] gcc 4.5 is not the latest - gcc 4.4.4 is !!

2010-05-06 Thread Alex Ghitza
On Thu, 6 May 2010 16:29:42 -0700, William Stein wrote: > 1. The *current* release series of GCC is 4.5.0. The website you > link to above lists GCC 4.4.4 as the "previous release series". Moreover, some Linux distributions have upgraded to 4.5.0 (Arch Linux, in particular), so that's now the d

Re: [sage-devel] gcc 4.5 is not the latest - gcc 4.4.4 is !!

2010-05-06 Thread William Stein
On Thu, May 6, 2010 at 4:09 PM, Dr. David Kirkby wrote: > I know gcc 4.5 has bought some issues. Note however gcc 4.5 is not the > latest release. There may be some argument for not worring too much about > gcc 4.5, and let the gcc developers sort out some bugs. > > > From the gcc home page. > > h

[sage-devel] gcc 4.5 is not the latest - gcc 4.4.4 is !!

2010-05-06 Thread Dr. David Kirkby
I know gcc 4.5 has bought some issues. Note however gcc 4.5 is not the latest release. There may be some argument for not worring too much about gcc 4.5, and let the gcc developers sort out some bugs. From the gcc home page. http://gcc.gnu.org/ News April 29, 2010 GCC 4.4.4 has been rel

Re: [sage-devel] Re: GCC-4.5.0

2010-05-06 Thread Dr. David Kirkby
Bill Hart wrote: Hi William, What are the major differences in GCC 4.5.0 which seem to be affecting Sage? Is there something new that we should be aware of when writing code for this compiler? Bill. I don't know if it is such a good idea worrying about gcc 4.5 just now. Note that the gcc 4.4

[sage-devel] Re: Default labels in Graphs ( breaks many doctests ! )

2010-05-06 Thread Jason Grout
On 05/06/2010 03:20 PM, Ryan Hinton wrote: My guess is that people using default labels *do not care* what the edges are labeled. I would vote for a single default edge label (instead of the apparent two defaults now), preferably something easy to detect like None. But I'm not familiar with the

[sage-devel] Re: vector-valued functions

2010-05-06 Thread Ryan Hinton
That looks very nice to me. On May 4, 1:20 am, Jason Grout wrote: > -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/gr

[sage-devel] Re: Default labels in Graphs ( breaks many doctests ! )

2010-05-06 Thread Ryan Hinton
My guess is that people using default labels *do not care* what the edges are labeled. I would vote for a single default edge label (instead of the apparent two defaults now), preferably something easy to detect like None. But I'm not familiar with the source of the problem, so I don't know how e

Re: [sage-devel] Installation of lie-2.2.2.p3 fails.

2010-05-06 Thread Thierry Dumont
Le 06/05/2010 20:21, William Stein a écrit : On Thursday, May 6, 2010, Thierry Dumont wrote: Hello, Using 4.4.1, up to date, the installation of lie fails: sage -i lie-2.2.2.p3 ... gcc -o Lie.exe lexer.o parser.o non-ANSI.o bigint.o binmat.o creatop.o gettype.o getvalue.o init.o learn.o mai

Re: [sage-devel] Installation of lie-2.2.2.p3 fails.

2010-05-06 Thread William Stein
On Thursday, May 6, 2010, Thierry Dumont wrote: > Hello, > > Using 4.4.1, up to date, the installation of lie fails: > > sage -i lie-2.2.2.p3 > ... > gcc  -o Lie.exe lexer.o parser.o non-ANSI.o bigint.o binmat.o creatop.o > gettype.o getvalue.o init.o learn.o main.o mem.o node.o onoff.o output.o

[sage-devel] Installation of lie-2.2.2.p3 fails.

2010-05-06 Thread Thierry Dumont
Hello, Using 4.4.1, up to date, the installation of lie fails: sage -i lie-2.2.2.p3 ... gcc -o Lie.exe lexer.o parser.o non-ANSI.o bigint.o binmat.o creatop.o gettype.o getvalue.o init.o learn.o main.o mem.o node.o onoff.o output.o poly.o sym.o print.o getl.o date.o static/*.o box/*.o -lreadl

Re: [sage-devel] Re: erf + solve

2010-05-06 Thread Burcin Erocal
Hi Ross, On Thu, 6 May 2010 22:12:55 +0930 ross kyprianou wrote: > > BTW, you could also try to make a patch for the erf() function, to > > add the _eval_() method I mentioned in this thread on sage-devel. > > Don't worry about details I wrote in > > that email, just put an _eval_ method that re

[sage-devel] Re: Chicken and the egg (or, how to get Sage used outside of math)

2010-05-06 Thread rjf
On May 5, 5:29 pm, kcrisman wrote: > I'm posting this to sage-devel, but cross-posting to sage-marketing > since that's really where it belongs (but not everyone is on that > list).  Please reply to sage-marketing if you have any input! > I don't post to mailing lists that I don't read. > ... >

[sage-devel] Re: A repository for user scripts

2010-05-06 Thread aditya
I think Wikipedia has succeeded in making it easy for anyone to contribute. Very well, I'll work on contributing directly to Sage over the summer. On May 6, 12:21 am, William Stein wrote: > On Wed, May 5, 2010 at 9:35 PM, aditya wrote: > > I think a site like this could be useful for a couple o

[sage-devel] Re: bivariate polynomial factorising

2010-05-06 Thread Dima Pasechnik
On May 5, 9:07 pm, William Stein wrote: > On Wed, May 5, 2010 at 4:37 AM, andrew ewart > wrote: > > Hello, my name is Andrew Ewart and i am a third year undergraduate of > > mathematics at the university of Warwick. > > Over the summer I am going to spend 6 weeks on a research project > > superv

[sage-devel] Re: Sage's algorithm names in relation to MATLAB's

2010-05-06 Thread Dima Pasechnik
my "favourite" Matlab name function is "nchoosek" for the binomial coefficient that I usually mention when I am asked why I don't use Matlab... On May 6, 10:48 am, aditya wrote: > Is there a reason Sage uses different names from certain operations > compared to MATLAB? For example: > > Sage      

Re: [sage-devel] Re: erf + solve

2010-05-06 Thread ross kyprianou
Burcin > BTW, you could also try to make a patch for the erf() function, to > add the _eval_() method I mentioned in this thread on sage-devel. > Don't worry about details I wrote in > that email, just put an _eval_ method that returns 0 when the input is 0 Heres the patch. I hope I created it pr

[sage-devel] Re: Eigenvectors of complex matrix

2010-05-06 Thread ancienthart
Thanks everyone. I found the exact same answer in the Basic Rings part of the Sage Tutorial - should have read the manual longer. :( Joal Heagney On May 6, 8:32 pm, Simon King wrote: > Hi! > > On May 6, 11:21 am, ancienthart wrote: > > > Hi guys, > > Any chance of extending the default matrix me

[sage-devel] Re: Eigenvectors of complex matrix

2010-05-06 Thread Simon King
Hi! On May 6, 11:21 am, ancienthart wrote: > Hi guys, > Any chance of extending the default matrix methods > eigenvectors_right() and eigenvectors_left() functions to complex > entries? Do you refer to the fact that the following fails: sage: M = Matrix([[0,I],[I,0]]) sage: M.eigenvalues()

Re: [sage-devel] Eigenvectors of complex matrix

2010-05-06 Thread Mike Hansen
Hello, On Thu, May 6, 2010 at 6:21 AM, ancienthart wrote: > Hi guys, > Any chance of extending the default matrix methods > eigenvectors_right() and eigenvectors_left() functions to complex > entries? If you want to use complex numbers, then you should just make your matrix over them and use the

[sage-devel] Eigenvectors of complex matrix

2010-05-06 Thread ancienthart
Hi guys, Any chance of extending the default matrix methods eigenvectors_right() and eigenvectors_left() functions to complex entries? I found the following which might be a basic approach? matrix(M.numpy(dtype=complex)).eigenvectors_right() (From http://osdir.com/ml/sage-support/2010-04/msg0016