EndOfString represents the end of a string for purposes of matching in StringExpression.
StartOfString represents the start of a string for purposes of matching in StringExpression.
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
Solving linear first-order ODEs is straightforward and only requires the use of a suitable integrating factor. In sharp contrast, there are a large number of methods ...
NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
Mathematica's unified symbolic architecture allows immediate generalization of part-oriented list operations to arbitrary expressions —supporting operations both on ...
PolynomialExtendedGCD[poly_1, poly_2, x] gives the extended GCD of poly_1 and poly_2 treated as univariate polynomials in x.PolynomialExtendedGCD[poly_1, poly_2, x, Modulus ...
Mathematica provides a carefully chosen set of functions for accessing elements of lists either using indices or positions, or using patterns or criteria for their values.
Systems of ODEs are important in various fields of science, such as the study of electricity and population biology. Like single ODEs, systems of ODEs can classified as ...
Casoratian[{y_1, y_2, ...}, n] gives the Casoratian determinant for the sequences y_1, y_2, ... depending on n.Casoratian[eqn, y, n] gives the Casoratian determinant for the ...