dsolve({diff(x(t),t) = x(t)*(y(t)-z(t)), diff(y(t),t) = y(t)*(z(t)-x(t)), diff(z(t),t) = z(t)*(x(t)-y(t))})