Consistent and Inconsistent Linear Systems
Key Questions
-
Two curves are consistent if it is possible for some point to be on both. (Being on one curve is consistent with being on the other.) There is an intersection. (Possibly many intersections.)
Two curves are inconsistent is it is impossible for any point to be on both. (Being on one curve is inconsistent with being on the other -- it contradicts, being on the other.) There is no intersection.
Statements are consistent if it is possible for both to be true, statements are inconsistent if it is not possible for both to be true. (The truth of one is consistent or inconsistent with the truth of the other.)
-
Answer:
From the category in which this question is asked, I will assume you mean a finite linear system of equations. If such a system is in
nn variables, then there aren + 2n+2 kinds of solutions.Explanation:
If a linear system involves
nn variables,x_1, x_2,..x_nx1,x2,..xn , then the solution set will take one of the followingn + 2n+2 forms:(0) The empty set. The system is inconsistent and has no solutions.
(1) A unique solution in the form of annn -tuple
(2) A line of solutions expressible as:x_1 = a_1*t + b_1x1=a1⋅t+b1
x_2 = a_2*t + b_2x2=a2⋅t+b2
...
x_n = a_n*t + b_nxn=an⋅t+bn for all
t in RR (3) A plane of solutions expressible as:
x_1 = a_1*t_1 + b_1*t_2 + c_1
x_2 = a_2*t_1 + b_2*t_2 + c_2
...
x_n = a_n*t_1 + b_n*t_2 + c_n for all
(t_1, t_2) in RR xx RR ...
(n+1) The whole ofRR^n -
A system of equations is said to be consistent if it has at least one solution; otherwise, it is inconsistent.
I hope that this was helpful.