DSolve[{a*Derivative[1][x][t] == (b - c)*y[t]*z[t], b*Derivative[1][y][t] == (-a + c)*x[t]*z[t], c*Derivative[1][z][t] == (a - b)*x[t]*y[t]},{x[t], y[t], z[t]},t]