说明:CHORDSOL Chord method code for scalar equations.
This code terminates on small relative-absolute errors, function [X, HIST] = CHORDSOL(X, F, TOLA, TOLR)
Inputs: X = initial iterate
F = function
TOLA = absolute error tolerance
TOLR <devdvl> 在 2025-12-03 上传
| 大小:1kb | 下载:0
说明:function [x, hist] = secant(x, f, tola, tolr)
SECANT This a secant code with no line search.
This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate
F = function
T <devdvl> 在 2025-12-03 上传
| 大小:1kb | 下载:0
说明:routine to take the Fourier transform of a signal and plot both the time and frequency domain representations <sourik> 在 2025-12-03 上传
| 大小:1kb | 下载:0