Ask Your Question
1

Moore-penrose-inverse with Sage?

asked 2014-07-07 08:02:17 +0200

ndomes gravatar image

updated 2014-07-07 08:03:05 +0200

How to compute the moore-penrose inverse of a matrix?

What I have found is using Scipy (or Numpy):

M = matrix(2,2,(1,2,2,4))
from scipy import linalg
matrix(linalg.pinv(M))

Any other way in Sage?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-07 14:33:53 +0200

kcrisman gravatar image

I don't think there is anything else currently in Sage. See this ask.sagemath question.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-07-07 08:02:17 +0200

Seen: 1,588 times

Last updated: Jul 07 '14