XLPack
7.0
XLPack 数値計算ライブラリ (Excel ワークシート関数) リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません
C3. 多項式
WAlaguerre
WAlegendre
WChebt
WChebtd
WChebu
WGegenbauer
WGegenbauerd
WGegenbauerd1
WHermite
WJacobi
WJacobid
WJacobid1
WJacobid2
WLaguerre
WLegendre
WLegendred
WSharmonic
WSharmonici
WSharmonicr
◆
WChebu()
Function WChebu
(
N As
Long
,
X As
Double
)
第2種チェビシェフ多項式 Un(x)
目的
本関数は第2種チェビシェフ多項式Un(x)を求める.
Un-1(x) = sin(nt)/sin(t), ただし x = cos(t)
この多項式は次の漸化式に従う.
Un+1(x) = 2xUn(x) - Un-1(x), ただし U0(x) = 1, U1(x) = 2x (n > 0)
戻り値
第2種チェビシェフ多項式 Un(x).
引数
[in]
N
引数 n. (N > 0)
[in]
X
引数 x.
参照
boost/math/special_functions
構築:
1.9.7