Generalized Linear Least Squares Problems

Colin J. Williams cjw at sympatico.ca
Wed Jun 1 09:29:52 EDT 2005


Tim Leslie wrote:
> On 31 May 2005 03:12:49 -0700, venkat <vvenkatagr at yahoo.com> wrote:
> 
>>Hi,
>>
>>I want to solve linear least sqaure problem( min||c-Ax||2 subject to
>>Bx=d ). How do I do it in python. lapack has a routine for doing this
>>(DGGLSE). Can I access this from python?
>>
> 
> 
> Check out scipy, in particular the linear algebra package.
> 
> http://www.scipy.org/documentation/apidocs/scipy/scipy.linalg.html
> 
> Cheers,
> 
> Tim
>  
Or you could try numarray, available for use with Python 2.4
 
http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=32367&release_id=329948

Colin W.
> 
>>TIA,
>>venkat.
>>
>>--
>>http://mail.python.org/mailman/listinfo/python-list
>>



More information about the Python-list mailing list