[BACK]Return to ns_twistedlog-en.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / ns_twistedlog

Annotation of OpenXM/src/asir-contrib/packages/doc/ns_twistedlog/ns_twistedlog-en.texi, Revision 1.1

1.1     ! takayama    1: \input texinfo
        !             2: @def@colon{:}
        !             3:
        !             4: @iftex
        !             5: @catcode`@#=6
        !             6: @def@b#1{{@bf@gt #1}}
        !             7: @catcode`@#=@other
        !             8: @end iftex
        !             9: @overfullrule=0pt
        !            10: @setfilename asir-contrib-ns_twistedlog
        !            11: @settitle ns_twistedlog Manual
        !            12: @titlepage
        !            13: @title ns_twistedlog Manual
        !            14: @subtitle Edition : 2012.02.16
        !            15: @author OpenXM.org
        !            16: @end titlepage
        !            17:
        !            18: @synindex vr fn
        !            19: @node Top,, (dir), (dir)
        !            20:
        !            21: @menu
        !            22: * Function Manual::
        !            23: * Index::
        !            24: @end menu
        !            25:
        !            26: @node Function Manual,,, Top
        !            27: @chapter Function Manual
        !            28:
        !            29: @menu
        !            30: * Outline::
        !            31: * Notation::
        !            32: * Functions::
        !            33: @end menu
        !            34:
        !            35: @node Outline,,, Function Manual
        !            36: @section Outline
        !            37:
        !            38:
        !            39:
        !            40: @node Notation,,,Function Manual
        !            41: @section Notation
        !            42:
        !            43: @node Functions,,, Function Manual
        !            44: @section Functions
        !            45:
        !            46: @menu
        !            47: * ns_twistedlog.twisted_log_cohomology::
        !            48: @end menu
        !            49:
        !            50: @node intersect,,, Functions
        !            51:
        !            52: @node ns_twistedlog.twisted_log_cohomology,,, Functions
        !            53: @subsection @code{ns_twistedlog.twisted_log_cohomology}
        !            54: @findex ns_twistedlog.twisted_log_cohomology
        !            55:
        !            56: @table @t
        !            57: @item ns_twistedlog.twisted_log_cohomology(@var{FL},@var{PL},@var{VL})
        !            58: :: It returns a basis of the middle dimentional twisted logarithmic cohomology group.
        !            59: @end table
        !            60:
        !            61: @table @var
        !            62: @item @var{FL}
        !            63: A list of polynomials.
        !            64: @item @var{PL}
        !            65: A list of the parameters.
        !            66: @item @var{VL}
        !            67: A list of the variables.
        !            68: @end table
        !            69:
        !            70: @itemize @bullet
        !            71: @item  Details have not been written. See Japanse documents and examples.
        !            72: @end itemize
        !            73:
        !            74: @example
        !            75:
        !            76: @end example
        !            77:
        !            78:
        !            79: @example
        !            80: [0] import("ns_twistedlog.rr");
        !            81: [1] ns_twistedlog.twisted_log_cohomology([x,y,1-x-y],[a,b,c],[x,y]);
        !            82: -- nd_weyl_gr :0.003848sec(0.008291sec)
        !            83: -- weyl_minipoly_by_elim :0.006988sec(0.007177sec)
        !            84: -- generic_bfct_and_gr :0.01325sec(0.02175sec)
        !            85: generic bfct : [[-1,1],[s,1],[s+a+b+c-1,1]]
        !            86: S0 : 0
        !            87: B_{S0} length : 1
        !            88: -- fctr(BF) + base :0.001454sec(0.005543sec)
        !            89: dimension : 1
        !            90: [1]
        !            91:
        !            92: [2] ns_twistedlog.twisted_log_cohomology([x,y,1-x-y],[-1,-2,-3],[x,y]);
        !            93: -- nd_weyl_gr :0.001845sec(0.001838sec)
        !            94: -- weyl_minipoly_by_elim :0.003972sec(0.003971sec)
        !            95: -- generic_bfct_and_gr :0.007363sec(0.007584sec)
        !            96: generic bfct : [[-1,1],[s,1],[s-7,1]]
        !            97: S0 : 7
        !            98: B_{S0} length : 36
        !            99: -- fctr(BF) + base :0.02438sec(0.03323sec)
        !           100: dimension : 3
        !           101: [y^2*x^5,y^7,1]
        !           102:
        !           103: [3] ns_twistedlog.twisted_log_cohomology([x*z+y,x^4+y^5+x*y^4],[0,0],[x,y,z]);
        !           104: -- nd_weyl_gr :0.004sec(0.0028sec)
        !           105: weyl_minipoly_by_elim : b-function does not exist
        !           106: stopped in weyl_minipoly_by_elim2 at line 378 in file "/usr/local/ox/OpenXM/src/asir-contrib/packages/src/nk_restriction.rr"
        !           107: 378                     error("weyl_minipoly_by_elim : b-function does not exist");
        !           108: (debug)
        !           109: @end example
        !           110:
        !           111:
        !           112:
        !           113:
        !           114: @node Index,,, Top
        !           115: @unnumbered Index
        !           116: @printindex fn
        !           117: @printindex cp
        !           118: @iftex
        !           119: @vfill @eject
        !           120: @end iftex
        !           121: @summarycontents
        !           122: @contents
        !           123:
        !           124: @bye

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>