ANNOUNCE: PySymbolic - Doing Symbolics in Python

Pearu Peterson pearu at ioc.ee
Thu Oct 12 13:25:40 EDT 2000


Pearu Peterson wrote:

> In addition, I am thinking of the following syntax examples in Python:
>         Diff(x*x,x)
>         Integrate(a*x,x=[c,d])
>         Limit(1/x,x=0)
>         Factor(x**2-4*a**2,x)
>         Sum(i**2,i=[2,N])
>         Substitute(x*a+2,a=5) # or Subs(..)
>         Expand(<expr>)
>         Collect(<expr>)
>         Simplify(<expr>)
>         ...
>
> It is not possible to get this kind of a look for Python and it
> looks pretty good to me.

I really meant, "It is possible to get .."
Pearu




More information about the Python-list mailing list