variable amount of Interpolation points
- To: mathgroup at smc.vnet.net
- Subject: [mg123725] variable amount of Interpolation points
- From: Konny <konstantinweixelbaum at googlemail.com>
- Date: Fri, 16 Dec 2011 05:53:32 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Is there a way to iterate inside an interpolation?? I am thinking to make the amount of interpolation points variable. I tried this, but had no luck Interpolation[{For[i = 0, i < 4, i++, {i, 2 i}]}] Thanks in advance for any help!
- Follow-Ups:
- Re: variable amount of Interpolation points
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: variable amount of Interpolation points