An undetermined set of linear equations is always inconsistent.
False
An undetermined system can be either be consistent or inconsistent. For example consider the set linear equations, {x + 2y + 3z = 4, x + 2y + 3z = 5} and {2x + y + z = 2, 2x + y + 3z = 1}.
In 1stcase there are no solutions possible because if there exists an (x,y,z) which satisfies x +2y+3z=4 then it cannot satisfy x +2y+3z=5.
In 2nd case let’s put z = k then 2x+y=2-k and 2x+y =1-3k → which will give k = −12. Therefore for z = −12 we have infinite values of (x,y) for x +2y = 52. Therefore infinite solutions which is a consistent case.