I want to find linearly independent column vectors in a square matrix without using rref. In similar Stack Overflow questions, to find linearly independent columns in a square matrix, the recommended method is to use eigenvalue. If eigenvalue is zero, its corresponding eigenvector is linearly dependent but it is just relationship between eigenvector and eigenvalue. i seriously want to know which indices in a matrix are linearly independent.
thank you for your answering.