Changeset 1618f5d in git
- Timestamp:
- Apr 14, 2015, 11:47:56 AM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 21ce29559f4d3ce61322bc243f0d9b9b408ec4a2
- Parents:
- aeb760bbbad0ff816c36fdb5a66d5481d76a769c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
raeb760 r1618f5d 1 1 //////////////////////////////////////////////////////////////////////////// 2 version="version primdec.lib 4.0. 1.2 Jan_2015 "; // $Id$2 version="version primdec.lib 4.0.2.0 Apr_2015 "; // $Id$ 3 3 category="Commutative Algebra"; 4 4 info=" … … 6824 6824 ideal fac, @h, collectrad, lsau; 6825 6825 poly @q; 6826 string @va; def quotring;6826 string @va; 6827 6827 6828 6828 def @P = basering; … … 6933 6933 // K(var(nnpr+1),..,var(nva))[..the rest..] 6934 6934 //------------------------------------------------------------------------ 6935 quotring = prepareQuotientring(nvars(basering) - indep[@m][3],"dp");6935 def quotring = prepareQuotientring(nvars(basering) - indep[@m][3],"dp"); 6936 6936 //------------------------------------------------------------------------ 6937 6937 // We pass to the quotientring K(var(nnp+1),..,var(nva))[..the rest..] … … 8230 8230 //------------------------------------------------------------------ 8231 8231 8232 quotring=prepareQuotientring(nvars(basering)-restindep[@m][3],"lp");8232 def quotring=prepareQuotientring(nvars(basering)-restindep[@m][3],"lp"); 8233 8233 8234 8234 //------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.