MathGroup Archive 2004

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

Search the Archive

Re: Re: Programing operations with lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50885] Re: [mg50870] Re: [mg50856] Programing operations with lists
  • From: Andrzej Kozlowski <andrzej at akikoz.net>
  • Date: Sun, 26 Sep 2004 05:31:46 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 25 Sep 2004, at 14:55, Andrzej Kozlowski wrote:

> FF[{a_, b_}, {c_, d_}] :== If[a =B2 c < b, f[c] *d, 0]

I have done it again.  Of course it should to have been, :

FF[{a_, b_}, {c_, d_}] :== If[a <== c < b, f[c] *d, 0]

Andrzej

>  
> 
> 


  • Prev by Date: A list element replacement.
  • Next by Date: Re: Arg[z] that works with zero argument?
  • Previous by thread: Re: Programing operations with lists
  • Next by thread: trimming a string