|
KroneckerDelta
KroneckerDelta[ , , ... ] gives the Kronecker delta , equal to 1 if all the are equal, and 0 otherwise.
KroneckerDelta[0] gives 1; KroneckerDelta[n] gives 0 for other numeric n.
KroneckerDelta has attribute Orderless.
See Section 3.2.4.
See also: DiscreteDelta, IdentityMatrix, Equal, UnitStep, If, Signature, DiracDelta.
New in Version 4.
Further Examples
|