There are some close connections between finding a "local minimum" and solving a set of nonlinear equations. Given a set of n equations in n unknowns, seeking a solution r(x) ...
One significant advantage Mathematica provides is that it can symbolically compute derivatives. This means that when you specify Method->"Newton" and the function is ...
Mathematica includes many commands for word processing and formatting. You can set the following cell options from the Format menu: style, font, face, size, text color, ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...
CUDAImageAdd[img, x] adds an amount x to each channel value in img.CUDAImageAdd[mem, x] adds an amount x to each channel value in mem.CUDAImageAdd[img 1, img 2] gives an ...
DatabaseLink provides functions for working with data stored in tables in SQL databases. Operations such as searching, inserting, and deleting are supported. They also ...
DatabaseExplorer[] launches a graphical user interface to DatabaseLink.
SQLCatalogNames[conn] returns the names of the catalogs in an SQL connection.
SQLResultSetClose[rs] closes a result set.
SQLSchemaNames[conn] returns the names of the schema in an SQL connection.