Changeset 5dc4ea in git for Singular/LIB/invar.lib
- Timestamp:
- Sep 18, 1997, 11:58:26 AM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 1a5daea04547872672e8d5c6d19ac391e34ca05e
- Parents:
- 741512c3f18910d2025325eadcbef56647da00d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/invar.lib
r741512c r5dc4ea 1 // $Id: invar.lib,v 1. 2 1997-09-10 07:52:55Singular Exp $1 // $Id: invar.lib,v 1.3 1997-09-18 09:58:24 Singular Exp $ 2 2 /////////////////////////////////////////////////////// 3 3 // invar.lib 4 4 // algorithm for computing the ring of invariants under 5 // the action of the additive group 5 // the action of the additive group (C,+) 6 6 // written by Gerhard Pfister 7 7 ////////////////////////////////////////////////////// 8 8 9 LIBRARY: invar.lib PROCEDURE FOR COMPUTING INVARIANTS UNDER C+-ACTIONS9 LIBRARY: invar.lib PROCEDURE FOR COMPUTING INVARIANTS UNDER (C,+)-ACTIONS 10 10 11 11 invariantRing(matrix m,poly p,poly q,int choose)
Note: See TracChangeset
for help on using the changeset viewer.