Homogeneous System of Equations
A system of equations is called homoegenous if each of the contstant terms is equal to 0. A homogeneous system therefore has the form: where are coefficients and are variables
Encoding a system of Equations into Matrix Vector Multiplication
The solution set of the following system of equations is the same as the solution set for
TODO
Solution space of a homogeneous system of equations
Given a homogenous system of equations embedded in , where is an matrix. We Define the solution space to be
The solution space of a homogeneous system of equations forms a subspace
of
TODO
Basis for a Solution Space
Find a basis for the solution space of the following matrix encoded system of equations
The matrix can be row reduced to the following form:
Which represents the following system of equations
Since and are free variables, we let and set and , now using back substitution, we can deduce the following
Therefore the solution set is given by
It can be confirmed that the two vectors and are linearly independent due to the non-matching zero in the third component, thus the solution space can be written as , therefore a possible basis for the solution set is .