Equations with functions (such as sin and cosine) are not considered linear
Equations with the form 1 = 1 are also linear
System of linear equations (SLE)
Example system=⎩⎨⎧x+2y+z=0x−y+3z=−2x+0y−z=4
Note the 0y; must have all variables present in the system for each equation
Acts as a constraint on a set of points
Even one equation can count as a system of linear equations; the constraints are just limited to that one equation
In two dimensions, linear equations can be thought of as lines (such as x - 3y = -3 or 2x + y = 8)
Usually has one solution: the intersecting point
Systems of linear equations can also have no solutions (such as when two lines are parallel to each other) or infinite solutions (such as when the lines are the same)
Systems with no solutions are unsolvable
With these observations, systems of linear equations can either have zero, one, or infinite solutions; no in-betweens
Suppose that (r1,r2) and (s1,s2) both solve {ax+by=αcx+dy=βand t∈R. Therefore, the point (tr1+(1−t)s1,tr2+(1−t)s2) also solves the system of equations. Plugging in this point into the original system gives us:a(tr1+(1−t)s1)+b(tr2+(1−t)s2)=atr1+a(1−t)s1+btr2+b(1−t)s2=t(ar1+br2)+(1−t)(as1+bs2)=tα+(1−t)α=αTherefore, any value of t can transform the two points, meaning that there are infinite solutions.
Essentially, if there are 2, 3, 4, etc. points, then there are infinite points that satisfy the system