interpolating function
- To: mathgroup at smc.vnet.net
- Subject: [mg22216] interpolating function
- From: bernd at bio.vu.nl (Bernd Brandt)
- Date: Fri, 18 Feb 2000 02:34:55 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Mathgroup members, I have been plotting, using interpolating functions: Show[Plot[Con[x] /. sol1, {x, 0, 10}], Plot[Con[x] /. sol2, {x, 10, 12}]] I imagine there is a way to join up these two interpolating functions to cover to complete domain {x, 0, 10} in one Interpolating function object. However, I cannot find how to do this. Any suggestions would be appreciated. Thank you. Bernd
- Follow-Ups:
- Re: interpolating function
- From: Jean-Marie Thomas <jmt@agat.net>
- Re: interpolating function