代码搜索:prentice
找到约 973 项符合「prentice」的源代码
代码结果 973
www.eeworm.com/read/434325/7874380
m tp.m
function z = tp(A,B,t,m)
%---------------------------------------------------------------------------
%TP Evaluates the trigonometric polynomial created with tpcoeff.
% Sample call
% z = tp(A,B
www.eeworm.com/read/434325/7874418
m tpcoeff.m
function [A,B] = tpcoeff(X,Y,m)
%---------------------------------------------------------------------------
%TPCOEFF Construct a trigonometric polynomial through the points.
% Sample call
% [
www.eeworm.com/read/434325/7874433
m diffext.m
function [D,err,relerr,n] = diffext(f,x,delta,toler)
%---------------------------------------------------------------------------
%DIFFEXT Numerical approximation for f'(x).
% The method
www.eeworm.com/read/434325/7874452
m difflim.m
function [H,D,E,n] = difflim(f,x,toler)
%---------------------------------------------------------------------------
%DIFFLIM Numerical approximation for f'(x).
% The method employed is
www.eeworm.com/read/434325/7874493
m uptrbk.m
function X = uptrbk(A,B)
%---------------------------------------------------------------------------
%UPTRBK Upper-triangularization followed by back substitution.
% Partial pivoting is
www.eeworm.com/read/434325/7874623
m rks4.m
function [T,Z] = rks4(Fn,a,b,Za,m)
%---------------------------------------------------------------------------
%RKS4 Runge-Kutta solution for the system
% of D.E.'s Z' = F(t,Z) with Z(a)
www.eeworm.com/read/434325/7874627
m hamming.m
function [T,Y] = hamming(f,T,Y)
%---------------------------------------------------------------------------
%HAMMING Hamming's solution for y' = f(t,y) with y(a) = ya.
% Remark
% The first fo
www.eeworm.com/read/434325/7874692
m dirich.m
function U = dirich(f1,f2,f3,f4,a,b,h,tol,max1)
%---------------------------------------------------------------------------
%DIRICH Dirichlet solution to Laplace's equation.
% Sample call
% U
www.eeworm.com/read/434325/7874703
m trisys.m
function X = trisys(A,D,C,B)
%---------------------------------------------------------------------------
%TRISYS Solution of a triangular linear system.
% It is assumed that D and B have
www.eeworm.com/read/434325/7874715
m a10algos.m
%---------------------------------------------------------------------------
%A10ALGOS
%
% NUMERICAL METHODS: MATLAB Programs, (c) John H. Mathews 1995
% To accompany the text:
% NUMERICAL METHOD