fork download
  1. f = @(A)rcond(A*A')>eps;
  2.  
  3. f([1 2; 10 20])
  4. f([1 2; 10 21])
Success #stdin #stdout 0.5s 121984KB
stdin
Standard input is empty
stdout
ans = 0
ans =  1