Changeset 36e346 in git
- Timestamp:
- Oct 10, 2008, 4:33:54 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- d4c53aac75e5ad01a534a848edf63e78a64b5b26
- Parents:
- f30fdcfcf365ad84f438ce1912cef22428ea7a84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/jacobson.lib
rf30fdc r36e346 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: jacobson.lib,v 1. 2 2008-10-07 17:57:17 levandovExp $";2 version="$Id: jacobson.lib,v 1.3 2008-10-10 14:33:54 Singular Exp $"; 3 3 category="System and Control Theory"; 4 4 info=" … … 14 14 @* Depending on the ring, the diagonal entries of D have certain properties. 15 15 16 MAINPROCEDURES:16 PROCEDURES: 17 17 smith(R,M[,eng1,eng2]); compute the Smith Normal Form of M over commutative ring 18 jacobson(R,M[,eng]); 18 jacobson(R,M[,eng]); compute a weak Jacobson Normal Form of M over non-commutative ring, i.e. a diagonal matrix 19 19 20 20 SEE ALSO: control_lib
Note: See TracChangeset
for help on using the changeset viewer.