One of the most important issues for using a database is the conversion of data as it is stored and retrieved from a database. This tutorial will discuss how Mathematica ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
Root
(Built-in Mathematica Symbol) Root[f, k] represents the exact k\[Null]^th root of the polynomial equation f[x] == 0. Root[{f, x_0}] represents the exact root of the general equation f[x] == 0 near x = ...
Cashflow[{c_0, c_1, ..., c_n}] represents a series of cash flows occurring at unit time intervals.Cashflow[{c_0, c_1, ..., c_n}, q] represents cash flows occurring at time ...
ChiDistribution[\[Nu]] represents a \[Chi] distribution with \[Nu] degrees of freedom.
Gamma
(Built-in Mathematica Symbol) Gamma[z] is the Euler gamma function \[CapitalGamma](z). Gamma[a, z] is the incomplete gamma function \[CapitalGamma](a, z). Gamma[a, z_0, z_1] is the generalized incomplete ...
GraphDistanceMatrix[g] gives the matrix of distances between vertices for the graph g.GraphDistanceMatrix[g, d] gives the matrix of distances between vertices of maximal ...
MaxwellDistribution[\[Sigma]] represents a Maxwell distribution with scale parameter \[Sigma].
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...