Ask Your Question
1

Moore-penrose-inverse with Sage?

asked 10 years ago

ndomes gravatar image

updated 10 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 10 years ago

kcrisman gravatar image

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

Preview: (hide)
link

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: 10 years ago

Seen: 2,073 times

Last updated: Jul 07 '14