cpr
cpr,
a MATLAB code which
implements the Chebyshev Proxy Rootfinder (CPR) to locate all the
real zeros of a smooth real function f(x) within an interval [a,b],
by John Boyd.
Licensing:
The information on this web page is distributed under the MIT license.
Related Programs:
cpr_test
Author:
John Boyd
Reference:
-
John Boyd,
Solving Transcendental Equations,
The Chebyshev Polynomial Proxy and other Numerical Rootfinders,
Perturbation Series, and Oracles,
SIAM, 2014,
ISBN: 978-1-611973-51-8,
LC: QA:353.T7B69
Source Code:
-
cpr.m,
uses the Chebyshev Proxy Rootfinder to retrieve all real zeros
of a smooth real function in an interval [a,b].
Last revised on 18 March 2024.