DSolve[{Derivative[1][x][t] == 4*x[t], Derivative[1][y][t] == x[t] - 2*y[t], Derivative[1][z][t] == x[t] - 4*y[t] + z[t]},{x[t], y[t], z[t]},t]