Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question
2

Get maximally linearly independent set of vectors

asked 2 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 2 years ago

Max Alekseyev gravatar image

updated 2 years ago

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

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

Stats

Asked: 2 years ago

Seen: 408 times

Last updated: Oct 01 '22