Changeset 5d21402 in git
- Timestamp:
- Feb 26, 2018, 4:07:04 PM (5 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- d75898dddf30641f4056f5755f5f4dc5fef0e9f1
- Parents:
- 092377cdba0501e956f9019d2bd0ebb350e31c5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/fpalgebras.lib
r092377 r5d21402 448 448 @* - d gives the degreebound for the Letterplace ring 449 449 " 450 example {451 "EXAMPLE:"; echo = 2;452 def R = crystallographicGroupC2MM(5); setring R;453 I;454 }455 450 { 456 451 if (d < 3){ERROR("Degreebound is to small for choosen example!");} … … 472 467 if (baseringdef == 1) {setring save;} 473 468 return(R); 469 } 470 example { 471 "EXAMPLE:"; echo = 2; 472 def R = crystallographicGroupC2MM(5); setring R; 473 I; 474 474 } 475 475 … … 653 653 @* - d gives the degreebound for the Letterplace ring 654 654 " 655 example {656 "EXAMPLE:"; echo = 2;657 def R = crystallographicGroupP3M1(5); setring R;658 I;659 }660 655 { 661 656 if (d < 4){ERROR("Degreebound is to small for choosen example!");} … … 678 673 return(R); 679 674 } 675 example { 676 "EXAMPLE:"; echo = 2; 677 def R = crystallographicGroupP3M1(5); setring R; 678 I; 679 } 680 680 681 681 proc crystallographicGroupP6(int d) … … 721 721 @* - d gives the degreebound for the Letterplace ring 722 722 " 723 example {724 "EXAMPLE:"; echo = 2;725 def R = crystallographicGroupP6MM(5); setring R;726 I;727 }728 723 { 729 724 if (d < 7){ERROR("Degreebound is to small for choosen example!");} … … 746 741 if (baseringdef == 1) {setring save;} 747 742 return(R); 743 } 744 example { 745 "EXAMPLE:"; echo = 2; 746 def R = crystallographicGroupP6MM(5); setring R; 747 I; 748 748 } 749 749
Note: See TracChangeset
for help on using the changeset viewer.