collocation_test


collocation_test, a MATLAB 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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

collocation, a MATLAB 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.

Source Code:


Last revised on 20 December 2018.