Problems with 'scipy.sparse.linalg.dsolve.umfpack'

P

pp

Hello all,

I have this equation to solve where variable
LHS is a sparse matrix and RHS is an array .
c = linsolve.spsolve(LHS, RHS)


i get this error
warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\
' install scikits.umfpack instead'
what is the reason for this and do I do next

Please help
I am very new to scipy.

Thanks a lot
 
C

Chris Rebert

Hello all,

I have this equation to solve where variable
LHS is a sparse matrix and RHS is an array .
c = linsolve.spsolve(LHS, RHS)


i get this error
warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\
                 ' install scikits.umfpack instead'
what is the reason for this and do I do next

Please help
I am very new to scipy.

This is the general Python mailinglist. You'd be more likely to get an
answer on the SciPy mailinglist:
http://mail.scipy.org/mailman/listinfo/scipy-user

Cheers,
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,174
Messages
2,570,940
Members
47,486
Latest member
websterztechnologies01

Latest Threads

Top