Hacker News new | ask | show | jobs
by JoachimSchipper 5191 days ago
Yes, but it times out rather quickly. Mathematica is much more powerful.

(For those interested: the relevant syntax is

    Integrate[x^2, x]
or

    Integrate[x^2, {x, 0, 1}]
You can find more Mathematica at http://reference.wolfram.com/mathematica/guide/Mathematica.h...; searching the Mathematica docs is often easier than figuring out which textual query Wolfram|Alpha understands.)