Go to the first, previous, next, last section, table of contents.


odiff_poly_solve_hg1

odiff_poly_solve_hg1(a,b,c,V)
:: ガウスの超幾何微分方程式の多項式解を求める.
return
リスト
a, b, c
有理式
V
リスト
[334] odiff_poly_solve_hg1(-3,-6,-5,[x]);
[_1*x^6-2*_0*x^3+9/2*_0*x^2-18/5*_0*x+_0,[_0,_1]]

[335] odiff_poly_solve_hg1(-3,-6,-7,[x]);
[-4/7*_2*x^3+15/7*_2*x^2-18/7*_2*x+_2,[_2]]


Go to the first, previous, next, last section, table of contents.