Whenever machine-precision numbers appear in a calculation, the whole calculation is typically done in machine precision. Mathematica will then give machine-precision numbers ...
The Lotka–Volterra system arises in mathematical biology and models the growth of animal species. Consider two species where Y_1(T) denotes the number of predators and Y_2(T) ...
To run Mathematica from within an external program requires making use of many general features of MathLink. The first issue is how to establish a MathLink connection to ...
SQLDelete deletes data from a database. An alternative, using raw SQL, is described in "Deleting Data with Raw SQL". If you find that the examples in this tutorial do not ...
SQLInsert inserts data into a database. An alternative, using raw SQL, is described in "Inserting Data with Raw SQL". If you find that the examples in this tutorial do not ...
Many SQL databases can be configured to require a username and password when a connection is made. This is useful for preventing unwanted access and restricting the range of ...
Sometimes it is useful to work directly with the request message that is sent to a web service. This message may be retrieved using the ToServiceRequest function. ...
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
EmpiricalDistribution[{x_1, x_2, ...}] represents an empirical distribution based on the data values x_i.EmpiricalDistribution[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] ...
PairedTTest[data] tests whether the mean of data is zero. PairedTTest[{data_1, data_2}] tests whether the mean of data_1\[Dash] data_2 is zero.PairedTTest[dspec, \[Mu]_0] ...