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


odiff_poly_solve_appell4

odiff_poly_solve_appell4(a,b,c1,c2,V)
:: F_4がみたす線型微分方程式系の多項式解を求める.
return
リスト
a, b, c1, c2
有理式
V
リスト
[299] odiff_poly_solve_appell4(-3,1,-1,-1,[x,y]);
[-_26*x^3+(3*_26*y+_26)*x^2+3*_24*y^2*x-_24*y^3+_24*y^2,[_24,_26]]

[300] odiff_poly_solve_appell4(-3,1,1,-1,[x,y]);
[-3*_45*y^2*x-_45*y^3+_45*y^2,[_45]]


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