Re: May I ask about Sage here?

2009-05-01 Thread Michael Press
In article <899b6a05-942a-4229-b3aa-f9099e171...@g31g2000pra.googlegroups.com>, alex23 wrote: > On Apr 30, 11:06 am, Michael Press wrote: > > May I ask for help with Sage problems here?  I > > did not find a usenet Sage support group. > > http://www.sagemath.

May I ask about Sage here?

2009-04-29 Thread Michael Press
staff 476 Apr 29 16:53 ipython/ drwxr-xr-x 7 mdp staff 238 Apr 29 16:44 sage_notebook/ -rw-r--r-- 1 mdp staff 546 Apr 29 17:23 setup drwxr-xr-x 4 mdp staff 136 Apr 29 17:22 temp/ -rw-r--r-- 1 mdp staff 1684 Apr 29 17:24 typescript ___

Re: Multiprecision arithmetic library question.

2008-06-18 Thread Michael Press
In article <[EMAIL PROTECTED]>, Mark Wooding <[EMAIL PROTECTED]> wrote: > Michael Press <[EMAIL PROTECTED]> wrote: > > > I already compiled and installed the GNU multiprecision library > > on Mac OS X, and link to it in C programs. > > How do I link

Multiprecision arithmetic library question.

2008-06-17 Thread Michael Press
I already compiled and installed the GNU multiprecision library on Mac OS X, and link to it in C programs. How do I link to the library from Python? I do not want to download and install redundant material. (I am new to Python) -- Michael Press -- http://mail.python.org/mailman/listinfo/python

Re: Nonlinear least square problem

2008-04-04 Thread Michael Press
nd the groups are appropriate to the question and, presumably, your interests. Unfortunately, I cannot help with the actual question. :) -- Michael Press -- http://mail.python.org/mailman/listinfo/python-list

Re: syntax error in sum(). Please explicate.

2006-11-18 Thread Michael Press
In article <[EMAIL PROTECTED]> , "Matt Moriarity" <[EMAIL PROTECTED]> wrote: > try surrounding your sum argument in brackets: > > sum([phi(x // ps[i+1], i) for i in range(a)]) > > instead of: > > sum(phi(x // ps[i+1], i) for i in range(a)) Thank

syntax error in sum(). Please explicate.

2006-11-18 Thread Michael Press
n -v: Python 2.3 (#1, Sep 13 2003, 00:49:11) [GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin Type "help", "copyright", "credits" or "license" for more information -- Michael Press -- http://mail.python.org/mailman/listinfo/python-list