Changeset ca4a073 in git


Ignore:
Timestamp:
Jun 13, 2008, 8:04:38 PM (16 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
bb82f0b9c83fa79177fb6a4633766e595ae63c44
Parents:
9e700686386915b24435a8fb743aea27888ba67e
Message:
*levandov: annfsRB mini fix, annRat doc


git-svn-id: file:///usr/local/Singular/svn/trunk@10761 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmod.lib

    r9e7006 rca4a073  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmod.lib,v 1.27 2008-06-13 17:56:31 levandov Exp $";
     2version="$Id: dmod.lib,v 1.28 2008-06-13 18:04:38 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    51485148
    51495149proc annRat(poly g, poly f)
    5150 "USAGE:  annRat  (g,f);  f, g polynomials
     5150"USAGE:  annRat(g,f);  f, g polynomials
    51515151RETURN:  ring
    5152 PURPOSE: compute the ideal in Weyl algebra, annihilating the rational function g/f
     5152PURPOSE: compute the ideal in Weyl algebra, annihilating the rational function g*f^{-1}
    51535153NOTE:    activate the output ring with the @code{setring} command.
    51545154@*       In the output ring:
     
    51575157@*       if @code{printlevel}>=2, all the debug messages will be printed.
    51585158EXAMPLE: example annRat; shows examples
     5159"
    51595160{
    51605161  // computes the annihilator of g/f
Note: See TracChangeset for help on using the changeset viewer.