MmaTranslator[Mma]
Show
display plots
Calling Sequence
Parameters
Description
Examples
Show(arguments)
arguments
-
Maple translation of the Mathematica command arguments
The Show command displays two- and three-dimensional plots.
with⁡MmaTranslatorMma:
Show⁡plot3d⁡cos⁡x⁢y,x=−2..2,y=−2..2,axes=BOXED
Alternatively, you can use the FromMma command with the evaluate option specified.
with⁡MmaTranslator:
FromMma⁡`Show[Plot3D[Cos[x y], {x, -2, 2}, {y, -2, 2}]]`,evaluate
See Also
MmaTranslator
MmaTranslator[FromMma]
Download Help Document