[Tutor] Fw(4): sudipta....@gmail.com

2017-11-16 Thread sudipta . mml
This message can only be viewed in a browser. To view this message please click here Thu, 16 Nov 2017 08:55:47 -0800 Yahoo error code: mptsm ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/

[Tutor] constrained least square fitting using python

2013-08-08 Thread sudipta
Hi All, I am facing a problem for constrained linear least square fitting. In my case the matrix equation looks like [Y]nX1=[X]nXm[P]mX1, where Y and P are vectors and X is a matrix and n, m are dimension of the matrix. Further, there is a equality constraint on P which is Sum(P(i))=0.0. How do I