What's a good way to determine whether the rows of a matrix are linearly independent?
I was thinking that %:@%:^:_ would provide meaningful information, but: %:@%:^:_ p:i.3 3 1 1 1 1 1 1 1 1 1 I do not believe that the rows of p:i.3 3 linearly dependent on each other. Am I wrong? If so, how can this be demonstrated? Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
