[sage-devel] Re: chemist rock -- amazing 3d java graphics

2007-12-16 Thread Robert Bradshaw
Now integrated into Sage, from the command line http://sagetrac.org/ sage_trac/ticket/1516 and the notebook http://sagetrac.org/sage_trac/ ticket/1536 . - Robert --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscri

[sage-devel] Re: Missing instructions for a beginner

2007-12-16 Thread William Stein
Thanks. I've forwarded your message to sage-devel. On Dec 15, 2007 11:25 PM, Jim Ronback <> wrote: > It is not obvious that to re-execute a cell after it has been changed > you need to type Shift-Enter. The introduction provided in "Introduction > to SAGE for applied mathematicians" at > https:/

[sage-devel] Sage-2.9

2007-12-16 Thread William Stein
Hello, Sage 2.9 has been released. It is available at http://sagemath.org/download.html This is a *major* new release, with a huge number of tickets closed, and the additional of both R and the ATLAS BLAS as standard packages. If you're an *expert* user or just brave, do sag

[sage-devel] Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread Stephen Forrest
I just downloaded the 2.9 source tarball and attempted a build. It died on building lapack. It looks like the test* files in spkg/build/lapack-20071123/src/INSTALL are for a different architecture. I'm running OSX 10.4 Intel; 2 GHz Intel Core Duo and 1 GB of RAM. Steve

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread William Stein
On Dec 16, 2007 9:17 AM, Stephen Forrest <[EMAIL PROTECTED]> wrote: > I just downloaded the 2.9 source tarball and attempted a build. It died on > building lapack. It looks like the test* files in > spkg/build/lapack-20071123/src/INSTALL are for a different architecture. > > I'm running OSX 10.4

[sage-devel] Re: Sage and Special Functions??

2007-12-16 Thread John Cremona
Looks good to me. I would change "math" to "mathematics" (about 6 occurrences, but you can leave Open Math as is!). Also insert "been" after "already" on line 5 of main text. Good luck! John On 15/12/2007, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > This is a (very short!) Sage propo

[sage-devel] Sage Fan Mail

2007-12-16 Thread William Stein
-- Forwarded message -- From: Dan Calloway Date: Dec 16, 2007 9:39 AM Subject: SAGE 2.8.15 Even though I'm finishing up my masters degree in Information Technology, I prefer using Linux over any MS Windows OS. I have a Bachelor of Arts degree in Mathematics from the University

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread mabshoff
On Dec 16, 6:21 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Dec 16, 2007 9:17 AM, Stephen Forrest <[EMAIL PROTECTED]> wrote: > > > > > I just downloaded the 2.9 source tarball and attempted a build. It died on > > building lapack. It looks like the test* files in > > spkg/build/lapack-

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread Justin C. Walker
On Dec 16, 2007, at 09:17 , Stephen Forrest wrote: > I just downloaded the 2.9 source tarball and attempted a build. It > died on > building lapack. It looks like the test* files in > spkg/build/lapack-20071123/src/INSTALL are for a different > architecture. The files src/INSTALL/test* ar

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread William Stein
- William (Sent from my iPhone.) On Dec 16, 2007, at 11:37 AM, mabshoff <[EMAIL PROTECTED] > wrote: > > > > On Dec 16, 6:21 pm, "William Stein" <[EMAIL PROTECTED]> wrote: >> On Dec 16, 2007 9:17 AM, Stephen Forrest >> <[EMAIL PROTECTED]> wrote: >> >> >> >>> I just downloaded the 2.9 sourc

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread mabshoff
On Dec 16, 8:46 pm, William Stein <[EMAIL PROTECTED]> wrote: > - William > > (Sent from my iPhone.) > > On Dec 16, 2007, at 11:37 AM, mabshoff <[EMAIL PROTECTED] > > > > > wrote: > > > On Dec 16, 6:21 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > >> On Dec 16, 2007 9:17 AM, Stephen Forrest >

[sage-devel] Re: Error building 2.9 on OSX 10.4 (LAPACK)

2007-12-16 Thread Stephen Forrest
Upgrading XCode to version 2.5 (gcc build 5370, slightly newer than William's) solved the problem; nothing more was necessary. Thanks very much to everyone who responded! Steve On Dec 16, 2007 2:37 PM, mabshoff <[EMAIL PROTECTED]> wrote: > > On Dec 16, 6:21 pm, "William Stein" <[EMAIL PROTECTE

[sage-devel] Re: [sage-support] Sage-2.9

2007-12-16 Thread Justin C. Walker
On Dec 16, 2007, at 8:04 AM, William Stein wrote: > > Hello, > > Sage 2.9 has been released. It is available at > >http://sagemath.org/download.html > > This is a *major* new release, with a huge number of tickets > closed, and the additional of both R and the ATLAS BLAS > as standar

[sage-devel] SAGE Tutorial nits #2

2007-12-16 Thread Rich Morin
As requested by WS, I'm posting these directly to the list. -r http://sagemath.org/doc/html/tut/node9.html SAGE uses = for assignment and ==,<=,>=,<,> for comparison: --- SAGE uses = for assignment. It uses ==, <=, >=, <, and > for comparison: ... after the list of variables names

[sage-devel] Re: Sage-2.9

2007-12-16 Thread Justin C. Walker
On Dec 16, 2007, at 8:04 AM, William Stein wrote: > > Hello, > > Sage 2.9 has been released. It is available at > >http://sagemath.org/download.html Following up: Mac OS X, 10.4.11, Core 2 Duo: All tests passed! Total time for all tests: 2793.2 seconds Great work! Justin -- Just

[sage-devel] Re: SAGE Tutorial nits #2

2007-12-16 Thread mabshoff
On Dec 17, 2:28 am, Rich Morin <[EMAIL PROTECTED]> wrote: > As requested by WS, I'm posting these directly to the list. > > -r Thanks Rich, your fixes are now #1544. Keep up the great work :) Cheers, Michael --~--~-~--~~~---~--~~ To post to this group, send em