MathGroup Archive 2003

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

Search the Archive

ListConvolve?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42437] ListConvolve?
  • From: guillerm at usal.es
  • Date: Tue, 8 Jul 2003 04:37:18 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear friend:
I has two lists:
days = {t1, t2, t3};
retention = {f[b0, c0, t], f[ b1, c1, t], f[b2, c2, t]};

I wish obtain this output:

{f[b0, c0, t1], f[b0, c0, t2] +  f[b1, c1, t1] ,
        f[b0, c0, t3] +  f[b1, c1, t2] +  f[b2, c2, t1] } // TableForm

I have obtain a solution but it not efficient and my lists are alredy large 
(here are examples). Any help?

Thanks 

Guillermo

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/



  • Prev by Date: WeibullDistribution
  • Next by Date: Ouput Form
  • Previous by thread: Re: WeibullDistribution
  • Next by thread: Re: ListConvolve?