I'm trying the following: urb(x):=x*ui/(x*(1-x)*%beta+1); deltaurb(x):=ui*x-urb(x); diff(deltaurb(x),x); solve(%,x); How can I make Maxima show only the "real" (not complex) solutions? hugo