[sage-support] Re: Memory

2013-04-23 Thread Jason Grout
On 4/23/13 10:54 PM, Gordon wrote: On Tuesday, 23 April 2013 00:00:33 UTC+8, Volker Braun wrote: The first question is, are you actually running out of ram? The garbage collector seems to have triggered full collections at the 4gb mark, and memory fragmentation might have left you

[sage-support] Re: Memory

2013-04-23 Thread Gordon
On Tuesday, 23 April 2013 00:00:33 UTC+8, Volker Braun wrote: > > The first question is, are you actually running out of ram? The garbage > collector seems to have triggered full collections at the 4gb mark, and > memory fragmentation might have left you with 900mb of address space that > is m

[sage-support] Re: Handling of backslashes in functions

2013-04-23 Thread Keshav Kini
Kenneth Lin writes: > Hey Sage, > > So I'm trying to make a really long function that I wanted to put on > multiple lines to look nice. However, Sage's backslash preprocessing, > combined with the preprocessing of making functions, doesn't allow me > to do this: > > sage: botrk(h0_prime, a0, s0,

Re: [sage-support] Re: Segmentation fault in Matrix(QQ).rank()

2013-04-23 Thread Sure
Yep, it might have switched to another internal library because of the matrix size, and that library might have appeared incompatible with debian (may be to new glibc version or like that) or just broken. It could be interesting to try to reinstall from sources with system ATLAS. I tried by ldd t

[sage-support] Re: Substituting a combination of variables in a matrix

2013-04-23 Thread Robert Dodier
On 2013-04-23, Lorenzo Ricciardi wrote: > Basically, I've been performing various matrix operations, with > symbolic elements. > The final result is very complex, but I can see patterns within it, > so i wanted to rename those patterns with new variable names. That > way, I can express the final

[sage-support] Re: Polyhedron construction fails on specific list of vertices

2013-04-23 Thread Felix Wellen
With "backend='ppl', base_ring=QQ" it works! Thanks again ;) Am Dienstag, 23. April 2013 14:10:26 UTC+2 schrieb Volker Braun: > > This is now http://trac.sagemath.org/14479 (needs review) > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. T

Re: [sage-support] No DPI information in PNG files (parametric_plot3d)

2013-04-23 Thread kcrisman
> > > The 3D plot handling has never been very good; it's harder to work with > PNG files from TeX than vector formats such as EPS or PDF. And with so > many options for the graphics commands, it's hard to come up with > defaults that will make users happy while still allowing some people to >

Re: [sage-support] No DPI information in PNG files (parametric_plot3d)

2013-04-23 Thread Dan Drake
On Tue, 23 Apr 2013 at 02:15PM +0400, LRN wrote: > If you typeset it (i'm using XeLaTeX and SageTeX), you'll see that png > files are upscaled (badly, i might add). Turns out - they lack DPI > information. If you typeset it (completely, with XeLaTex+Sage+XeLaTeX > dance) once, then open up the png

[sage-support] Re: Polyhedron construction fails on specific list of vertices

2013-04-23 Thread Nathann Cohen
> This is now http://trac.sagemath.org/14479 (needs review) I love your style ! :-D It says "Welcome in the world of Sage, where no known bug makes it past the day" :-D Nathann -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscri

[sage-support] Substituting a combination of variables in a matrix

2013-04-23 Thread Lorenzo Ricciardi
Hi all, this is my first post on thins group :) I've been searching for a solution to this problem but I didn't find any (yet). Basically, I've been performing various matrix operations, with symbolic elements. The final result is very complex, but I can see patterns within it, so i wanted to r

[sage-support] Re: Polyhedron construction fails on specific list of vertices

2013-04-23 Thread Volker Braun
This is now http://trac.sagemath.org/14479 (needs review) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to

[sage-support] Re: Polyhedron construction fails on specific list of vertices

2013-04-23 Thread Volker Braun
I can confirm this. The problem is that cdd errors out with "*Error: Numerical inconsistency is found. Use the GMP exact arithmetic.". Gee, thanks ;) On Tuesday, April 23, 2013 9:09:08 AM UTC+1, Felix Wellen wrote: > > while trying to render the intersection of a 4-cube and a 3-cube (I guess

[sage-support] No DPI information in PNG files (parametric_plot3d)

2013-04-23 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've attached a sample tex file. If you typeset it (i'm using XeLaTeX and SageTeX), you'll see that png files are upscaled (badly, i might add). Turns out - they lack DPI information. If you typeset it (completely, with XeLaTex+Sage+XeLaTeX dance) onc

[sage-support] Re: Numerical approximation of ceiling functions?

2013-04-23 Thread P Purkayastha
On 04/21/2013 09:50 AM, Kenneth Lin wrote: Hi Sage, I'm not sure if it's that I'm not doing this right, but I have this function that has a ceiling in it. I defined it like so: | botrk(h0_prime,a0,s0,c0)=h0_prime /ceil(log(20*(a0 +25)/(h0_prime +20*(a0 +25)),0.95))*(s0 +0.4)*(1+c0) | But it wo

[sage-support] Handling of backslashes in functions

2013-04-23 Thread Kenneth Lin
Hey Sage, So I'm trying to make a really long function that I wanted to put on multiple lines to look nice. However, Sage's backslash preprocessing, combined with the preprocessing of making functions, doesn't allow me to do this: sage: botrk(h0_prime, a0, s0, c0) = h0_prime / ceil(log(20 * (a

[sage-support] Numerical approximation of ceiling functions?

2013-04-23 Thread Kenneth Lin
Hi Sage, I'm not sure if it's that I'm not doing this right, but I have this function that has a ceiling in it. I defined it like so: botrk(h0_prime, a0, s0, c0) = h0_prime / ceil(log(20 * (a0 + 25) / (h0_prime + 20 * (a0 + 25)), 0.95)) * (s0 + 0.4) * (1 + c0) But it won't do approximations of

[sage-support] Polyhedron construction fails on specific list of vertices

2013-04-23 Thread Felix Wellen
Hi, while trying to render the intersection of a 4-cube and a 3-cube (I guess that really doesn't matter), I stopped on trouble with the following: sage: point_list = [[0.132, -1.028, 0.028],[0.5, 0.5, -1.5],[-0.5, 1.5, -0.5],[0.5, 0.5, 0.5],[1.5, -0.5, -0.5],[-0.332, -0.332, -0.668],[-1.332,