Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
GeometricDistribution[p] represents a geometric distribution with probability parameter p.
LogPlot
(Built-in Mathematica Symbol) LogPlot[f, {x, x_min, x_max}] generates a log plot of f as a function of x from x_min to x_max. LogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log plots of several ...
Minimize[f, x] minimizes f with respect to x.Minimize[f, {x, y, ...}] minimizes f with respect to x, y, .... Minimize[{f, cons}, {x, y, ...}] minimizes f subject to the ...
PolarPlot[r, {\[Theta], \[Theta]_min, \[Theta]_max}] generates a polar plot of a curve with radius r as a function of angle \[Theta].PolarPlot[{f_1, f_2, ...}, {\[Theta], ...
SmoothDensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}] plots a smooth kernel histogram of the values {x_i, y_i}.SmoothDensityHistogram[{{x_1, y_1}, {x_2, y_2}, ...}, espec] ...
This document describes how to compile and run MathLink programs written in the C language on Linux systems. ("MathLink and External Program Communication" describes how to ...
The Mathematica function NIntegrate is a general numerical integrator. It can handle a wide range of one-dimensional and multidimensional integrals. Finding a numerical ...
All the functions FindMinimum, FindMaximum, and FindRoot take variable specifications of the same form. The function FindFit uses the same form for its parameter ...
Integrate[f, x] gives the indefinite integral \[Integral]f d x. Integrate[f, {x, x_min, x_max}] gives the definite integral \[Integral]_x_min^x_max\ f\ d x. Integrate[f, {x, ...