AppellF3[a1,a2,b1,b2,c,x,y]
二変数のアッペル(Appell)超幾何関数
である.
AppellF3
AppellF3[a1,a2,b1,b2,c,x,y]
二変数のアッペル(Appell)超幾何関数
である.
例題
すべて開く すべて閉じる例 (7)
AppellF3[2, 1, 3, 4, 5, 0.7, 0.3]Sum[x^m y^n(( Pochhammer[a1, m]Pochhammer[a2, n]Pochhammer[b1, m] Pochhammer[b2, n]) / (Pochhammer[c, m + n]m! n!)), {m, 0, Infinity}, {n, 0, Infinity}]Plot[AppellF3[1, 2, 3, 6, 1 / 5, -1 / 3, y], {y, -3 / 4, 1 / 5}]Plot[Abs[AppellF3[1 / 2, 1 / 3, 1 / 4, 1 / 5, 1 / 6, 1 / 7, z I]], {z, -3 / 4, 3 / 4}]AppellF3関数族をプロットする:
Plot[Table[Abs[AppellF3[1 / 2, 1 / 3, 1 / 4, 1 / 5, 1 / 6, 1 / 2 + n / 5 I, 1 / 2 + z I]], {n, -3, 3}]//Evaluate, {z, -9 / 10, 1}]Series[AppellF3[1, 1, 1, 1, 1, 4, x], {x, 0, 3}]TraditionalFormによる表示:
AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y]//TraditionalFormスコープ (17)
数値評価 (6)
AppellF3[3, 2, 1, 2, 3, 1 / 3, 0.2]AppellF3[-2, -1, -2, 5, 2 / 3 + I, 0.4, 0.3]N[AppellF3[3, 2, 1, 2, 3, 1 / 3, 2 / 5], 10]AppellF3[3, 2, 1, 2, 3, 1 / 3, 0.400000000000000000001]AppellF3[I, 1, 1 + I, 3.2, 1 / 2, 0.5, 0.2 + 0.5 I]AppellF3を高精度で効率的に評価する:
AppellF3[3, 2, 1, 2, 1 / 3, 1 / 7, 1 / 5`100]//TimingAppellF3[3, 2, 1, 2, 7, 1 / 3, -1 / 5`100 + I];//TimingAroundを使って平均的な場合の統計区間を計算する:
AppellF3[ 1 / 2, 3 / 2, -4, 5, 1 / 2, 0, Around[2.1, 0.01]]AppellF3[1 / 2, 3 / 2, -4, 5, 1 / 2, 0, {{1 / 2, 2}, {2, 1 / 2}}]MatrixFunctionを使って行列のAppellF3関数を計算することもできる:
MatrixFunction[AppellF3[1 / 2, 3 / 2, -4, 5, 1 / 2, 0, #]&, {{1 / 2, 2}, {2, 1 / 2}}]//FullSimplify特定の値 (3)
AppellF3[1 / 2, 1 / 3, 1 / 2, 1, 3, 0, 2]AppellF3[2, 1 / 3, 1 / 4, 1, 4, 0, 2]Hypergeometric2F1関数に簡約する:
AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, 0]AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, 0, y]AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, 0, 0]可視化 (3)
AppellF3関数をさまざまなパラメータについてプロットする:
Plot[{AppellF3[1, 2, 3, 6, 1 / 5, x, 1 / 30], AppellF3[2, 1, 3, 1 / 3, 2, x, 0], AppellF3[2, 1, 3, 1 / 3, 2, x, -1 / 2]}, {x, -1 / 2, 1 / 5}]AppellF3をその第2パラメータ
の関数としてプロットする:
Plot[{AppellF3[1, 2, 3, 6, 1 / 5, -1 / 2, y], AppellF3[1, 2, 3, 6, 1 / 5, -1 / 5, y], AppellF3[1, 2, 3, 6, 1 / 5, -1 / 100, y]}, {y, -1 / 2, 1 / 5}]ComplexContourPlot[Re[AppellF3[2, 1, 3, 1 / 3, 2, 0, z]], {z, -5 - 5I, 5 + 5I}]ComplexContourPlot[Im[AppellF3[2, 1, 3, 1 / 3, 2, 0, z]], {z, -5 - 5I, 5 + 5I}]微分 (4)
D[AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y], x]D[AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y], y]Table[D[AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y], {y, k}], {k, 1, 3}]//FullSimplifya1=a2=2,b1=b2=5,c=1/2,x=1/5のときの y についてのより高次の導関数をプロットする:
Plot[Evaluate[% /. {Subscript[a, 1] -> 2, Subscript[a, 2] -> 2, Subscript[b, 1] -> 5, Subscript[b, 2] -> 5, c -> 1 / 2, x -> 1 / 5}], {y, -1 / 2, 1 / 5}, Rule[...]]D[AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y], {y, n}]級数展開 (1)
Seriesを使ってテイラー(Taylor)展開を求める:
Series[AppellF3[Subscript[a, 1], Subscript[a, 2], Subscript[b, 1], Subscript[b, 2], c, x, y], {x, 0, 2}]//Normal//FullSimplifyterms = Normal@Table[Series[AppellF3[1, 2, 3, 6, 1 / 5, x, .3], {x, 0, m}], {m, 1, 5, 2}];
Plot[{AppellF3[1, 2, 3, 6, 1 / 5, x, .3], terms}//Evaluate, {x, -9 / 10, 1 / 2}]アプリケーション (1)
pde = {x (1 - x) f^(2, 0)[x, y] + y f^(1, 1)[x, y] + (c - (Subscript[a, 1] + Subscript[b, 1] + 1)x)f^(1, 0)[x, y] - Subscript[a, 1] Subscript[b, 1] f[x, y] == 0, y (1 - y) f^(0, 2)[x, y] + x f^(1, 1)[x, y] + (c - (Subscript[a, 2] + Subscript[b, 2] + 1)y)f^(0, 1)[x, y] - Subscript[a, 2] Subscript[b, 2] f[x, y] == 0};(pde /. {Subscript[a, 1] -> 1, Subscript[a, 2] -> 2, Subscript[b, 1] -> 3, Subscript[b, 2] -> 6, c -> 1 / 5}) /. f -> Function[{x, y}, AppellF3[1, 2, 3, 6, 1 / 5, x, y]];% /. Thread[{x, y} -> RandomReal[{-1 / 2, 1 / 2}, {2}, WorkingPrecision -> 50]]おもしろい例題 (1)
多くの初等関数と特殊関数はAppellF3の特殊ケースである:
funclist = Inactivate[...];Grid[...]//TraditionalForm関連するガイド
-
▪
- 超幾何関数
関連リンク
テキスト
Wolfram Research (2023), AppellF3, Wolfram言語関数, https://reference.wolfram.com/language/ref/AppellF3.html.
CMS
Wolfram Language. 2023. "AppellF3." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AppellF3.html.
APA
Wolfram Language. (2023). AppellF3. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AppellF3.html
BibTeX
@misc{reference.wolfram_2026_appellf3, author="Wolfram Research", title="{AppellF3}", year="2023", howpublished="\url{https://reference.wolfram.com/language/ref/AppellF3.html}", note=[Accessed: 09-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_appellf3, organization={Wolfram Research}, title={AppellF3}, year={2023}, url={https://reference.wolfram.com/language/ref/AppellF3.html}, note=[Accessed: 09-August-2026]}
