Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...
RescalingTransform[{{x_min, x_max}, {y_min, y_max}, ...}, {{xp_min, xp_max}, ...}] gives a TransformationFunction that rescales the region with coordinate ranges x_min to ...
Slider2D[{x, y}] represents a 2D slider with settings x and y in the range 0 to 1. Slider2D[Dynamic[pt]] takes the setting to be the dynamically updated current value of pt, ...
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
Here is an implementation of the J/Link RealTimePlotting example written with the GUIKit` package.
ChampernowneNumber[b] gives the base-b Champernowne number C_b.ChampernowneNumber[] gives the base-10 Champernowne number.
ControllerManipulate[expr, {u, u_min, u_max}] generates a version of expr set up to allow interactive manipulation of the value of u using an external controller ...
ExtentElementFunction is an option to DiscretePlot and DiscretePlot3D that gives a function to use to generate the primitives for rendering each extent element.