代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/144399/12797272
m fidiff.m
function fidiff(x)
% fidiff First order finite-difference approximation to d/dx of exp(x)
%
% Synopsis: fidiff(x)
%
% Input: x = (optional) value at which the derivative is to be evaluated
www.eeworm.com/read/144399/12797566
m demohermite.m
function demoHermite(n)
% demoHermite Cubic Hermite interpolation of y = x*exp(-x) for 0
www.eeworm.com/read/140700/13066012
txt alg022.txt
> restart;
> # FIXED-POINT ALGORITHM 2.2
> #
> # To find a solution to p = g(p) given an
> # initial approximation p0
> #
> # INPUT: initial approximation p0; tolerance TOL;
> # maximu
www.eeworm.com/read/140700/13066015
txt alg023.txt
> restart;
> # NEWTON-RAPHSON ALGORITHM 2.3
> #
> # To find a solution to f(x) = 0 given an
> # initial approximation p0:
> #
> # INPUT: initial approximation p0; tolerance TOL;
> #
www.eeworm.com/read/140700/13066034
txt alg026.txt
> restart;
> # STEFFENSEN'S ALGORITHM 2.6
> #
> # To find a solution to g(x) = x
> # given an initial approximation p0:
> #
> # INPUT: initial approximation p0; tolerance TOL;
> # ma
www.eeworm.com/read/140700/13066321
txt alg022.txt
> restart;
> # FIXED-POINT ALGORITHM 2.2
> #
> # To find a solution to p = g(p) given an
> # initial approximation p0
> #
> # INPUT: initial approximation p0; tolerance TOL;
> # maximu
www.eeworm.com/read/140700/13066324
txt alg023.txt
> restart;
> # NEWTON-RAPHSON ALGORITHM 2.3
> #
> # To find a solution to f(x) = 0 given an
> # initial approximation p0:
> #
> # INPUT: initial approximation p0; tolerance TOL;
> #
www.eeworm.com/read/140700/13066336
txt alg026.txt
> restart;
> # STEFFENSEN'S ALGORITHM 2.6
> #
> # To find a solution to g(x) = x
> # given an initial approximation p0:
> #
> # INPUT: initial approximation p0; tolerance TOL;
> # ma
www.eeworm.com/read/139250/13170428
c bezr5.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/139250/13170433
c bezr3.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat