Use the Gauss-Jordan method to solve the matrix equation A = b for the given matrix A and the given vector b.
A = [[12, 18, 2], [4, 4, 1], [-4, -6, -1]] and b = [[52], [8], [-16]]
If the system has an infinite number of solutions, express them in terms of the parameter z.
x =
y =
z =
Explain: