Tan
(Built-in Mathematica Symbol) Tan[z] gives the tangent of z.
TukeyLambdaDistribution[\[Lambda]] represents Tukey's lambda distribution with shape parameter \[Lambda].TukeyLambdaDistribution[\[Lambda], \[Mu], \[Sigma]] represents ...
Cellular automata provide a convenient way to represent many kinds of systems in which the values of cells in an array are updated in discrete steps according to a local ...
With <<, you can read files that contain Mathematica expressions given in input form. Sometimes, however, you may instead need to read files of data in other formats. For ...
Tensors are mathematical objects that give generalizations of vectors and matrices. In Mathematica, a tensor is represented as a set of lists, nested to a certain number of ...
CreateLibrary[src, name, "Compiler" -> NVCCCompiler] compiles a string of CUDA code in src into a library and returns the full path to the library.CreateLibrary [{ file, ...
SQLColumns[conn] returns the SQLColumn objects for each column in an SQL connection.
Database connection pools are a common way to improve the performance of database operations. They can be useful because creating a new connection can easily take several ...
Welcome to .NET/Link, a product that integrates Mathematica and Microsoft's .NET platform. .NET/Link lets you call .NET from Mathematica in a completely transparent way, and ...
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...