Changeset d3699d in git
- Timestamp:
- Dec 11, 2006, 3:22:46 PM (16 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- a2962f64f6c9ca877c0475034e6e5d4dc436be71
- Parents:
- 428906ed82f492718d68a350f58015629da94156
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/matrix.lib
r428906 rd3699d 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: matrix.lib,v 1.3 5 2006-11-20 11:12:52Singular Exp $";2 version="$Id: matrix.lib,v 1.36 2006-12-11 14:22:46 Singular Exp $"; 3 3 category="Linear Algebra"; 4 4 info=" … … 32 32 rm_unitrow(A); remove unit rows and associated columns of A 33 33 rm_unitcol(A); remove unit columns and associated rows of A 34 headStand(A); A[n-i+1,m-j+1] =headStand(A[i,j])34 headStand(A); A[n-i+1,m-j+1]:=A[i,j] 35 35 (parameters in square brackets [] are optional) 36 36 ";
Note: See TracChangeset
for help on using the changeset viewer.