NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
Finding elements that match a pattern. This gives the elements of the list which match the pattern x^_. Here is the total number of elements which match the pattern.
Defining local constants. Module allows you to set up local variables, to which you can assign values and then change them. Often, however, all you really need are local ...
Restriction scripts can be very useful in managing sitewide installations of Mathematica. They can be used to prevent access to Mathematica by unauthorized users on the ...
The Mathematica function DSolve finds symbolic solutions to differential equations. (The Mathematica function NDSolve, on the other hand, is a general numerical differential ...
Some operators used in basic arithmetic and algebra. Note that the for ∖[Cross] is distinguished by being drawn slightly smaller than the × for ∖[Times]. Interpretation of ...
The connectivity and data-processing capabilities of Mathematica make it ideal for importing and analyzing data displayed on a website. In most cases, this is relatively ...
CUDAFourier[list] finds the discrete Fourier transform of a list of complex numbers.CUDAFourier[mem] finds the discrete Fourier transform of a CUDAMemory.
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
StringCases["string", patt] gives a list of the substrings in " string" that match the string expression patt. StringCases["string", lhs -> rhs] gives a list of the values of ...