The higher the number of equations in a system, the higher the complexity of the algebra required to find a solution: this can be made more simple by removing the +'s, the variables, and the ='s.
This allows us to write the system a11x1+a12x2+…+a1nxn=b1a21x1+a22x2+…+a2nxn=b2⋮am1x1+am2x2+…+amnxn=bm, as so: ⎣⎡a11a12…a1nb1a21a22…a2nb2⋮am1am2…amnbm⎦⎤
This is the augmented matrix for the system.
The basic method for solving a system is to apply algebraic operations to the system that preserve the solution set, to produce increasingly simple systems, until it can be determined if the system is consistent. The algebraic operations are:
Multiplying each term of an equation by a constant.
Interchanging two equations.
Multiplying each term of an equation by a constant and adding it to another equation.
Due to the relationship between rows of a matrix and equations in a system, these operations are easily applied to matrices, where equations become the rows.
Linear in all three. The third term, 2x3 was tricky, as linear equations do not involve roots of __variables__, so seeing a radical confused me, but it turns out, in this case, 2 is a constant by which x3 is multiplied, and thus is valid.
b.) x1+3x1+x1x3=2
Not linear in all three. The terms x1 and 3x2 are linear, but x1x3 is a product of variables, which is a violation of the definition of a linear equation.
c.) x1=−7x2+3x3
Linear in all three, no products, roots of variables, or powers beyond the first.
d.) x1−2+x2+8x3=5
Not linear in all three, as the term x1−2 is raised to the second power, and violates the definition of a linear equation.
Not linear in both, due to exponentiation of the first variable in the first term and the square root of the second variable in the second term.
c.) cos(7π)x−4y=log3
Linear in both. The first term is a bit dense but cos(7π) is a constant by which the variable is multiplied- the variable itself is consistent with definitions of linear equations.
d.) 7πcosx−4y=0
Not linear in both as the cos(x) is a trigonometric function applied to the first variable which is a violation of the definition of linear equations.
e.) xy=1
Not linear in both, products of variables aren't valid.