DiscreteRiccatiSolve[{a, b}, {q, r}] gives the matrix x that is the stabilizing solution of the discrete algebraic Riccati equation ConjugateTranspose[a].x.a - x - ...
SubscriptBox[x, y] is the low-level box representation for x_y in notebook expressions.
Update
(Built-in Mathematica Symbol) Update[symbol] tells Mathematica that hidden changes have been made which could affect values associated with a symbol. Update[] specifies that the value of any symbol could ...
Mathematica integrates many aspects of statistical data analysis, from getting and exploring data to building high-quality models and and deducing consequences. Mathematica ...
Mathematica provides hundreds of options to control every aspect of the construction and styling of graphics. The options are carefully designed to be both flexible and ...
Mathematica provides broad and deep built-in support for both programmatic and interactive modern industrial-strength image processing —fully integrated with Mathematica's ...
QuotientRemainder[m, n] gives a list of the quotient and remainder from division of m by n.
Your First Mathematica Calculations Arithmetic Defining Variables
ComposeSeries[series_1, series_2, ...] composes several power series.
UpSet
(Built-in Mathematica Symbol) lhs ^= rhs assigns rhs to be the value of lhs, and associates the assignment with symbols that occur at level one in lhs.