Re: best solution?
- To: mathgroup at smc.vnet.net
- Subject: [mg22963] Re: [mg22899] best solution?
- From: Daniel Reeves <dreeves at eecs.umich.edu>
- Date: Fri, 7 Apr 2000 02:54:44 -0400 (EDT)
- References: <200004050241.WAA01036@smc.vnet.net> <8ch9iv$95n@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> (If you don't have version 4, then replace @@@ by the alternative
> input form:
>
> In[5]:= Hold[F[x] @@@ k] // InputForm
> Out[5]//InputForm=
> Hold[Apply[F[x], k, {1}]]
> )
Or you can actually replace the
@@@
with
@@#&/@
Ugly, but I do it that way so it's easy to switch over to the ver4 way
sometime in the near future when I can feel sure that my code won't ever
need to run on ver3 anymore.
-- -- -- -- -- -- -- -- -- -- -- --
Daniel Reeves http://ai.eecs.umich.edu/people/dreeves/
"Never try to baptize a cat." -- Laura, age 13
- References:
- best solution?
- From: "Peter Weijnitz" <peter.weijnitz@perimed.se>
- best solution?