First time here? Check out the FAQ!
answered 2 years ago
Yes, the maximal collection of linearly independent rows can be found by calling M.pivot_rows() for a given matrix M.
M.pivot_rows()
M
updated 2 years ago
Yes, the a maximal collection of linearly independent rows can be found by calling M.pivot_rows() for a given matrix M.