TED]
Yours sincerely
Pierre Schnizer
--
Please remove the nospam for direct reply
--
http://mail.python.org/mailman/listinfo/python-list
In case you are still interested pygsl wraps the GSL solver.
from pygsl import poly
pc = poly.poly_complex(3)
tmp, rs = pc.solve((2,3,1))
print rs
You get pygsl at http://sourceforge.net/projects/pygsl/
Pierre
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] writes:
> I would like to make a software like simulink:
> http://www.mathworks.com/cmsimages/sl_mainpage_wl_7488.gif
>
> using python.
> In order of bulding the interface (drag&drop block, link system between
> the blocks, run the simulation, double click on a block to open its
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=simulink&rnum=6&hl=de#a2e52b824de9bfb1
I have seen the later code of Eric Lech