Changeset fec31e1 in git


Ignore:
Timestamp:
Feb 12, 2009, 9:27:17 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
7ef4c2b8c31bc2f9174394d9ecaeb2e409b9e587
Parents:
3cec5ec022f8f61bec0954ce6a4291abeecd1331
Message:
*levandov: minor bug fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/jacobson.lib

    r3cec5e rfec31e1  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: jacobson.lib,v 1.8 2009-01-14 16:07:04 Singular Exp $";
     2version="$Id: jacobson.lib,v 1.9 2009-02-12 20:27:17 levandov Exp $";
    33category="System and Control Theory";
    44info="
     
    618618  list RINGLIST=ringlist(R);
    619619  list o="C",0;
    620   intvec v=1,0;
     620  intvec v=0,1;
    621621  list oo="a",v;
    622622  v=1,1;
     
    645645  module TL=MAPR(TrafoL);
    646646  module TR=MAPR(TrafoR);
     647  matrix TRR=TR;
    647648  matrix CON=divideByContent(MAA);
    648649
    649 list RUECK=CON*TL, CON*MAA, TR;
     650list RUECK=CON*TL, CON*MAA, TRR;
    650651return(RUECK);
    651652}
     
    10321033
    10331034*/
     1035
Note: See TracChangeset for help on using the changeset viewer.