- #1
gonzo
- 277
- 0
Is there some easy way to determine the minimum number of dependent columns in a matrix? Assume the matrix entries are binary for convenience.
Let's say I have an m x n, m>n matrix in the form (I | A) So that I is nxn, and A is m-n x n. This obviously depends on A.
So is there some easy method for figuring this out by maniuplating A, or is there just a lot of trial and error?
Let's say I have an m x n, m>n matrix in the form (I | A) So that I is nxn, and A is m-n x n. This obviously depends on A.
So is there some easy method for figuring this out by maniuplating A, or is there just a lot of trial and error?