リサイズはクリックかドラッグ

RootsNewton メソッド (RootsErrorFunction, Double, Double, Double, Double, Int32)

ニュートン法で求根する

名前空間:  Popolo.Numerics
アセンブリ:  Popolo (in Popolo.dll) バージョン: 2.1.0.0 (2.1.0.0)
構文
C#
public static double Newton(
	RootsErrorFunction eFnc,
	double x,
	double delta,
	double errorTolerance,
	double collectionTolerance,
	int maxIteration
)

パラメーター

eFnc
型: Popolo.NumericsRootsErrorFunction
誤差関数
x
型: SystemDouble
初期値
delta
型: SystemDouble
数値微分用デルタ
errorTolerance
型: SystemDouble
誤差量許容値
collectionTolerance
型: SystemDouble
修正量許容値
maxIteration
型: SystemInt32
最大反復回数

戻り値

型: Double
関連項目