Go to the first, previous, next, last section, table of contents.
- tk_fd.abc2ahg(A,B,C)
-
:: F_D(A, B,C) を解にもつ A-超幾何方程式系を求める.
- return
-
リスト.
- A
-
数
- B
-
数のリスト
- C
-
数
- 戻り値リストの第0成分は A-超幾何方程式系を定義する行列.
第1成分はA-超幾何方程式系のパラメータβ.
[2191] tk_fd.abc2ahg(-3,[-4,-5],3);
[[[0,0,0,1,1,1],[1,0,0,1,0,0],[0,1,0,0,1,0],[0,0,1,0,0,1]],[11,5,4,5]]
- 参照
-
@xref{abc2marginal}
@xref{marginal2abc}
ChangeLog
-
この関数は 2014-12-13 に tk_fd.rr に追加された.
Go to the first, previous, next, last section, table of contents.