[sage-devel] Re: size_t

2006-10-19 Thread Robert Bradshaw
On Oct 19, 2006, at 11:19 PM, William Stein wrote: > Robert, > > We should make our matrices have nrows, ncols, and row iterations > and column iterations be of type size_t. On 64-bit systems, it > could "easily" happen that somebody wants to make a 2 x 2^33, > and we definitely want to support

[sage-devel] size_t

2006-10-19 Thread William Stein
Robert, We should make our matrices have nrows, ncols, and row iterations and column iterations be of type size_t. On 64-bit systems, it could "easily" happen that somebody wants to make a 2 x 2^33, and we definitely want to support this. Plus, MAGMA doesn't do this sort of thing well, so it's

[sage-devel] Re: send me your latest patches for linear algebra!!

2006-10-19 Thread William Stein
On Thu, 19 Oct 2006 21:43:43 -0700, Robert Bradshaw <[EMAIL PROTECTED]> wrote: >> Do you do irc -- it'd be nice ifyou were on the sage-dev channel >> in irc.freenode.net. I'm logged in there. > > I've never done irc, but I'm on Apple's iChat. What program do you use > for irc on OS X? I'm us

[sage-devel] Re: Fwd: Re: Sage Notebook CD

2006-10-19 Thread Alfredo Portes
An image of the Live CD with Sage 1.4.1 is in: http://sage.math.washington.edu/home/alfredo/sage-live-server-1.4.1.iso On 10/20/06, William Stein <[EMAIL PROTECTED]> wrote: > > SAGE Live CD howto's etc... see below. > > --- Forwarded message --- > From: "Alfredo Portes" <[EMAIL PROTECTED

[sage-devel] Fwd: Re: Sage Notebook CD

2006-10-19 Thread William Stein
SAGE Live CD howto's etc... see below. --- Forwarded message --- From: "Alfredo Portes" <[EMAIL PROTECTED]> To: "William Stein" <[EMAIL PROTECTED]> Cc: Subject: Re: Sage Notebook CD Date: Thu, 19 Oct 2006 20:18:25 -0700 This is a very basic howto on creating the a new cd image: http://s

[sage-devel] Re: Debian package.

2006-10-19 Thread James McCaw
Hi all - obviously I'm outside SAGE development, but I'm a long term debian person (although not as a developer) and I'm motivated to work with others to get SAGE packaged for debian. If SAGE were ever to be integrated into debian proper, it would need to link in with already existing packages and

[sage-devel] trac is fixed

2006-10-19 Thread William Stein
The trac server is fixed. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: h

[sage-devel] trac down

2006-10-19 Thread William Stein
Login to the trac server is down, and I can't fix it until later tonight. I need to install the webadmin thing... William --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PR

[sage-devel] commutative algebras, polynomials patches

2006-10-19 Thread David Harvey
Here are some patches: commutative-algebra.patch commutative-algebra-2.patch polynomial_commutative_algebra.patch monsky_washnitzer_polynomial_fix.patch all in the directory: http://sage.math.washington.edu/home/dmharvey/patches/ * They make CommutativeAlgebras derive from CommutativeRing inst

[sage-devel] Re: Sage Notebook CD

2006-10-19 Thread William Stein
On Thu, 19 Oct 2006 12:13:35 -0700, Alfredo Portes <[EMAIL PROTECTED]> wrote: >> Can you upload it to sage.math? (I guess that will take a long >> long time...) > > http://sage.math.washington.edu/home/alfredo/sage-live-server-0.3.iso It would make more sense if the filename matched with the

[sage-devel] Re: talk today

2006-10-19 Thread alex clemesha
This talk is still scheduled for: 4:00pm, Padelford C-36correct?On 10/19/06, William Stein <[EMAIL PROTECTED] > wrote:Hi, http://modular.math.washington.edu/talks/2006-10-18-sage-current_probs/current-probs.pdfandhttp://modular.math.washington.edu/talks/2006-10-18-sage-current_probs/talk-sage.html

[sage-devel] talk today

2006-10-19 Thread William Stein
Hi, http://modular.math.washington.edu/talks/2006-10-18-sage-current_probs/current-probs.pdf and http://modular.math.washington.edu/talks/2006-10-18-sage-current_probs/talk-sage.html (I know -- today is the 19th...) -- William --~--~-~--~~~---~--~~ To post t

[sage-devel] Re: Debian package.

2006-10-19 Thread Martin Albrecht
On Thursday 19 October 2006 18:04, kaimmello wrote: > > I think Martin is not suggesting to use the official Debian packages but > > to provide our own repository, > > which means we would (eventually) maintain our own deb versions of GAP, > > Maxima, etc. This > > is a great long term goal, IMHO.

[sage-devel] Re: Debian package.

2006-10-19 Thread kaimmello
> > I think Martin is not suggesting to use the official Debian packages but > to provide our own repository, > which means we would (eventually) maintain our own deb versions of GAP, > Maxima, etc. This > is a great long term goal, IMHO. > IMHO it's quite dangerous to provide and maintain our ow

[sage-devel] Re: Debian package.

2006-10-19 Thread David Joyner
Martin Albrecht wrote: > On Thursday 19 October 2006 14:28, Pere Urbón Bayes wrote: > >> Any way im starting doing a debian package. >> > > Hi there, > > just my five cents: > * There was a thread on debian-science on this, see: > > http://lists.debian.org/debian-science/2006/1

[sage-devel] Re: Patch

2006-10-19 Thread William Stein
On Wed, 18 Oct 2006 23:37:33 -0700, Justin C. Walker <[EMAIL PROTECTED]> wrote: > Never mind. I just tripped over the howto. I'll look at this in the > morning[*] and learn what I should have a while back. > > In the meantime: does the 'export' version make life easier for you? > I'll fid

[sage-devel] Re: Minimum Distance of a Code.

2006-10-19 Thread David Joyner
1. This is very interesting to me. The Python part of the algorithm in SAGE is in coding/linear_codes.py. It is essentially a wrapper for a function written in GAP and C written by Steve Linton: http://modular.math.washington.edu/gap/Manuals/doc/htm/ref/CHAP023.htm#SSEC005.5 The function* AClos

[sage-devel] Re: Debian package.

2006-10-19 Thread Martin Albrecht
On Thursday 19 October 2006 14:28, Pere Urbón Bayes wrote: > Any way im starting doing a debian package. Hi there, just my five cents: * There was a thread on debian-science on this, see: http://lists.debian.org/debian-science/2006/10/msg00020.html IIRC there was a discussio

[sage-devel] Minimum Distance of a Code.

2006-10-19 Thread Pere Urbón Bayes
Hello to every body, I know that this problem is NP ... but how about the existing algorism? Is there any thing?. I mean this because one of my interest in sage will be to provide our software with a lib that could work eficiently with this problem. Regards, -- |-

[sage-devel] Re: Debian package.

2006-10-19 Thread [EMAIL PROTECTED]
Hi. This is James McCaw here. I'll use my gmail rather than university email account... Yes, I'm interested in taking this forward and working with others motivated to get sage packaged up. I'm a debian person myself (have been since 1996 or so) and have successfully built a sage debian package r

[sage-devel] Re: Debian package.

2006-10-19 Thread Pere Urbón Bayes
Any way im starting doing a debian package. Regards, David Joyner wrote: > Pere Urbón Bayes wrote: >> Hi! Is there any community effort to package sage into debian? Could we >> do it?. I think could be interesting to form a group of interested >> people that could work on it, what do you think

[sage-devel] Re: Debian package.

2006-10-19 Thread Pere Urbón Bayes
Ok! Im really interested into it!!. What do you think James and Bobby? Could we do it as a team? Are you interested yet?. I think could be nice to provide sage with a packaging team that could give people a deb, rpm and some other packages. Regards, David Joyner wrote: > Pere Urbón Bayes wrot

[sage-devel] [Fwd: [sage-devel] Debian package.]

2006-10-19 Thread Pere Urbón Bayes
What do you think mr moretti? Regards, -- |---.--. |Pere Urbón Bayes JabberID: [EMAIL PROTECTED] |o_o | |Dept. of Information and Communication's Engineering |:_/ | |E.T.S. d'Enginyeria. Autonomous University o

[sage-devel] Re: Debian package.

2006-10-19 Thread David Joyner
Pere Urbón Bayes wrote: > Hi! Is there any community effort to package sage into debian? Could we > do it?. I think could be interesting to form a group of interested > people that could work on it, what do you think? > As far as I know, no one is actually doing it right now. Both James McCa

[sage-devel] Debian package.

2006-10-19 Thread Pere Urbón Bayes
Hi! Is there any community effort to package sage into debian? Could we do it?. I think could be interesting to form a group of interested people that could work on it, what do you think? Regards, -- |---.--. |Pere Urbón Bayes J