SymmetricMatrixQ[m] tests whether m is a symmetric matrix.
UpperTriangularize[m] gives a matrix in which all but the upper triangular elements of m are replaced with zeros. UpperTriangularize[m, k] replaces with zeros only the ...
In data analysis, it is often necessary to clean a dataset before analyzing it. Data points with missing entries or that contain invalid values must be removed or replaced by ...
Outer
(Built-in Mathematica Symbol) Outer[f, list_1, list_2, ...] gives the generalized outer product of the list_i, forming all possible combinations of the lowest-level elements in each of them, and feeding ...
AbsoluteTime[] gives the total number of seconds since the beginning of January 1, 1900, in your time zone.AbsoluteTime[{y, m, d, h, m, s}] gives the absolute time ...
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
LongestCommonSequence[s_1, s_2] finds the longest sequence of contiguous or disjoint elements common to the strings or lists s_1 and s_2.
Option Inspector view and set all option values for cells, notebooks, and global preferences.
With Mathematica, the enormous parallel processing power of Graphical Processing Units (GPUs) can be used from an integrated built-in interface. Incorporating GPU technology ...
SpheroidalJoiningFactor[n, m, \[Gamma]] gives the spheroidal joining factor with degree n and order m.