Changeset 413d2e0 in git
- Timestamp:
- Dec 9, 2014, 5:59:42 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2e09fc381eb50c9ece4021cca644e6d6b529397f
- Parents:
- 96b5cde0a95fb57bfcc2089d3ecdfdbf494895d2
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-09 17:59:42+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-10 12:19:16+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
r96b5cde r413d2e0 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="version normal.lib 4.0. 0.0 Jun_2013"; // $Id$2 version="version normal.lib 4.0.1.1 Dec_2014 "; // $Id$ 3 3 category="Commutative Algebra"; 4 4 info=" … … 2329 2329 execute("ring Rhelp=("+charstr(R0)+"),(@s),dp;"); 2330 2330 } 2331 execute("minpoly = "+smp+";"); 2331 if (smp!="0") 2332 { execute("minpoly = "+smp+";");} 2332 2333 def newR=R+Rhelp; 2333 2334 setring newR;
Note: See TracChangeset
for help on using the changeset viewer.