[sage-support] Re: Cholesky for sparse matrix

2012-10-31 Thread Jason Grout
On 10/31/12 11:53 PM, Dima Pasechnik wrote: Should I volunteer +1. Always +1 to that question. :) Jason -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe fro

[sage-support] Re: Cholesky for sparse matrix

2012-10-31 Thread Dima Pasechnik
Hi, after a discussion here: https://groups.google.com/d/topic/cvxopt/xQ-lR9ESijg/discussion it turns out that there is enough CHOLMOD interface already in Sage, it's just not documented properly. Should I volunteer to get sparse Cholesky implemented for non-exact sparse Sage matrices, via thi

Re: [sage-support] Re: Strange results in DiGraph.girth()

2012-10-31 Thread Nathann Cohen
Ahahaaha. Well, I wrote what I thought would be a "good if hard to read implementation", and it turns out to be... slower O_O I still do not really understand why, except that copying the graph takes time, too. For some reason. The code is slower in interesting case, and faster in stupid cases :

[sage-support] Re: AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial' object has no attribute 'lc'

2012-10-31 Thread Dima Pasechnik
On 2012-10-31, V wrote: > --=_Part_281_17041689.1351705746629 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > > > Sorry, I was not able to attach the full log file gcc-4.6.3.log. Please=20 > find below the most relevant parts of it. it looks like

[sage-support] Re: Cholesky for sparse matrix

2012-10-31 Thread Dima Pasechnik
please see this https://groups.google.com/d/topic/cvxopt/xQ-lR9ESijg/discussion far a way to make it more sane. It turns out that cvxopt has un undocumented function to extract the Cholesky factor directly. On Tuesday, 30 October 2012 21:49:48 UTC+8, Dima Pasechnik wrote: > > On 2012-10-29, Ran

[sage-support] Re: AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial' object has no attribute 'lc'

2012-10-31 Thread V
Sorry, I was not able to attach the full log file gcc-4.6.3.log. Please find below the most relevant parts of it. ... checking whether the target assembler supports thread-local storage... yes checking whether the thread-local storage support is from emutls... yes configure: updating cache ./con

[sage-support] Re: AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial' object has no attribute 'lc'

2012-10-31 Thread V
Thank you for the quick reply! I tried to compile Sage-5.3 from source and I get an error related to gcc-4.6.3: In file included from /usr/include/features.h:378:0, from /usr/include/stdio.h:28, from ../../../src/libgcc/../gcc/tsystem.h:87, from

[sage-support] Re: AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial' object has no attribute 'lc'

2012-10-31 Thread John H Palmieri
On Wednesday, October 31, 2012 9:39:11 AM UTC-7, V wrote: > > Hello, > > I try to execute one of the examples for computing the variety of a system > of Boolean polynomials from the Sage reference manual: > > http://www.sagemath.org/doc/reference/sage/rings/polynomial/pbori.html > > and I get t

[sage-support] AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial' object has no attribute 'lc'

2012-10-31 Thread V
Hello, I try to execute one of the examples for computing the variety of a system of Boolean polynomials from the Sage reference manual: http://www.sagemath.org/doc/reference/sage/rings/polynomial/pbori.html and I get the error: AttributeError: 'sage.rings.polynomial.pbori.BooleanPolynomial'

[sage-support] Monoid algebra

2012-10-31 Thread Aladin VIRMAUX
Hi everybody, I'm trying to construct an algebra from a monoid. For exemple : sage: M = FreeMonoid(3,['a','b','c']) sage: M Free monoid on 3 generators (a, b, c) sage: M.algebra(QQ) Free module generated by Free monoid on 3 generators (a, b, c) over Rational Field The problem is that I obtain a

[sage-support] Re: certtool on OS X [was: notebook server on macos - preference file]

2012-10-31 Thread Ivan Andrus
On Oct 31, 2012, at 12:40 PM, Andreas Paeffgen wrote: > On 2012-10-31 09:32:28 +, Ivan Andrus said: >> Hi Ivan, >> this change works only have the way. The option secure=False works great; >> secure=True gives me a lot of errors / troubles. >> Should i open a ticket in http://trac.sagemath.org

Re: [sage-support] Re: Strange results in DiGraph.girth()

2012-10-31 Thread Georgi Guninski
If you want to play with digraphs attached is program for generating digraph diregular cages of any girth and degree. On Wed, Oct 31, 2012 at 10:53:56AM +0100, Nathann Cohen wrote: > > Some benchmarks on moderate cages (4324 vertices, girth 19) suggest i > > probably will lose if you implement i

[sage-support] Re: notebook server on macos - preference file

2012-10-31 Thread Andreas Paeffgen
On 2012-10-31 09:32:28 +, Ivan Andrus said: Hi Ivan, this change works only have the way. The option secure=False works great; secure=True gives me a lot of errors / troubles. Should i open a ticket in http://trac.sagemath.org/sage_trac/ ? I could not find a category for the sage.app vers

Re: [sage-support] Re: Strange results in DiGraph.girth()

2012-10-31 Thread Nathann Cohen
> Some benchmarks on moderate cages (4324 vertices, girth 19) suggest i > probably will lose if you implement it correctly ;) Well, for those things we may be happy to have a good C implementation. I will try to do that quickly. How long is it, if I may ask, for such graphs ? Could you also give

Re: [sage-support] Re: notebook server on macos - preference file

2012-10-31 Thread Ivan Andrus
On Oct 31, 2012, at 10:18 AM, Andreas Paeffgen wrote: > On 2012-10-30 17:09:38 +, Ivan Andrus said: > On Oct 30, 2012, at 2:47 PM, Andreas Paeffgen wrote: > > Hi, > on Macos 10.7.4 and the .app - version of sage, i can start the notebook > server over the application menu. > > I want to set

[sage-support] Re: notebook server on macos - preference file

2012-10-31 Thread Andreas Paeffgen
On 2012-10-30 17:09:38 +, Ivan Andrus said: On Oct 30, 2012, at 2:47 PM, Andreas Paeffgen wrote: Hi, on Macos 10.7.4 and the .app - version of sage, i can start the notebook server over the application menu. I want to set some default settings like ipadress and security=true. I do not