SystemsModelDelete[sys, {i_1, i_2, ...}] deletes the subsystem of the StateSpaceModel or TransferFunctionModel object sys associated with inputs at position ...
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
The representation of algebraic numbers. When you enter a Root object, the polynomial that appears in it is automatically reduced to a minimal form. This extracts the pure ...
If you have an equation like 2x==0, it is perfectly clear that the only possible solution is x->0. However, if you have an equation like ax==0, things are not so clear. If a ...
Ways to change the overall options for a notebook. This creates a notebook displayed in a 40×30 window with a thin frame. Style options for a notebook.
Mathematica saves information about every plot you produce, so that you can later redraw it. When you redraw plots, you can change some of the options you use. Functions for ...
General options for text formatting. If you have a large block of text containing no explicit newline characters, then Mathematica will automatically break your text into a ...
All the functionality in Geometry`Rotations` is now available in the built-in Mathematica kernel function RotationTransform.
VTK
(Mathematica Import/Export Format) Visualization Toolkit format. Used for storage of 3D models. Native format of the open-source Visualization Toolkit software. ASCII or binary format. VTK is an acronym ...
EdgeCount[g] gives a count of the number of edges in the graph g.EdgeCount[g, patt] gives a count of the number of edges that match the pattern patt.