Re: [sage-support] Problem integrating piecewise linear function (breaks with constant piece)

2011-02-24 Thread D. S. McNeil
On Thu, Feb 24, 2011 at 1:52 PM, Ronald L. Rivest rivest@gmail.com wrote: Is posting this bug here on this list sufficient to report it so that it will (eventually) get fixed, or is there some other process for doing so that needs to be done next? I think in general you open a ticket on

[sage-support] notebook does not leave enough vertical space

2011-02-24 Thread kbriggs
I find that the notebook often cuts off the top half of output formulas (with Typeset ticked), and does not provide a scrollbar to allow it all to be seen. For example, with this input: integrate(x/a^2*exp(-x^2/2/a^2)*exp(-(x-mu)^2/sigma^2/2)/sqrt(2*pi)/ sigma,x,0,z); Keith -- To post to this

[sage-support] Re: notebook does not leave enough vertical space

2011-02-24 Thread Jason Grout
On 2/24/11 12:08 PM, kbriggs wrote: I find that the notebook often cuts off the top half of output formulas (with Typeset ticked), and does not provide a scrollbar to allow it all to be seen. For example, with this input: integrate(x/a2*exp(-x2/2/a2)*exp(-(x-mu)2/sigma2/2)/sqrt(2*pi)/

[sage-support] Re: Checking for convexity of Lattice Polytopes

2011-02-24 Thread Dmitri
A chosen set of points is convex if it is equal to its convex hull. So all you have to do is compute the hull and compare with it. I think my problem is actually doing the comparison. So I have this chosen set of points which I don't know is convex. I compute its convex hull. Now how do I

Re: [sage-support] Problem integrating piecewise linear function (breaks with constant piece)

2011-02-24 Thread Ronald L. Rivest
OK; thanks! Ron Rivest -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org

[sage-support] Re: Checking for convexity of Lattice Polytopes

2011-02-24 Thread Volker Braun
On Thursday, February 24, 2011 6:29:11 PM UTC, Dmitri wrote: I think my problem is actually doing the comparison. So I have this chosen set of points which I don't know is convex. I compute its convex hull. Now how do I compare these two objects? Assuming that we are still talking about

Re: [sage-support] Re: In ' while ' or ' for ' loop in Sage, can one use ' { ' and ' } ' like C program?

2011-02-24 Thread William Stein
On Wed, Feb 23, 2011 at 10:54 PM, Jason Grout jason-s...@creativetrax.com wrote: On 2/24/11 12:49 AM, Santanu Sarkar wrote: In ' while ' or ' for ' loop in Sage, can one use ' { ' and ' } ' like C program? No.  In Python (the language you are using when you write Sage code) use indentation

[sage-support] Server connection problems - which are likely linked to enclosed code.

2011-02-24 Thread amandachan2...@yahoo.com
Essentially, I'm having problems understanding this unknown required load command code. I'm unable to connect to the server, or even access sage through terminal. I'm confused, and would really appreciate some enlightment? I'm running a Mac OSX, version 10.5.8, duo intel processor, after

Re: [sage-support] Server connection problems - which are likely linked to enclosed code.

2011-02-24 Thread Robert Bradshaw
Looks like you downloaded a 10.6 binary and are trying to use it on your 10.5.8 machine. You (probably) want the first item in this list: http://boxen.math.washington.edu/sage/osx/intel/index.html On Thu, Feb 24, 2011 at 10:14 PM, amandachan2...@yahoo.com amandachan2...@yahoo.com wrote: