NFourierTransform[expr, t, \[Omega]] gives a numerical approximation to the Fourier transform of expr evaluated at the numerical value \[Omega], where expr is a function of t.
NInverseDTFourierTransform[expr, \[Omega], n] gives a numerical approximation to the inverse discrete time Fourier transform of expr evaluated at the integer n, where expr is ...
NInverseFourierCosTransform[expr, \[Omega], t] gives a numerical approximation to the inverse Fourier cosine transform of expr evaluated at the numerical value t, where expr ...
NInverseFourierSinTransform[expr, \[Omega], t] gives a numerical approximation to the inverse Fourier sine transform of expr evaluated at the numerical value t, where expr is ...
NInverseFourierTransform[expr, \[Omega], t] gives a numerical approximation to the inverse Fourier transform of expr evaluated at the numerical value t, where expr is a ...
GraphEdit[] opens an interactive graph editor.GraphEdit[g] plots the graph g in the interactive graph editor.
DistanceMatrix[list] gives a matrix of distances or dissimilarities between the elements of list.
NewtonCotesWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Newton-Cotes formula for quadrature on the interval a to b, where w_i is the ...
ToVerboseXML[expr] generates an equivalent SymbolicXML expression that explicitly exposes all the namespace information for elements and attributes in expr. ...
All bracketing characters in Mathematica must be balanced. That is, every type of opening bracket must be balanced by a corresponding closing bracket. If there is an ...