Changeset 0c97d6 in git
- Timestamp:
- Oct 7, 2008, 7:57:17 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 02efaee061610b6730796d2e862e2ab63663c50a
- Parents:
- 359b792fe5512f5906f20d3e2ebf4529009a03bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/jacobson.lib
r359b79 r0c97d6 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: jacobson.lib,v 1. 1 2008-10-07 17:49:06levandov Exp $";3 category=" Noncommutative";2 version="$Id: jacobson.lib,v 1.2 2008-10-07 17:57:17 levandov Exp $"; 3 category="System and Control Theory"; 4 4 info=" 5 5 LIBRARY: jacobson.lib Algorithms for Smith and Jacobson Normal Form … … 17 17 smith(R,M[,eng1,eng2]); compute the Smith Normal Form of M over commutative ring 18 18 jacobson(R,M[,eng]); compute a weak Jacobson Normal Form of M over non-commutative ring, i.e. a diagonal matrix 19 20 SEE ALSO: control_lib 19 21 "; 20 22 LIB "poly.lib";
Note: See TracChangeset
for help on using the changeset viewer.