Changeset 08c3a5 in git
- Timestamp:
- Dec 12, 2014, 3:14:36 PM (8 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 739d9e9fe0f165887c076a89767b93cace4563bc
- Parents:
- f110b06de57922bcb494a94803180fd8f5f256b4
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-12 15:14:36+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-12-12 15:50:24+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/primdec.lib
rf110b0 r08c3a5 2685 2685 } 2686 2686 //---Ende Provisorium 2687 string mp="poly p="+string(minpoly)+";";2687 string mp="poly @p="+string(minpoly)+";"; 2688 2688 string gnir="ring RH="+string(char(R))+",("+varstr(R)+","+string(par(1)) 2689 2689 +"),dp;"; … … 2697 2697 if(i[j]!=I[j]){break;} 2698 2698 } 2699 if((j>ncols(i))&&(deg( p)==1))2699 if((j>ncols(i))&&(deg(@p)==1)) 2700 2700 { 2701 2701 setring R; … … 2709 2709 else 2710 2710 { 2711 i=i, p;2711 i=i,@p; 2712 2712 } 2713 2713 list pr; … … 2726 2726 pr=minAssPrimes(i); 2727 2727 } 2728 2728 2729 if(n<nvars(basering)) 2729 2730 { … … 2747 2748 list pr=imap(RH,pr); 2748 2749 } 2750 2749 2751 list re; 2750 2752 if(w==2)
Note: See TracChangeset
for help on using the changeset viewer.