Changeset f84dfa in git


Ignore:
Timestamp:
Jan 13, 2014, 12:02:58 PM (10 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9bf3ee2b60c993fa1cfc2d47f1c2e2a0ae5c34c2bbb8fa401a826c3aa9827457718f04c4da962e1d
Parents:
89b9eef73c1e69428b33ae8cb73f2cc92253c3b4
Message:
Fixed minor bug in reesclos.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/reesclos.lib

    r89b9ee rf84dfa  
    128128  map psi=R(1),mapI;              // from ReesAlgebra: the map Rees->Kxt
    129129  ideal images=(psi(preimages))[1];
    130   images=images[size(images)]*ideal(psi)+images;
     130  ideal psii = images[size(images)]*ideal(psi);
    131131  list imagesl = images[1..size(images)];
     132  list psil =psii[1..size(psii)];
     133  imagesl=psil+imagesl;
    132134  return(imagesl);
    133135}
     
    388390  // closure of I and its powers, depending on # (in fact, they will
    389391  // not be real fractions, of course). This is done in ClosurePower.
    390 
    391392  list result = ClosurePower(images,#);
    392393
Note: See TracChangeset for help on using the changeset viewer.