Changeset d2f488 in git
- Timestamp:
- Feb 20, 2009, 8:02:43 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- 226c28e74fc7416fdf84db51d095bcf96d3beb4f
- Parents:
- 004028ee5b7717d902462d8127d58549170c8713
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/aksaka.lib
r004028 rd2f488 1 1 //CM, last modified 10.12.06 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: aksaka.lib,v 1. 1 2007-01-09 10:31:48Singular Exp $";3 version="$Id: aksaka.lib,v 1.2 2009-02-20 19:02:43 Singular Exp $"; 4 4 category="Teaching"; 5 5 info=" … … 208 208 proc wurzel(number r) 209 209 "USAGE: wurzel(r); 210 ASSUME: c aracteristic of basering is 0, r>=0210 ASSUME: characteristic of basering is 0, r>=0 211 211 RETURN: number, square root of r 212 212 EXAMPLE:example wurzel; shows an example -
Singular/LIB/matrix.lib
r004028 rd2f488 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: matrix.lib,v 1.4 6 2009-01-14 16:07:05Singular Exp $";2 version="$Id: matrix.lib,v 1.47 2009-02-20 18:58:36 Singular Exp $"; 3 3 category="Linear Algebra"; 4 4 info=" … … 911 911 M: a module 912 912 ASSUME: All non-zero entries of M are homogeneous polynomials of the same 913 positi fe degree. The base field must be an exact field (not real913 positive degree. The base field must be an exact field (not real 914 914 or complex). 915 915 It is not checked whether these assumptions hold.
Note: See TracChangeset
for help on using the changeset viewer.