Changeset d3699d in git


Ignore:
Timestamp:
Dec 11, 2006, 3:22:46 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
a2962f64f6c9ca877c0475034e6e5d4dc436be71
Parents:
428906ed82f492718d68a350f58015629da94156
Message:
*hannes: typos


git-svn-id: file:///usr/local/Singular/svn/trunk@9572 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/matrix.lib

    r428906 rd3699d  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: matrix.lib,v 1.35 2006-11-20 11:12:52 Singular Exp $";
     2version="$Id: matrix.lib,v 1.36 2006-12-11 14:22:46 Singular Exp $";
    33category="Linear Algebra";
    44info="
     
    3232 rm_unitrow(A);         remove unit rows and associated columns of A
    3333 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]
    3535          (parameters in square brackets [] are optional)
    3636";
Note: See TracChangeset for help on using the changeset viewer.