Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Elementary Functions >

Sinc

Sinc[z]
gives sinc(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The argument of Sinc is assumed to be in radians. (Multiply by Degree to convert from degrees.)
  • Sinc[z] is equivalent to Sin[z]/z for z!=0, but is 1 for z=0.
  • For certain special arguments, Sinc automatically evaluates to exact values.
  • Sinc can be evaluated to arbitrary numerical precision.
  • Sinc automatically threads over lists.
The argument is given in radians:
Plot sinc(x):
Find Fourier transform of Sinc:
Evaluate numerically:
Evaluate for complex numbers:
Sinc threads element-wise over lists:
TraditionalForm formatting:
Sinc can be applied to a power series:
Sinc can be applied to real-valued intervals:
Single-slit diffraction pattern for a 4Lambda slit:
Sinc-filtered Cauchy distribution:
A sinc signal is unaltered by sinc filter:
Use FunctionExpand to expand expressions involving Sinc:
Use FullSimplify to simplify expressions involving Sinc:
Non-trivial minima and maxima of Sinc do not have ordinary closed forms:
Find numerical approximations:
A surprising sequence:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team