Combining several InterploatingFunction to one
- To: mathgroup at smc.vnet.net
- Subject: [mg30209] Combining several InterploatingFunction to one
- From: Max Ulbrich <ulbrich at biochem.mpg.de>
- Date: Thu, 2 Aug 2001 03:16:03 -0400 (EDT)
- Organization: Rechenzentrum der Max-Planck-Gesellschaft in Garching
- Sender: owner-wri-mathgroup at wolfram.com
Hi, does anyone know how to combine several interpolating functions to ONE single interploating function? I now have Which[0. <= t <= 0.01, InterpolatingFunction[{{0., 0.01}}, "<>"], 0.01 <= t <= 0.02, InterpolatingFunction[{{0.01, 0.02}}, "<>"], 0.02 <= t <= 0.03, InterpolatingFunction[{{0.02, 0.03}}, "<>"]][t] but I would like to have InterpolatingFunction[{{0., 0.03}}, "<>"][t] that is piecewise defined from all of the three. Suggestions please to ulbrich at biochem.mpg.de Thanks! Max