Nov. 6, 2007
1:53 p.m.
Le mardi 06 novembre 2007 à 13:42 +0000, Michael Nandris a écrit :
These examples for solving equations are in scipy_tutorial.pdf Solves three simultaneous equations: x + 3y + 5z = 10 2x + 5y + z = 8 2x + 3y + 8z =3 """ print linalg.solve( XYparameters, constants )
Eduardo Rodrigues <elr1979@gmail.com> wrote: Hi, I am starting in Python. I usually use Maple and I am with a problem to do the same project in Python. I would like to solve an equation like x+y+1=0 for x. In Maple I use "solve(x+y+1=0,x);". Do exist a similar command in Python/NumPy/SciPy?
Isn't the request about symbolic computations, like in maple ? -- Fabrice Silva <Fabrice.Silva@crans.org>