There is a way to convert question from wolframalpha to mathematica code?
For example, I asked the question "notable people born in France" on [wolframalpha:http://www.wolframalpha.com/],
and I want to do the same on mathematica (Version 10).
Thanks.
Asked
Active
Viewed 190 times
0

Michal Vanunu
- 71
- 1
- 5
-
1It turns out that it's simply entering "=" at the beginning of [tag:mathematica]. – Michal Vanunu Nov 16 '14 at 11:00
1 Answers
0
As mentioned in a comment above, you can enter "=" at the beginning of a cell and then type your query.
However, you can also get more fine-grained control using WolframAlpha["your query"]
or WolframAlpha["your query", format]
.
Further information is available at the following URLs: http://reference.wolfram.com/language/ref/WolframAlpha.html http://reference.wolfram.com/language/guide/WolframAlphaIntegration.html

alev
- 1,334
- 9
- 7