Do any of you know how to compare alternative forms of equations in maple? No matter of what maple says false when I try to compare my two equations but I know they are the same.
\begin{align*} f(x) &= \frac{\sqrt{3}}{4} - \frac{3}{2}x^{2} + 100x\\ g(x) &= x\left(100-\frac{3}{2}x\right) + \frac{1}{2}x^{2}\sin(60^{\circ}) \end{align*}
I've tried
is(f(x)=g(x))
evalb(f(x)=g(x))
so far so good, but both report false while I know they are the same equations and wolfrom also reports true.
hint
replace $\sin (60) $ by $\sin (\frac \pi 3) $
and
add $x*x $ after $\sqrt {3} $ in the expression of $f (x) $ and try
you should get $0$.