collocation_test, an Octave code which calls collocation(), which implements the collocation method, a general technique which begins with an equation satisfied by a function f(x) defined over a continuous domain, and uses collocation to produce a function g(x) from some specified collocation function space, which solves the equation exactly, but only at a discrete set of points.
The information on this web page is distributed under the MIT license.
collocation, an Octave code which demonstrates some simple examples of the use of collocation to produce a function g(x) that satisfies the same constraints as a function f(x), but only at a discrete set of points.