Next: Struve Functions, Previous: Exponential Integrals, Up: Special Functions [Contents][Index]
誤差関数と、関連した関数は、 Abramowitz and Stegun, Handbook of Mathematical Functions, 7章で定義されています。
誤差関数erf(z) (A&S 7.1.1)
See also flag erfflag
.
相補誤差関数erfc(z) (A&S 7.1.2)
erfc(z) = 1-erf(z)
虚数誤差関数
erfi(z) = -%i*erf(%i*z)
一般化誤差関数Erf(z1,z2)
フレネル積分C(z) = integrate(cos((%pi/2)*t^2),t,0,z) (A&S 7.3.1)
フラグtrigsign
がtrue
の時、
整理 fresnel_c(-x) = -fresnel_c(x)
が適用されます。
フラグ%iargs
がtrue
の時、
整理 fresnel_c(%i*x) = %i*fresnel_c(x)
が適用されます。
フラグerf_representation
とhypergeometric_representation
を参照してください。
フレネル積分S(z) = integrate(sin((%pi/2)*t^2),t,0,z). (A&S 7.3.2)
フラグtrigsign
がtrue
の時、
整理fresnel_s(-x) = -fresnel_s(x)
が適用されます。
フラグ%iargs
がtrue
の時、
整理 fresnel_s(%i*x) = %i*fresnel_s(x)
が適用されます。
フラグerf_representation
とhypergeometric_representation
を参照してください。
デフォルト値: false
true
の時、 erfc, erfi, erf_generalized, fresnel_s, fresnel_c
は、erfに変換されます。
デフォルト値: false
fresnel_sとfresnel_cに関して超幾何表現への変換を可能にします。
Next: Struve Functions, Previous: Exponential Integrals, Up: Special Functions [Contents][Index]