Computational geometry is the study of efficient algorithms for solving geometric problems. The nearest neighbor problem involves identifying one point, out of a set of ...
BinormalDistribution[{\[Mu]_1, \[Mu]_2}, {\[Sigma]_1, \[Sigma]_\ 2}, \[Rho]] represents a bivariate normal distribution with mean {\[Mu]_1, \[Mu]_2} and covariance matrix ...
Graphics3D[primitives, options] represents a three-dimensional graphical image.
Resolve
(Built-in Mathematica Symbol) Resolve[expr] attempts to resolve expr into a form that eliminates ForAll and Exists quantifiers. Resolve[expr, dom] works over the domain dom. Common choices of dom are ...
SystemsModelFeedbackConnect[sys] gives the closed-loop system for the StateSpaceModel or TransferFunctionModel object sys with unity negative feedback. ...
VectorPlot[{v_x, v_y}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y. VectorPlot[{{v_x, v_y}, {w_x, ...
SQLTableInformation[conn] returns a list of information about the tables in an SQL connection.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
This document describes how to compile and run MathLink programs written in the C language on computers running a Microsoft Windows operating system. ("MathLink and External ...
Eigensystem[m] gives a list {values, vectors} of the eigenvalues and eigenvectors of the square matrix m. Eigensystem[{m, a}] gives the generalized eigenvalues and ...