From: Nadav H. <na...@vi...> - 2004-05-19 16:43:15
|
The simplest solution is to use "solve_linear_equations" functin from = numarray.linear_algebra. For more sophisticate solution you may try = scipy (www.scipy.org) Nadav -----Original Message----- From: Craig Rasmussen [mailto:cra...@la...] Sent: Wed 19-May-04 17:59 To: numarray Cc:=09 Subject: [Numpy-discussion] Linear solvers I need to solve a matrix equation of the form A u =3D q for u, where u and q are N-vectors and A is a=20 symmetric-positive-definite matrix. For now, at least, A is a 2-D matrix. I would like to use Python and numarray. Are there Python modules that I could use to obtain a solution for u? Thanks, Craig ------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=3D2562&alloc_id=3D6184&op=3Dclick _______________________________________________ Numpy-discussion mailing list Num...@li... https://lists.sourceforge.net/lists/listinfo/numpy-discussion |