[sage-devel] Re: Mac application licensing question

2008-03-07 Thread David Joyner
Can you tell me where the license to fluid is located? I downloaded from http://fluidapp.com/ the zip file. There is a subdirectory for licenses but the fluid license isn't in it only the (BSD-like) licenses for the components. BTW, it appears to be Leopard only and the website says is similar to

[sage-devel] Re: symbolic logic code

2008-03-07 Thread Chris Gorecki
Wow, I had no idea that was even a possibility:) Thanks for pointing that out to me. -Chris Gorecki --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

[sage-devel] Re: Mac application licensing question

2008-03-07 Thread gvol
> Can you tell me where the license to fluid is located? I downloaded > from http://fluidapp.com/ the zip file. There is a subdirectory for > licenses but the fluid license isn't in it only the (BSD-like) licenses for > the components. Actually the README.txt is probably as close as you will get.

[sage-devel] Re: Doc Days

2008-03-07 Thread William Stein
On Thu, Mar 6, 2008 at 11:59 PM, mabshoff <[EMAIL PROTECTED]> wrote: > > > > On Mar 7, 8:53 am, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > Does one just add a bunch of documentation and make a patch and submit > > it? Or does one make a bunch of Trac tickets and make a ton of > > patches?

[sage-devel] sage-3.0

2008-03-07 Thread William Stein
Hi Sage-Devel: The main goals for Sage-3.0 are: * DOCTESTS: Raise the doctest coverage of the Sage library to 50%. * INTERACT: Interactive versions of functions in the notebook; kind of like Mathematica's Manipulate command. * R: a pexpect R interface * TIMING/BENCHMARK: M

[sage-devel] Re: sage-3.0

2008-03-07 Thread Jan Groenewald
Hi On Fri, Mar 07, 2008 at 08:29:33AM -0800, William Stein wrote: > Hi Sage-Devel: > The main goals for Sage-3.0 are: > The target date is April 5, 2008. Awesome, great work, good luck, and thanks to all the devs! Jan -- .~. /V\ Jan Groenewald /( )\www.aims.ac.za ^^-^^ --~-

[sage-devel] Demo of mlab module in enthoughts mayavi-2.1.0 for sage-2.10.3

2008-03-07 Thread Jaap Spies
See some screenshots: http://picasaweb.google.com/j.spies88/ScreenshotsMlabMayavi210 For those in the *experimental vein* (linux only): See: http://sage.math.washington.edu/home/jsp/SPKGS/mayavi_2.1.0/ > Install or build sage-2.10.3 or one of the release candidates. > > Put all this files in

[sage-devel] slides for my first sage talk

2008-03-07 Thread Franco Saliola
Here are slides from my first Sage talk. I told the audience why I am excited about Sage. http://www.lacim.uqam.ca/~saliola/maths/talks/slides/SageTalk1.pdf I made the slides with beamer using the sagetex latex package. Here is the tex file for the slides. http://www.lacim.uqam.ca/~saliola/

[sage-devel] updating programming guide

2008-03-07 Thread Jason Grout
There has been talk of things that need to be updated in the programming guide. Here is a short list (also on trac at http://trac.sagemath.org/sage_trac/ticket/2422 ). Is there anything else? You might add your comments to the trac ticket. The programming guide should be updated: 1. Instru

[sage-devel] Re: slides for my first sage talk

2008-03-07 Thread John Cremona
Nice. I really liked the LaTeX examples. John On 07/03/2008, Franco Saliola <[EMAIL PROTECTED]> wrote: > > Here are slides from my first Sage talk. I told the audience why I am > excited about Sage. > > http://www.lacim.uqam.ca/~saliola/maths/talks/slides/SageTalk1.pdf > > I made the slide

[sage-devel] gcd() for fields

2008-03-07 Thread John Cremona
In reviewing #2340, which adds some nice documentation for rings/ring.pyx -- done by cswiercz -- I came across for the first time the feature that gcd(a,b) works for rational a,b, returning a perfectly sensible answer. sage: gcd(1/2,1/3) 1/6 Are there any other fields for which someone has imple

[sage-devel] Re: slides for my first sage talk

2008-03-07 Thread Justin C. Walker
On Mar 7, 2008, at 09:10 , Franco Saliola wrote: > > Here are slides from my first Sage talk. I told the audience why I am > excited about Sage. > > http://www.lacim.uqam.ca/~saliola/maths/talks/slides/SageTalk1.pdf > > I made the slides with beamer using the sagetex latex package. Here is > t

[sage-devel] Multipolynomials: jacob() should be gradient()?

2008-03-07 Thread Jason Bandlow
This is at http://sagetrac.org/sage_trac/ticket/2425 awaiting review. Jason John Cremona wrote: > +1. For calculus, gradient is the good term. For a Jacobian > function I would expect the input to be a list/sequence of functions > and the output a matrix. > > John > > On 29/02/2008, didier de

[sage-devel] linear algebra in Cython

2008-03-07 Thread Vincent
I would like to implement some Bayesian routines using Cython. I have looked at some of the Cython examples but they don't really provide enough information for a newbie like me. As a starting point i'd like to implement bootstrapping of OLS parameter standard errors. That would give me an idea of