SystemsModelDimensions[sys] gives the number of inputs and outputs of a StateSpaceModel or TransferFunctionModel object sys.
Definitions such as f[x_]=x^2 specify values for functions. Sometimes, however, you need to specify general properties of functions, without necessarily giving explicit ...
Expressions are the main type of data in Mathematica. Expressions can be written in the form h[e_1,e_2,…]. The object h is known generically as the head of the expression. ...
The Mathematica side of a MathLink connection is set up to work exactly the same on all computer systems. But inevitably there are differences between external programs on ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a density histogram of the values {x_i, y_i}.DensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, bspec] plots a density ...
PairedBarChart[{y_1, y_2, ...}, {z_1, z_2, ...}] makes a paired bar chart with bar lengths y_1, y_2, ... and z_1, z_2, ..., respectively.PairedBarChart[{..., w_i[y_i, ...], ...
Annuity
(Built-in Mathematica Symbol) Annuity[p, t] represents an annuity of fixed payments p made over t periods.Annuity[p, t, q] represents a series of payments occurring at time intervals q.Annuity[{p, ...