|
[Date Index]
[Thread Index]
[Author Index]
Folding Deltas
- To: mathgroup at smc.vnet.net
- Subject: [mg56876] Folding Deltas
- From: baermic at yahoo.com
- Date: Mon, 9 May 2005 01:45:57 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Can anyone help to verify in Mathematica the expression given by Rota
(http://xoomer.virgilio.it/maurocer/Text07.htm):
Convolution ( Sum of DiracDeltaFct ** Sum of DiracDeltaFct) == Sum
(DiracDeltaFct + Values).
I tied
Integrate[DiracDelta[t] DiracDelta[t - 2] , {t, -3, 3} ]
which does not evaluate;
but
Integrate[DiracDelta[t] DiracDelta[t - 2] , {t, -3, 1} ] +
Integrate[DiracDelta[t] DiracDelta[t - 2] , {t, 1, 3} ] == 0
True
( I use ver 5.1 with W2k)
Prev by Date:
Re: InitializationCell -> Toggle shortcut key
Next by Date:
Partitioning a list from an index
Previous by thread:
Re: FilledPlot: Curves->Back option and Epilog not working?
Next by thread:
Re: Folding Deltas
|