Hello
Let's take a simple example:
WolframAlpha["get arclength of sin of x from 0 to 3Pi/2"]
I get back in a pod the symbolic result with its numeric value (5.73) and in another pod a nice graphic.
Without the help of WolframAlpha
ArcLength[{Sin[\[Theta]]}, {\[Theta], 0, 3 Pi/2 }]
which returns 3 and I'm fairly sure this answer is correct
So the first pod has a different answer and I would like to know which Mathematica input code did WolframAlpha use in order to understand what is going on (and also how the symbolic integral was constituted in the output).
The graphics in the second pod would take me a long time to achieve with Mathematica only. Wouldn't it be very pedagogic if the code built to produce it could be accessed ?
Thanks