Definicni obor funkce lze zkoumat jako dve nerovnosti
>
f:=x->log(x);
>
a:=solve(f(x)>0,x);
>
b:=solve(f(x)<0,x);
>
a union b;
>
simplify (%);
>
>
>