Class Spline2DInterpolateEx3

java.lang.Object
com.imsl.test.example.math.Spline2DInterpolateEx3

public class Spline2DInterpolateEx3 extends Object

Computes a spline interpolant on a function and evaluates the partial derivatives.

A spline interpolant to a function $$f(x,y) = x^3y^2$$ is constructed. Then, the values of the partial derivative $$\frac{{\partial ^3 s\left( {x,y} \right)}}{{\partial x^2 2y}}$$ and the error are computed on a \(4 \times 4\) grid.
See Also:
  • Constructor Details

    • Spline2DInterpolateEx3

      public Spline2DInterpolateEx3()
  • Method Details

    • main

      public static void main(String[] args)