Changeset 8c66fb in git for Singular/LIB/jacobson.lib
- Timestamp:
- Dec 1, 2008, 9:51:16 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6cd69834c769d788a587c7eaf4413e443e32151d
- Parents:
- 4e803e313f457e20c95ef5350e02ebdfe4a1e3a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/jacobson.lib
r4e803e r8c66fb 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: jacobson.lib,v 1. 3 2008-10-10 14:33:54 SingularExp $";2 version="$Id: jacobson.lib,v 1.4 2008-12-01 20:51:16 levandov Exp $"; 3 3 category="System and Control Theory"; 4 4 info=" … … 105 105 print(s[1]*m*s[3]); 106 106 } 107 proc diagonal_with_trafo( R, matrix MA, int B) 107 108 static proc diagonal_with_trafo( R, matrix MA, int B) 108 109 { 109 110 … … 329 330 330 331 331 proc divisibility(matrix M)332 static proc divisibility(matrix M) 332 333 { 333 334 matrix STDM=M; … … 397 398 } 398 399 399 proc diagonal_without_trafo( R, matrix MA, int B)400 static proc diagonal_without_trafo( R, matrix MA, int B) 400 401 { 401 402 int ppl = printlevel-voice+2; … … 624 625 625 626 626 proc triangle( matrix MA, int B)627 static proc triangle( matrix MA, int B) 627 628 { 628 629 int ppl = printlevel-voice+2;
Note: See TracChangeset
for help on using the changeset viewer.