Mathematica gives you the power to visualize functions of two variables in multiple ways, including three-dimensional parametric plots, spherical plots, polar plots, and ...
Mathematica can plot parametric functions in both two and three dimensions. Use a parametric plot when you can express the x and y or x , y , and z coordinates at each point ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
SelectedNotebook[] gives the currently selected notebook in the front end.
Basic plotting functions. This plots a graph of sin(x) as a function of x from 0 to 2π. You can plot functions that have singularities. Mathematica will try to choose ...
ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values. ListPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a plot ...
By default, any interface definition executes within a single thread, and since currently GUIKit` definitions execute at runtime as Java components, this means that execution ...
Mathematica lets you determine the final rendered color of a 3D surface using simulated lighting, reflection, and glow. With the Glow option, you can color a 3D surface ...
Mathematica notebooks allow you to create documents that can be viewed interactively on screen or printed on paper. Particularly in larger notebooks, it is common to have ...
The standard front end interface, as discussed in "Using a Notebook Interface", is appropriate for most users' purposes. In some cases, however, you may not need to use the ...