$MaxPrecision gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
Introduction to DatabaseLink Getting Started Database Connections
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
This loads packages containing some test problems and utility functions. One of the first and simplest methods for solving initial value problems was proposed by Euler: ...
Definition[symbol] prints as the definitions given for a symbol.
PolynomialQuotient[p, q, x] gives the quotient of p and q, treated as polynomials in x, with any remainder dropped.
Mathematica is uniquely suited for processing symbolic expressions because of its powerful pattern-matching abilities and large collection of built-in structural manipulation ...
FindDistributionParameters[data, dist] finds the parameter estimates for the distribution dist from data.FindDistributionParameters[data, dist, {{p, p_0}, {q, q_0}, ...}] ...
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving ...