sinc (alias: sinx)

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 12:52, 21 April 2011 by 193.171.195.48 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Compute the function sin(x) / x.

Usage
sinc(x)
x
a scalar, vector or matrix
Result
The result r of this function has always the same type as the argument x.
xi,j = 0: ri,j = 1
otherwise: ri,j = sin(xi,j) / xi,j
See also
sin

<function list>

Navigation menu

Personal tools