Start by writing the augmented matrix for the system. Since all equations are equal to 0, the augmented matrix will only consist of the coefficients of the variables: \[ \begin{bmatrix} \frac{1}{3} & 2 & -6 \\ -4 & 0 & 5 \\ -3 & 6 & -13 \\ -\frac{7}{3} & 2 & -\frac{8}{3} \end{bmatrix} \]
To simplify calculations, eliminate fractions by multiplying each row by the least common multiple (LCM) of the denominators. For example: - Multiply Row 1 by 3 to eliminate the fraction. - Multiply Row 4 by 3 to eliminate the fractions.
Perform row operations (swapping rows, multiplying rows by constants, or adding/subtracting rows) to transform the matrix into row-echelon form. Look for a leading 1 in the first column and use it to eliminate the entries below it. Repeat this process for the remaining columns.