Changeset 906458 in git for Singular/LIB/algebra.lib


Ignore:
Timestamp:
Apr 7, 2009, 6:18:06 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5d98f437864469b655868be585350eeb57da2863
Parents:
2ae96e40fc5453bcb155aec76d376d79dd549cbe
Message:
removed some docu errors prior to release 3-1-0


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/algebra.lib

    r2ae96e r906458  
    33//new proc  nonZeroEntry(id), used to fix a bug in proc finitenessTest
    44///////////////////////////////////////////////////////////////////////////////
    5 version="$Id: algebra.lib,v 1.20 2009-04-03 20:58:53 motsak Exp $";
     5version="$Id: algebra.lib,v 1.21 2009-04-07 16:18:05 seelisch Exp $";
    66category="Commutative Algebra";
    77info="
     
    252252                nonlinear relation h(p,i[1],...,i[k])=0.
    253253@end format
    254 NOTE:    the proc algebra_containment tests the same with a different
     254NOTE:    the proc algebra_containment tests the same using a different
    255255         algorithm, which is often faster
    256256         if l[1] == 0 then l[2] may contain more than one relation h(y(0),y(1),...,y(k)),
     
    622622NOTE:    The algorithm returns 1 iff all the variables of the basering are
    623623         contained in the polynomial subalgebra generated by the polynomials
    624          defining phi. Hence, if the basering has local or mixed ordering
    625          or if the preimage ring is a quotient ring (in which case the map
    626          may not be well defined) then the return value 1 means \"surjectivity\"
    627          in this sense.
     624         defining phi. Hence, it tests surjectivity in the case of a global odering.
     625         If the basering has local or mixed ordering or if the preimage ring is a
     626         quotient ring (in which case the map may not be well defined) then the return
     627         value 1 needs to be interpreted with care.
    628628EXAMPLE: example is_surjective; shows an example
    629629"
     
    687687"USAGE:   is_bijective(phi,pr); phi map to basering, pr preimage ring
    688688RETURN:  an integer,  1 if phi is bijective, 0 if not
    689 NOTE:    The algorithm checks first injectivity and then surjectivity
     689NOTE:    The algorithm checks first injectivity and then surjectivity.
    690690         To interprete this for local/mixed orderings, or for quotient rings
    691691         type help is_surjective; and help is_injective;
     
    795795@end format
    796796NOTE:    Designed for characteristic 0.It works also in char k > 0 if it
    797          terminates,but may result in an infinite loop in small characteristic
     797         terminates,but may result in an infinite loop in small characteristic.
    798798EXAMPLE: example noetherNormal; shows an example
    799799"
Note: See TracChangeset for help on using the changeset viewer.