I ask because the extent of Wolfram Language support seems completely undocumented.
And this is accepted:
ContourPlot3D[x^2 + y^2 + z^2 == 1]
Whereas this is not:
ContourPlot3D[x^2 + y^2 + z^2 == 1,Mesh -> None]
Thanks
ContourPlot3D[x^2 + y^2 + z^2 == 1, {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, Mesh -> True]
Wolfram Alpha doesn't understand that either. It responds: "Showing instead result for query: x^2 + y^2 + z^2 == 1".
Wolfram|Alpha understands mostly short natural language queries and just simple Wolfram Language syntax. For advanced code pieces use free version of Wolfram Programming Cloud.
Sam Carrettie added:
Wolfram|Alpha understands mostly short natural language queries
Source, please?
and just simple Wolfram Language syntax.
Where is this subset documented?
For advanced code pieces use free version of Wolfram Programming Cloud.
Thanks, but AFAICT that's missing needed Alpha features like web widgets.
Nice, but an an answer to the question would be nicer :)
Sorry to be unclear. I want to know the set of of Wolfram Language statements supported.
A plain list will do fine.
The general language
http://reference.wolfram.com/language/