ShearingTransform[\[Theta], v, n] gives a TransformationFunction that represents a shear by \[Theta] radians along the direction of the vector v, normal to the vector n, and ...
BubbleChart3D[{{x_1, y_1, z_1, u_1}, {x_2, y_2, z_2, u_2}, ...}] makes a 3D bubble chart with bubbles at positions {x_i, y_i, z_i} with sizes u_i.BubbleChart3D[{..., ...
NIntegrate Introduction NIntegrate Integration Strategies NIntegrate Integration Rules
This equation is solved by simply integrating the right-hand side with respect to x. Here is a plot of the integral curves for different values of the arbitrary constant C[1].
Cuboid
(Built-in Mathematica Symbol) Cuboid[{x_min, y_min, z_min}] is a three-dimensional graphics primitive that represents a unit cube, oriented parallel to the axes. Cuboid[{x_min, y_min, z_min}, {x_max, ...
Special forms for some common symbols. This is equivalent to Sin[60Degree]. Here is the long form of the input.
Unicode: 222E. Alias: Esc cint Esc. Compound operator. ∮ f x is by default interpreted as ContourIntegral[f,x].
Unicode: 2233. Alias: Esc cccint Esc. Compound operator. ∳ f x is by default interpreted as CounterClockwiseContourIntegral[f,x].
Boole
(Built-in Mathematica Symbol) Boole[expr] yields 1 if expr is True and 0 if it is False.