Re: Numerical solver

2006-03-01 Thread Laszlo Zsolt Nagy
Robert Kern wrote: In [7]: scipy.optimize.fmin_cobyla? Type: function Base Class: type 'function' String Form:function fmin_cobyla at 0x4fff3b0 Namespace: Interactive File: /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/scipy-

Re: Numerical solver

2006-03-01 Thread Robert Kern
Laszlo Zsolt Nagy wrote: Robert Kern wrote: In [7]: scipy.optimize.fmin_cobyla? Type: function Base Class: type 'function' String Form:function fmin_cobyla at 0x4fff3b0 Namespace: Interactive File:

Re: Numerical solver

2006-03-01 Thread David Isaac
Laszlo Zsolt Nagy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I would like to use a numerical solver for a specific problem. Another possibility: http://nlpy.sourceforge.net/ Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list

Numerical solver

2006-02-28 Thread Laszlo Zsolt Nagy
Hello, I would like to use a numerical solver for a specific problem. My problem looks like this: 1. I have numeric constants, named A,B,C etc. 2. I have numeric variables, named x,y,z etc. 3. I have functions, like f1(x), f2(x), f3(x,y), f4(y) etc. 4. I have constraints like f1

Re: Numerical solver

2006-02-28 Thread Robert Kern
Laszlo Zsolt Nagy wrote: Hello, I would like to use a numerical solver for a specific problem. My problem looks like this: 1. I have numeric constants, named A,B,C etc. 2. I have numeric variables, named x,y,z etc. 3. I have functions, like f1(x), f2(x), f3(x,y), f4(y) etc