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