[sage-support] Re: Can sage's palp decompress these polytopes?

2017-02-06 Thread Dominique Laurain
Summmary of work done for sagemath ... http://rpm.pbone.net/index.php3/stat/4/idpl/34786687/dir/fedora_other/com/sagemath-data-polytopes_db-7.3-6.fc25.noarch.rpm.html (maybe more recent updates?) I guess pcpa and Jerry James have done great job decompressing databases, and coding Python

[sage-support] Re: Can sage's palp decompress these polytopes?

2017-02-06 Thread Dominique Laurain
Hello, It seems that following code in SMC worksheet cell from sage.geometry.polyhedron.palp_database import PALPreader #db = PALPreader(dim=1) # returns ValueError: Cannot find PALP database: /projects/sage/sage-7.5/local/share/reflexive_polytopes/Full1d/zzdb.info db = PALPreader(dim=2) #

[sage-support] Re: sage crashes

2017-02-06 Thread Dima Pasechnik
your log says platform': 'Linux-3.11.10-100.fc18.x86_64-x86_64-with-fedora-18-Spherical_Cow' this is a 4-year old Linux, why do you think it is fedora 24? Fedora 18 reached its EOL in 2014... it's a miracle it still works :-) On Monday, February 6, 2017 at 7:37:05 PM UTC,

[sage-support] Re: warning after compilesagemath7.5

2017-02-06 Thread afadli
please ignore this ticket and close it i opened two tickets. On Monday, February 6, 2017 at 2:34:42 PM UTC-5, afa...@intranet.techsquare.com wrote: > > so instead of compiling, i used the precompiled sage and received this > error message attached . > > [Abder] > > > > On Friday, February 3,

[sage-support] Re: sage crashes

2017-02-06 Thread afadli
so instead i used the precompiled sage and i got this error attached. On Monday, February 6, 2017 at 2:31:53 PM UTC-5, afa...@intranet.techsquare.com wrote: > > so i have sage compiled on an ubuntu server and clients are fedora24. > in the Intel(R) Core(TM)2 Duo CPU sage crashes, i attached one

[sage-support] Re: warning after compilesagemath7.5

2017-02-06 Thread afadli
so instead of compiling, i used the precompiled sage and received this error message attached . [Abder] On Friday, February 3, 2017 at 10:50:35 AM UTC-5, Abderrahmane Fadli wrote: > > hello > > i compiled sagemath7.5 from source and i got some errors but i was dump > not saving them be cause

[sage-support] Re: warning after compilesagemath7.5

2017-02-06 Thread afadli
well it turns out that was something else eating the ram and swap space. On Friday, February 3, 2017 at 12:54:07 PM UTC-5, Dima Pasechnik wrote: > > > > On Friday, February 3, 2017 at 3:50:35 PM UTC, Abderrahmane Fadli wrote: >> >> hello >> >> i compiled sagemath7.5 from source and i got some

[sage-support] sage crashes

2017-02-06 Thread afadli
so i have sage compiled on an ubuntu server and clients are fedora24. in the Intel(R) Core(TM)2 Duo CPU sage crashes, i attached one generated log. in the Intel(R) Xeon(R) CPU E5-4607 it did not . can you help me with this ? let me know if i need to provide something else. -- You received

Re: [sage-support] v3 (3d vector gives an error)

2017-02-06 Thread Henri Girard
I have been induced by the name v3, that's why I /thought it was a vector./ /But after a night, having no answer to my question, I tried to think deeper of what it could be ? / /And just before reading the list I had came to conclusion it could only be a scalar, which I read in the mail a

Re: [sage-support] Re: this circuit used to work but it doesn't anymore ?

2017-02-06 Thread Anton Sherwood
The content is not the problem. The problem is that, for many mail readers, your query about "this circuit" is buried within the thread "Error building OpenBias", so someone not interested in building OpenBias may not see it. To start a new topic, don't reply to an old one. On 2017-2-05

Re: [sage-support] v3 (3d vector gives an error)

2017-02-06 Thread John Cremona
Not every object in Sage has a plot() method. As the error message says, integers do not have a plot() method. Can you think of a sensible way of plotting a single integer? Perhaps there is, but no-one has thought of it yet. On 6 February 2017 at 07:10, Henri Girard

[sage-support] Can sage's palp decompress these polytopes?

2017-02-06 Thread Dima Pasechnik
Are you sure you are not reinventing the wheel here? Sage has a rather complete interface to this database: http://doc.sagemath.org/html/en/reference/geometry/sage/geometry/polyhedron/palp_database.html and it does other things with reflexive polytopes. google : sage reflexive polytope --