version 1.8, 2002/08/11 02:47:01 |
version 1.10, 2002/09/30 02:01:37 |
|
|
% $OpenXM: OpenXM/src/kan96xx/Doc/oxasir.sm1,v 1.7 2002/08/10 13:30:49 takayama Exp $ |
% $OpenXM: OpenXM/src/kan96xx/Doc/oxasir.sm1,v 1.9 2002/08/11 11:20:37 takayama Exp $ |
%% kxx/oxasir.sm1 1998, 2/12 (this version is at Old/oxasir.sm1.19980212 |
%% kxx/oxasir.sm1 1998, 2/12 (this version is at Old/oxasir.sm1.19980212 |
%% 3/1, 1995, 11/5, 11/21 |
%% 3/1, 1995, 11/5, 11/21 |
%% This file is error clean. |
%% This file is error clean. |
Line 620 oxasir.verbose { |
|
Line 620 oxasir.verbose { |
|
([f v] bfct b) |
([f v] bfct b) |
( string f ) |
( string f ) |
( b is the global b-function of the polynomial f.) |
( b is the global b-function of the polynomial f.) |
(Example: (x^3-y^2) bfct fctr :: ) |
(Example: [(x^3-y^2) (x,y)] bfct fctr :: ) |
(Algorithm: M.Noro, Mathematical Software, icms 2002, pp.???-???) |
(Algorithm: M.Noro, Mathematical Software, icms 2002, pp.147--157.) |
( ) |
( ) |
(If you interrupted the computation by typing ctrl-C, type in ) |
(If you interrupted the computation by typing ctrl-C, type in ) |
( oxasir.ccc oxreset ; ) |
( oxasir.ccc oxreset ; ) |
Line 668 oxasir.verbose { |
|
Line 668 oxasir.verbose { |
|
( b is the general b-function of the ideal ii w.r.t the weight.) |
( b is the general b-function of the ideal ii w.r.t the weight.) |
(Example: [[(Dx^2) (Dy^2)] [(x) -1 (Dx) 1] [(x) (y)]] generic_bfct :: ) |
(Example: [[(Dx^2) (Dy^2)] [(x) -1 (Dx) 1] [(x) (y)]] generic_bfct :: ) |
(Notion: Saito, Sturmfels, Takayama, Grobner deformations of hypergeometric differential equaitons) |
(Notion: Saito, Sturmfels, Takayama, Grobner deformations of hypergeometric differential equaitons) |
(Algorithm: M.Noro, Mathematical Software, icms 2002, pp.???-???) |
(Algorithm: M.Noro, Mathematical Software, icms 2002, pp.147--157.) |
( ) |
( ) |
(If you interrupted the computation by typing ctrl-C, type in ) |
(If you interrupted the computation by typing ctrl-C, type in ) |
( oxasir.ccc oxreset ; ) |
( oxasir.ccc oxreset ; ) |