Решить уравнение sin(x) cos(x) = 0 .
> f3:= x -> sin(x) * cos(x) ;
> plot(f3(x), x = 0..2*Pi, color = black);
> solve(f3(x) = 0, x);
Решение: