|
[Date Index]
[Thread Index]
[Author Index]
FW: Do loop var in deferred assignment
- To: mathgroup at smc.vnet.net
- Subject: [mg24321] FW: [mg24287] Do loop var in deferred assignment
- From: Wolf Hartmut <hwolf at debis.com>
- Date: Sun, 9 Jul 2000 04:52:32 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
[Hartmut Wolf]
It must of course be:
.... and yet another one
> Remove[degradation]
>
> (degradation[#][t_] := kdegrad[#]*concentration[#][t]) & /@ Range[10];
>
> Information["degradation", LongForm -> False]
>
> SubValues[degradation]
>
(# has to replace any occurance of i)
> Kind regards,
> Hartmut
Prev by Date:
Problem with antiderivtive of ArcSec
Next by Date:
Re: Memory problems using mathlink (Sparse Matrix)
Previous by thread:
Do loop var in deferred assignment
Next by thread:
Re: Do loop var in deferred assignment
|