Module and With allow you to give a specific list of symbols whose names you want to treat as local. In some situations, however, you want to automatically treat certain ...
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, ...
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 ...
CUDACCompilers[] gives a list of C compilers detected on system and supported by NVCCCompiler.
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.
SQLCreateTable creates a new table in a database. An alternative, using raw SQL, is described in "Creating Tables with Raw SQL". If you find that the examples in this ...
Secure Socket Layer (SSL) is a protocol for providing secure transactions between servers and clients. It uses a certificate to identify one or both ends of the transaction. ...