[sage-devel] Re: Linear Algebra thematic tutorial

2012-06-08 Thread Jason Grout
On 6/3/12 1:20 AM, Jason Grout wrote: Hi everyone, Rob (Beezer), Robert (Bradshaw), William, and I have been working on an introduction for linear algebra for the next edition of CRC's Handbook of Linear Algebra. The publisher has agreed that a version of the final article will be licensed CC-by

[sage-devel] Re: sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread Dima Pasechnik
On 2012-06-08, William Stein wrote: > On Fri, Jun 8, 2012 at 10:58 AM, Justin C. Walker wrote: >> >> On Jun 7, 2012, at 16:19 , William Stein wrote: >> >>> Hi Sage-Devel, >>> >>> I'm randomly running into segfaults when multiplying matrices over the >>> integers, in the course of doing basic modu

[sage-devel] header files in hgignore

2012-06-08 Thread R. Andrew Ohana
Can someone please tell me why we ship the sage spkg with these files but also have them in hgignore: sage/rings/integer.h sage/rings/rational.h sage/rings/complex_double.h sage/rings/complex_double_api.h sage/misc/allocator.h sage/symbolic/pynac.h sage/modular/arithgroup/farey_symbol.h When I wa

Re: [sage-devel] sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread D. S. McNeil
>> I used the "for loop" from earlier in the thread on Mac OS X (both 10.6.8 >> and 10.7.4).  In both cases, all worked w/o crashing. >> >> Does this happen rarely, sometimes, frequently? > > It occurred for me about 4 times interactively while working on > research yesterday.   Anyway, thanks for

Re: [sage-devel] sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread William Stein
On Fri, Jun 8, 2012 at 10:58 AM, Justin C. Walker wrote: > > On Jun 7, 2012, at 16:19 , William Stein wrote: > >> Hi Sage-Devel, >> >> I'm randomly running into segfaults when multiplying matrices over the >> integers, in the course of doing basic modular symbols calculations. >> For example, some

Re: [sage-devel] sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread Justin C. Walker
On Jun 7, 2012, at 16:19 , William Stein wrote: > Hi Sage-Devel, > > I'm randomly running into segfaults when multiplying matrices over the > integers, in the course of doing basic modular symbols calculations. > For example, sometimes (but not always), this crashes: > > sage: M = ModularSymbol

Re: [sage-devel] Re: sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread William Stein
On Fri, Jun 8, 2012 at 2:54 AM, Volker Braun wrote: > For the record, I didn't get any segfaults when running > > for i in `seq 0 1000` ; do sage -c 'print > ModularSymbols(389,sign=0).cuspidal_submodule().decomposition()[0]' ; done > > on sage-5.1.beta2 and Fedora 17. It could be an OS X thing.

[sage-devel] Re: Is left_kernel_matrix missing intentionally?

2012-06-08 Thread Rob Beezer
On Thursday, June 7, 2012 11:46:57 PM UTC-7, Nils Bruin wrote: > > That would be the *ONLY* reason. In general it seems that Sage vectors > have a slight preference to being row vectors (if you pass "matrix" a > list of vectors, they are interpreted as rows), so returning a matrix > with the a

[sage-devel] Re: Sage and LinBox >= 1.3.0

2012-06-08 Thread Jason Grout
On 6/8/12 5:04 AM, Martin Albrecht wrote: hg qimporthttp://trac.sagemath.org/sage_trac/raw-attachment/ticket/12883/sage-linbox.patch && hg qpush Something I learned the other day: hg qimport -P ... pushes automatically after importing. Jason -- To post to this group, send an email to s

[sage-devel] Re: help wanted with braid groups

2012-06-08 Thread mmarco
I will be in a conference next week, so i won't have much time to work on this, but i will try to make the spkg asap. This is the code i tried to write: #include "cbraid.h" #include "braiding.h" #include #include #include #include #include #include using namespace CBraid; using namespace

Re: [sage-devel] Re: sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread Jan Pöschko
On Friday, June 8, 2012 11:54:58 AM UTC+2, Volker Braun wrote: > > For the record, I didn't get any segfaults when running > > for i in `seq 0 1000` ; do sage -c 'print > ModularSymbols(389,sign=0).cuspidal_submodule().decomposition()[0]' ; done > > on sage-5.1.beta2 and Fedora 17. > > I just ran

Re: [sage-devel] Re: Sage and LinBox >= 1.3.0

2012-06-08 Thread Martin Albrecht
Status update: How to install: http://sage.math.washington.edu/home/malb/spkgs/libm4ri-20120613.spkg http://sage.math.washington.edu/home/malb/spkgs/givaro-3.7.0.spkg http://sage.math.washington.edu/home/malb/spkgs/libm4rie-20120613.spkg http://sage.math.washington.edu/home/malb/spkgs/fflas_ffpac

Re: [sage-devel] Re: sage-5.0 serious bug: segfaults in basic linear algebra?

2012-06-08 Thread Volker Braun
For the record, I didn't get any segfaults when running for i in `seq 0 1000` ; do sage -c 'print ModularSymbols(389,sign=0).cuspidal_submodule().decomposition()[0]' ; done on sage-5.1.beta2 and Fedora 17. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe

[sage-devel] humble sage-mode feature requests

2012-06-08 Thread Martin Albrecht
Hi, I am not sure where to send these, but I figured the following would be rather nice: - Sage mode (at least in my setup) is bound to one Sage instance. But if one plays with SPKGs one may have many. Hence, if sage-mode could figure out the copy of Sage to use automatically, or I could set it o

[sage-devel] Re: VirtualBox testers needed

2012-06-08 Thread Anthony Wickstead
On Jun 7, 9:01 pm, Keshav Kini wrote: > Anthony Wickstead writes: > > Using 64 bit Ubuntu 12.04 inside VirtualBox 4.14 under Windows 7, I was > > able to > > make sage-5.0.1.rc0 with no errors. > > What hardware CPU does your computer have? Intel Core i5-2520M @ 2.50GHz > > > Running ./sage

Re: [sage-devel] Re: Sage server port forwarding

2012-06-08 Thread Volker Braun
On Friday, June 8, 2012 5:33:48 AM UTC+1, William wrote: > > > Maybe its also worth looking into authbind . I use it for quite a while > now > > to run sage.mderickx.nl nativily on a privaliged port. authbind is a > linux > > tool which allows you to configure which non privaleged users can use

[sage-devel] Re: VirtualBox testers needed

2012-06-08 Thread Dima Pasechnik
On Friday, 8 June 2012 10:42:58 UTC+2, Volker Braun wrote: > > 0. This thread is about building Sage in a virtual machine, not using the > pre-made VM image > > 1. Its 7G. Harald, can you change this on the web page? > > 2. Yes. You can use your host browser (http://localhost:8000) to download

[sage-devel] Re: help wanted with braid groups

2012-06-08 Thread Volker Braun
Lets make a spkg first since it needs to be done anyways and then I don't have to fiddle with the installation. Please post your code, even (especially) if it doesn't work. Volker On Friday, June 8, 2012 7:47:52 AM UTC+1, mmarco wrote: > > > > Then, do you know how to do your computation wit

[sage-devel] Re: VirtualBox testers needed

2012-06-08 Thread Volker Braun
0. This thread is about building Sage in a virtual machine, not using the pre-made VM image 1. Its 7G. Harald, can you change this on the web page? 2. Yes. You can use your host browser (http://localhost:8000) to download and re-upload your worksheets. Obviously a better solution needs to be f

Re: [sage-devel] Re: Is left_kernel_matrix missing intentionally?

2012-06-08 Thread John Cremona
I'm not sure I agree with the "ONLY" below. One could argue that the right kernel matrix of A should at least be a matrix B such that A*B=0 (and with other properties, of course, something like any other B' with A*B'=0 should have the form B'=B*C for some C...). John On 8 June 2012 07:46, Nils B

[sage-devel] Re: VirtualBox testers needed

2012-06-08 Thread P Purkayastha
On Thursday, May 31, 2012 12:04:47 AM UTC+8, Jeroen Demeyer wrote: > > All of you who had trouble with building Sage from source inside a > VirtualBox: > > please test new source tarball at > > http://boxen.math.washington.edu/home/release/sage-5.0.1.rc0/sage-5.0.1.rc0.tar Can I get some cla

[sage-devel] Re: Changing password on notebook server?

2012-06-08 Thread P Purkayastha
On Friday, June 8, 2012 10:36:10 AM UTC+8, Nils Bruin wrote: > > On Jun 7, 6:41 pm, Maarten Derickx > wrote: > > When I do it in sage5.0 using google chrome I get redirected to the > login > > page. What version of sage and which browser do you use? > > Firefox & Sage 5.0. There's something