[sage-support] Re: Sage Security Certificate

2008-04-20 Thread William Stein
On Sun, Apr 20, 2008 at 10:10 PM, David Runde <[EMAIL PROTECTED]> wrote: > > > > > > I was accessing the two of the web pages https://www.sagenb.org/ and > www.sagemath.org and there is a problem with the site's security > certificate. I attached screen shots of the message I got. > Just to let yo

[sage-support] Re: Evaluate matrix

2008-04-20 Thread Mike Hansen
Hi Aleks, You can just treat m as any symoblic expression and call it as a function. sage: x,y = var('x,y') sage: m = matrix([[cos(x),0],[0,-sin(y)]]) sage: m [ cos(x) 0] [ 0 -sin(y)] sage: m(x=1, y=2) [ cos(1) 0] [ 0 -sin(2)] sage: m.variables() (x, y) sage: m(1,2) [ cos(1

[sage-support] Evaluate matrix

2008-04-20 Thread Aleksandr
Hi everyone, I wrote a Jacobian function for Sage, as follows: def jacobian(fs, varz): # Compute the derivatives of fs for each of the varz # the number of columns is the length of vars # the number of rows is the length of fs numcols = len(varz) numrows =

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread gary
On Apr 20, 9:20 pm, gary <[EMAIL PROTECTED]> wrote: > On Apr 20, 9:02 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > > On Sun, Apr 20, 2008 at 5:58 PM, gary <[EMAIL PROTECTED]> wrote: > > > > On Apr 20, 8:52 pm, gary <[EMAIL PROTECTED]> wrote: > > > > On Apr 20, 8:20 pm, "William Stein

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread gary
On Apr 20, 9:02 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Sun, Apr 20, 2008 at 5:58 PM, gary <[EMAIL PROTECTED]> wrote: > > > On Apr 20, 8:52 pm, gary <[EMAIL PROTECTED]> wrote: > > > On Apr 20, 8:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > > On Sun, Apr 20, 2008 at 4:

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread William Stein
On Sun, Apr 20, 2008 at 5:58 PM, gary <[EMAIL PROTECTED]> wrote: > > On Apr 20, 8:52 pm, gary <[EMAIL PROTECTED]> wrote: > > On Apr 20, 8:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Sun, Apr 20, 2008 at 4:59 PM, gary <[EMAIL PROTECTED]> wrote: > > > > > > I've i

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread gary
On Apr 20, 8:52 pm, gary <[EMAIL PROTECTED]> wrote: > On Apr 20, 8:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > > > > > On Sun, Apr 20, 2008 at 4:59 PM, gary <[EMAIL PROTECTED]> wrote: > > > > I've installed sage 2.11 on Kubuntu 7.10, and I'm poking around [...] > > If notebook(), try

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread gary
On Apr 20, 8:20 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Sun, Apr 20, 2008 at 4:59 PM, gary <[EMAIL PROTECTED]> wrote: > > > I've installed sage 2.11 on Kubuntu 7.10, and I'm poking around. > > > In the tutorial, sec 2.9.2 (?) there are 3D graphics examples using > > jmol. When I

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread Dan Drake
On Sun, 20 Apr 2008 at 05:10PM -0700, mabshoff wrote: > Not really, but IIRC there is some mechanism in Ubuntu land in general > to select the default java. I just don't know what it is :( and I will > be sure that somebody else knows ;) In Debian-based systems, it's the "alternatives" system. See

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread William Stein
On Sun, Apr 20, 2008 at 4:59 PM, gary <[EMAIL PROTECTED]> wrote: > > I've installed sage 2.11 on Kubuntu 7.10, and I'm poking around. > > In the tutorial, sec 2.9.2 (?) there are 3D graphics examples using > jmol. When I run these (adding show(P) to the scripts) jmol reports > that it is st

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread gary
On Apr 20, 7:59 pm, gary <[EMAIL PROTECTED]> wrote: > I've installed sage 2.11 on Kubuntu 7.10, and I'm poking around. > > In the tutorial, sec 2.9.2 (?) there are 3D graphics examples using > jmol. When I run these (adding show(P) to the scripts) jmol reports > that it is starting, but all I g

[sage-support] Re: Newbie: jmol black screen

2008-04-20 Thread mabshoff
On Apr 21, 1:59 am, gary <[EMAIL PROTECTED]> wrote: Hi Gary, > I've installed sage 2.11 on Kubuntu 7.10, and I'm   poking around. > > In the tutorial, sec 2.9.2 (?) there are 3D graphics examples using > jmol.  When I run these (adding show(P) to the scripts) jmol reports > that it is starting

[sage-support] Newbie: jmol black screen

2008-04-20 Thread gary
I've installed sage 2.11 on Kubuntu 7.10, and I'm poking around. In the tutorial, sec 2.9.2 (?) there are 3D graphics examples using jmol. When I run these (adding show(P) to the scripts) jmol reports that it is starting, but all I get is a black rectangle with the letters "jmol" in the lower

[sage-support] Re: Sage server on a gentoo system

2008-04-20 Thread Dan Drake
On Sat, 19 Apr 2008 at 10:20AM -0700, William Stein wrote: > On Sat, Apr 19, 2008 at 9:59 AM, Alex Ghitza <[EMAIL PROTECTED]> wrote: > > Excellent! Gerhard, this now works for me with sage-3.0.alpha5: > > > > sage -c "notebook(address='137.146.194.57', open_viewer=False, > > directory='/home/gh

[sage-support] Re: matlab-like 'whos' function in SAGE notebook interface?

2008-04-20 Thread Ondrej Certik
On Sun, Apr 20, 2008 at 7:42 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > On Sun, Apr 20, 2008 at 10:38 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > > > > On Sun, Apr 20, 2008 at 6:58 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Sun, Apr 20, 2008 at 9:3

[sage-support] Re: matlab-like 'whos' function in SAGE notebook interface?

2008-04-20 Thread William Stein
On Sun, Apr 20, 2008 at 10:38 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > On Sun, Apr 20, 2008 at 6:58 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > > > > On Sun, Apr 20, 2008 at 9:36 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > > > > On Fri, Apr 18, 2008 at 5:10 PM, Wi

[sage-support] Re: matlab-like 'whos' function in SAGE notebook interface?

2008-04-20 Thread Ondrej Certik
On Sun, Apr 20, 2008 at 6:58 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > On Sun, Apr 20, 2008 at 9:36 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > > On Fri, Apr 18, 2008 at 5:10 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > > > > > > > On Fri, Apr 18, 2008 at 4:59 AM,

[sage-support] Re: Posets or others

2008-04-20 Thread John Cremona
PS Sorry that should have read "posted" and not "poseted" , ha ha. The talk is at http://www.lacim.uqam.ca/~saliola/maths/talks/slides/SageTalk1.pdf John 2008/4/20 John Cremona <[EMAIL PROTECTED]>: > If you look at Franco's Sage talk (poseted here recently) he includes > a screenful of poset e

[sage-support] Re: Posets or others

2008-04-20 Thread John Cremona
If you look at Franco's Sage talk (poseted here recently) he includes a screenful of poset examples (on page 50, near the end of the presentation) -- which in fact makes it look as if it's in Sage already. So unless that page of the talk is wishful thinking, he must have made some real progress t

[sage-support] Re: matlab-like 'whos' function in SAGE notebook interface?

2008-04-20 Thread William Stein
On Sun, Apr 20, 2008 at 9:36 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 18, 2008 at 5:10 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > > > > On Fri, Apr 18, 2008 at 4:59 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > > > > On Thu, Apr 17, 2008 at 9:24 PM, Hecto

[sage-support] Re: matlab-like 'whos' function in SAGE notebook interface?

2008-04-20 Thread Ondrej Certik
On Fri, Apr 18, 2008 at 5:10 PM, William Stein <[EMAIL PROTECTED]> wrote: > > > On Fri, Apr 18, 2008 at 4:59 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > > > On Thu, Apr 17, 2008 at 9:24 PM, Hector Villafuerte <[EMAIL PROTECTED]> > wrote: > > > > > > On Thu, Apr 17, 2008 at 11:53 AM,