Integrating SplineFunction[Cubic, ]
- To: mathgroup@smc.vnet.net
- Subject: [mg12660] Integrating SplineFunction[Cubic, ]
- From: "Todd Rose" <toddrose@sprynet.com>
- Date: Sat, 30 May 1998 17:36:49 -0400
- Organization: Sprynet News Service
Is it possible to integrate SplineFunction[Cubic, ]s? I would like to use an L2 norm to compare my SplineFit output to my original function. I could write an algorithm to do this using Transpose and the linear operator for differentiation of polynomials on the InputForm of the SplineFunction, but I would prefer to use all the built in functionality of Mathematica that I can.