NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...
Quantile[list, q] gives the q\[Null]\[Null]^th quantile of list. Quantile[list, {q_1, q_2, ...}] gives a list of quantiles q_1, q_2, .... Quantile[list, q, {{a, b}, {c, d}}] ...
With Mathematica's citation management features, you can annotate and add references to research papers written using Mathematica. These features work in conjunction with the ...
When Mathematica plots a graph for you, it has to make many choices. It has to work out what the scales should be, where the function should be sampled, how the axes should ...
Patterns stand for classes of expressions. They contain pattern objects that represent sets of possible expressions. Pattern objects. When several pattern objects with the ...
You can use files on your computer system to store definitions and results from Mathematica. The most general approach is to store everything as plain text that is ...
.NET/Link lets you write sophisticated user interfaces by calling .NET types directly from Mathematica. Doing so allows you to evaluate code as you add it, either one or ...
Mathematica provides built-in support for both programmatic and interactive image processing, fully integrated with Mathematica's powerful mathematical and algorithmic ...
NDSolve is broken up into several basic steps. For advanced usage, it can sometimes be advantageous to access components to carry out each of these steps separately. NDSolve ...
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[{..., ...