代码搜索:Newton-Raphson
找到约 98 项符合「Newton-Raphson」的源代码
代码结果 98
www.eeworm.com/read/492216/6425107
m mtl_nle_sim_newmet.m
% Topic : Newton-Raphson Method - Roots of Equations
% Simulation : Simulation of the Method
% Language : Matlab r12
% Authors : Nathan Collier, Autar Kaw
% Date : 21 August 2002
www.eeworm.com/read/386253/8759934
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/386253/8760122
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/468652/6986198
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
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/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/140697/13066823
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/140697/13067016
m alg023.m
% NEWTON-RAPHSON ALGORITHM 2.3
%
% To find a solution to f(x) = 0 given an
% initial approximation p0:
%
% INPUT: initial approximation p0; tolerance TOL;
% maxi
www.eeworm.com/read/356723/10222162
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq. (4.59)
% This function uses "incomplete
www.eeworm.com/read/419697/10842998
c alg023.c
/*
* NEWTON-RAPHSON ALGORITHM 2.3
*
* To find a solution to f(x) = 0 given an
* initial approximation p0:
*
* INPUT: initial approximation p0; tolerance TOL;
* maximum numb