Ask Your Question
2

Get maximally linearly independent set of vectors

asked 2022-10-01 00:11:28 +0200

kevinfat gravatar image

Given a matrix where each row represents a vector how can I find a set of maximally linearly independent vectors from the collection of vectors. I'm not looking for a echelon form from which I can get a representation for the span I want my representation of the span to only use the original vectors. Does Sage have functions to easily do this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-10-01 03:06:03 +0200

Max Alekseyev gravatar image

updated 2022-10-01 03:06:37 +0200

Yes, a maximal collection of linearly independent rows can be found by calling M.pivot_rows() for a given matrix M.

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

Stats

Asked: 2022-10-01 00:11:28 +0200

Seen: 201 times

Last updated: Oct 01 '22