nonlinear least square
William Park
opengeometry at yahoo.ca
Tue Dec 23 22:52:02 EST 2003
More information about the Python-list mailing list
Tue Dec 23 22:52:02 EST 2003
- Previous message (by thread): nonlinear least square
- Next message (by thread): nonlinear least square
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dmitry Rozmanov <dima at xenon.spb.ru> wrote: > John J. Lee wrote: > > Thank you for the suggestion. > > Yes, I do not like to have to install Scientific Python just for this > purpose. As I understand it has some modules which have to be compiled > anyway. > > I would be really grateful for any example code you provide. > > BWT do you know such a standalone code for nonlinear equations set > solving? Newton's method or something. I mean in Python only. Efficiency aside, it's easy to write them in Python. You can practically copy C-code line for line. Or, write algorithm from books. -- William Park, Open Geometry Consulting, <opengeometry at yahoo.ca> Linux solution for data management and processing.
- Previous message (by thread): nonlinear least square
- Next message (by thread): nonlinear least square
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list