リサイズはクリックかドラッグ
RootsBisection メソッド (RootsErrorFunction, Double, Double, Double, Double, Int32)
二分法で求根する

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

パラメーター

eFnc
型: Popolo.NumericsRootsErrorFunction
誤差関数
a
型: SystemDouble
求根範囲1
b
型: SystemDouble
求根範囲2
errorTolerance
型: SystemDouble
誤差量許容値
collectionTolerance
型: SystemDouble
修正量許容値
maxIteration
型: SystemInt32
最大反復回数

戻り値

型: Double
関連項目