Consider the matrix differential equation where the initial value y_0 y(0)∈^m×p is given. Assume that y_0^Ty_0I, that the solution has the property of preserving ...
SQLColumnPrivileges[conn] returns a table of access rights about the columns in an SQL connection.
SQLTableExportedKeys[conn] returns a table of foreign key descriptions that reference the table's primary key.
SQLTableImportedKeys[conn] returns a table of primary key descriptions that are referenced by the table's foreign key.
SQLTableIndexInformation[conn] returns a table of indices and statistics for a table.
SQLTablePrimaryKeys[conn] returns a table of primary key descriptions.
SQLTablePrivileges[conn] returns a table of access rights about the tables in an SQL connection.
NDSolve uses norms of error estimates to determine when solutions satisfy error tolerances. In nearly all cases the norm has been weighted, or scaled, such that it is less ...
EulerSum
(Numerical Calculus Package Symbol) EulerSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f using Euler's transformation.EulerSum[f, {i, i_min, i_max, di}] uses a step ...
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 ...