MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Change multiplication operations into convolution operations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73587] Change multiplication operations into convolution operations
  • From: "Zhao, Liang" <ZhaoL at MedImmune.com>
  • Date: Thu, 22 Feb 2007 04:39:05 -0500 (EST)

If I want to change the multiplication operations  into convolution
operations in an arbitrary function such as
C1 F1[t] F2[t] + C2 F3[t] F4[t] F1[t],
where Fi(t) represents functions of t and Ci represents constant, into
C1 F1[t] * F2[t] + C2 F3[t] * F4[t] * F1[t], where "*" indicate
convolution.

any good elegant way to do it? High appreciations!

Liang




  • Prev by Date: RE: Map function which adds last two numbers of a list
  • Next by Date: mouse wheel with Mathematica on Linux
  • Previous by thread: Re: Maclaurin series for ArcCosh[x]
  • Next by thread: Re: Change multiplication operations into convolution operations