Re: wxpython or PyQT to make a simulink clone ?

2005-06-02 Thread Pierre Schnizer
Pierre Schnizer [EMAIL PROTECTED] writes:

There was an old discussion on comp.lang.python:

http://groups.google.de/group/comp.lang.python/browse_thread/thread/9ce44f40011016ec/a2e52b824de9bfb1?q=simulinkrnum=6hl=de#a2e52b824de9bfb1

I have seen the later code of Eric Lechak looked very interesting, but the
link above is not active any more.

Unfortunately I have no copy any longer ...

Pierre
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: any Python equivalent of Math::Polynomial::Solve?

2005-03-01 Thread Pierre Schnizer

In case you are still interested pygsl wraps the GSL solver.
snip
from pygsl import poly
pc = poly.poly_complex(3)
tmp, rs = pc.solve((2,3,1))
print rs
/snip

You get pygsl at http://sourceforge.net/projects/pygsl/
Pierre
-- 
http://mail.python.org/mailman/listinfo/python-list


pygsl-0.3.1 released

2005-01-24 Thread Pierre Schnizer
pyGSL is a wrapper for the GNU Scientific Library. Get it from
http://sourceforge.net/projects/pygsl.

Up to now it provides the following modules:
Blas, Chebyshev, Combination, Const
Diff, Deriv, Eigen, Fit, FFT, Ieee, Integrate
Interpolation, Linalg, Math
Minimize, Multifit, Multifit_nlin,
Multimin, Multiroots, Odeiv, Permutation
Poly, Qrng, Rng, Roots, Siman (Simulated Annealing)
Special Functions, Spline

GSL = 1.3 and numerical python are required.

It requires either Numeric or numarray.

Please send all bug reports, requests, patches to
[EMAIL PROTECTED]


Yours sincerely
  Pierre Schnizer



-- 
Please remove the nospam for direct reply
-- 
http://mail.python.org/mailman/listinfo/python-list