In using Mathematica, you sometimes need to repeat an operation many times. There are many ways to do this. Often the most natural is in fact to set up a structure such as a ...
The essence of most methods is in the local quadratic model that is used to determine the next step. The FindMinimum function in Mathematica has five essentially different ...
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) ...
The aim of these tutorials is to provide a self-contained working guide for solving different types of problems with DSolve. The first step in using DSolve is to set up the ...
DatabaseExplorer[] launches a graphical user interface to DatabaseLink.
SQLResultSetClose[rs] closes a result set.
AddPeriodical[expr, interval] adds the computation expr to the set of operations that are periodically performed automatically.
JavaClass[classname, n] represents a Java class with the specified name.
GetNETException[] returns the .NET exception object that was thrown in the most recent call from Mathematica to .NET.