Changeset d2f488 in git


Ignore:
Timestamp:
Feb 20, 2009, 8:02:43 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
Children:
226c28e74fc7416fdf84db51d095bcf96d3beb4f
Parents:
004028ee5b7717d902462d8127d58549170c8713
Message:
*hannes: doc


git-svn-id: file:///usr/local/Singular/svn/trunk@11419 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/aksaka.lib

    r004028 rd2f488  
    11//CM, last modified 10.12.06
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: aksaka.lib,v 1.1 2007-01-09 10:31:48 Singular Exp $";
     3version="$Id: aksaka.lib,v 1.2 2009-02-20 19:02:43 Singular Exp $";
    44category="Teaching";
    55info="
     
    208208proc wurzel(number r)
    209209"USAGE: wurzel(r);
    210 ASSUME: caracteristic of basering is 0, r>=0
     210ASSUME: characteristic of basering is 0, r>=0
    211211RETURN: number, square root of r
    212212EXAMPLE:example wurzel; shows an example
  • Singular/LIB/matrix.lib

    r004028 rd2f488  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: matrix.lib,v 1.46 2009-01-14 16:07:05 Singular Exp $";
     2version="$Id: matrix.lib,v 1.47 2009-02-20 18:58:36 Singular Exp $";
    33category="Linear Algebra";
    44info="
     
    911911         M: a module
    912912ASSUME:  All non-zero entries of M are homogeneous polynomials of the same
    913          positife degree. The base field must be an exact field (not real
     913         positive degree. The base field must be an exact field (not real
    914914         or complex).
    915915         It is not checked whether these assumptions hold.
Note: See TracChangeset for help on using the changeset viewer.