Annotation of OpenXM_contrib2/asir2000/lib/fctrtest, Revision 1.3
1.2 noro 1: /*
2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
3: * All rights reserved.
4: *
5: * FUJITSU LABORATORIES LIMITED ("FLL") hereby grants you a limited,
6: * non-exclusive and royalty-free license to use, copy, modify and
7: * redistribute, solely for non-commercial and non-profit purposes, the
8: * computer program, "Risa/Asir" ("SOFTWARE"), subject to the terms and
9: * conditions of this Agreement. For the avoidance of doubt, you acquire
10: * only a limited right to use the SOFTWARE hereunder, and FLL or any
11: * third party developer retains all rights, including but not limited to
12: * copyrights, in and to the SOFTWARE.
13: *
14: * (1) FLL does not grant you a license in any way for commercial
15: * purposes. You may use the SOFTWARE only for non-commercial and
16: * non-profit purposes only, such as academic, research and internal
17: * business use.
18: * (2) The SOFTWARE is protected by the Copyright Law of Japan and
19: * international copyright treaties. If you make copies of the SOFTWARE,
20: * with or without modification, as permitted hereunder, you shall affix
21: * to all such copies of the SOFTWARE the above copyright notice.
22: * (3) An explicit reference to this SOFTWARE and its copyright owner
23: * shall be made on your publication or presentation in any form of the
24: * results obtained by use of the SOFTWARE.
25: * (4) In the event that you modify the SOFTWARE, you shall notify FLL by
1.3 ! noro 26: * e-mail at risa-admin@sec.flab.fujitsu.co.jp of the detailed specification
1.2 noro 27: * for such modification or the source code of the modified part of the
28: * SOFTWARE.
29: *
30: * THE SOFTWARE IS PROVIDED AS IS WITHOUT ANY WARRANTY OF ANY KIND. FLL
31: * MAKES ABSOLUTELY NO WARRANTIES, EXPRESSED, IMPLIED OR STATUTORY, AND
32: * EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS
33: * FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT OF THIRD PARTIES'
34: * RIGHTS. NO FLL DEALER, AGENT, EMPLOYEES IS AUTHORIZED TO MAKE ANY
35: * MODIFICATIONS, EXTENSIONS, OR ADDITIONS TO THIS WARRANTY.
36: * UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT,
37: * OR OTHERWISE, SHALL FLL BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY
38: * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE OR CONSEQUENTIAL
39: * DAMAGES OF ANY CHARACTER, INCLUDING, WITHOUT LIMITATION, DAMAGES
40: * ARISING OUT OF OR RELATING TO THE SOFTWARE OR THIS AGREEMENT, DAMAGES
41: * FOR LOSS OF GOODWILL, WORK STOPPAGE, OR LOSS OF DATA, OR FOR ANY
42: * DAMAGES, EVEN IF FLL SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF
43: * SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY. EVEN IF A PART
44: * OF THE SOFTWARE HAS BEEN DEVELOPED BY A THIRD PARTY, THE THIRD PARTY
45: * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
46: * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
47: *
1.3 ! noro 48: * $OpenXM: OpenXM_contrib2/asir2000/lib/fctrtest,v 1.2 2000/08/21 08:31:41 noro Exp $
1.2 noro 49: */
1.1 noro 50: cputime(0)$
51:
52: def pfctr(X) {
53: for (tstart, F = fctr(X), tstop; F != []; F = cdr(F) ) {
54: B = car(car(F)); E = car(cdr(car(F)));
55: if ( B != 1 ) {
56: print("(",0); print(B,0); print(")",0);
57: if ( E != 1 ) {
58: print("^",0); print(E,0);
59: }
60: if ( cdr(F) != [] )
61: print("*",0);
62: }
63: }
64: print(""); print("");
65: }
66:
67: A = x*y+z+10$ B = x*z+y+30$ C = x+y*z+20$
68: pfctr(A*B*C)$
69:
70: A=x^3*(z+y)+z-11$ B=x^2*(z^2+y^2)+y+90$
71: pfctr(A*B)$
72:
73: A = x^3*y^2+x*z^4+x+z$ B = x^3+x*y*z+y^2+y*z^3$
74: pfctr(A*B) $
75:
76: A = x^2*z+y^4*z^2+5$ B = x*y^3+z^2$ C = -x^3*y+z^2+3$ D = x^3*y^4+z^2$
77: pfctr(A*B*C*D) $
78:
79: A = 3*u^2*x^3*y^4*z+x*z^2+y^2*z^2+19*y^2$ B = u^2*y^4*z^2+x^2*z+5$ C = u^2+x^3*y^4+z^2$
80: pfctr(A*B*C) $
81:
82: A = w^4*x^5*y^6-w^4*z^3+w^2*x^3*y+x*y^2*z^2$
83: B = w^4*z^6-w^3*x^3*y-w^2*x^2*y^2*z^2+x^5*z-x^4*y^2+y^2*z^3$
84: C = -x^5*z^3+x^2*y^3+y*z$
85: pfctr(A*B*C) $
86:
87: A = x+y+z-2$ B = x+y+z-2$ C = x+y+z-3$ D = x+y+z-3$ E = x+y+z-3$
88: pfctr(A*B*C*D*E) $
89:
90: A = -z^31-w^12*z^20+y^18-y^14+x^2*y^2+x^21+w^2$
91: B = -15*y^2*z^16+29*w^4*x^12*z^3+21*x^3*z^2+3*w^15*y^20$
92: pfctr(A*B) $
93:
94: A = 18*u^2*w^3*x*z^2+10*u^2*w*x*y^3+15*u*z^2+6*w^2*y^3*z^2$
95: B = u^4*x*z^2$
96: C = 25*u^2*w^3*y*z^4+32*u^2*w^4*y^4*z^3-48*u^2*x^2*y^3*z^3-
97: 2*u^2*w*x^2*y^2+44*u*w*x*y^4*z^4-8*u*w*x^3*z^4+4*w^2*x+
98: 11*w^2*x^3*y+12*y^3*z^2$
99: pfctr(A*B*C) $
100:
101: A = 31*u^2*x*z+35*w^2*y^2+40*w*x^2+6*x*y$
102: B = 42*u^2*w^2*y^2+47*u^2*w^2*z+22*u^2*w^2+9*u^2*w*x^2+21
103: *u^2*w*x*y*z+37*u^2*y^2*z+u^2*w^2*x*y^2*z^2+8*u^2*w^2
104: *z^2+24*u^2*w*x*y^2*z^2+24*u^2*x^2*y*z^2+12*u^2*x*y^2
105: *z^2+13*u*w^2*x^2*y^2+27*u*w^2*x^2*y+39*u*w*x*z+43*u*
106: x^2*y+44*u*w^2* z^2+37*w^2*x*y+29*w^2*y^2+31*w^2*y*z^2
107: +12*w*x^2*y*z+43*w*x*y*z^2+22*x*y^2+23*x*y*z+24*x*y+41*y^2*z$
108: pfctr(A*B) $
109:
110: A = -36*u^2*w^3*x*y*z^3-31*u^2*w^3*y^2+20*u^2*w^2*x^2*y^2
111: *z^2-36*u^2*w*x*y^3*z+46*u^2*w*x+9*u^2*y^2-36*u*w^2*y^3
112: +9*u*w*y^3-5*u*w*x^2*y^3+48*u*w*x^3*y^2*z+23*u*w*x^3*y^2
113: -43*u*x^3*y^3*z^3-46*u*x^3*y^2+29*w^3*x*y^3*z^2-
114: 14*w^3*x^3*y^3*z^2-45*x^3-8*x*y^2$
115: B = 13*u^3*w^2*x*y*z^3-4*u*x*y^2-w^3*z^3-47*x*y$
116: pfctr(A*B) $
117:
118: A = x+y+z-3$ B = x+y+z-3$ C = x+y+z-3$
119: pfctr(A*B*C) $
120:
121: A = 2*w*z+45*x^3-9*y^3-y^2+3*z^3$ B = w^2*z^3-w^2+47*x*y$
122: pfctr(A*B) $
123:
124: A = 18*x^4*y^5+41*x^4*y^2-37*x^4+26*x^3*y^4+38*x^2*y^4-29*x^2*y^3-22*y^5$
125: B = 33*x^5*y^6-22*x^4+35*x^3*y+11*y^2$
126: pfctr(A*B) $
127:
128: A = 12*w^2*x*y*z^3-w^2*z^3+w^2-29*x-3*x*y^2$
129: B = 14*w^2*y^2+2*w*z+18*x^3*y-8*x*y^2-y^2+3*z^3$
130: C = x^6*y^3*z^2$
131: pfctr(A*B*C) $
132:
133: A1 = 4096*x^10+8192*x^9-3008*x^8-30848*x^7+21056*x^6+146496*x^5
134: -221360*x^4+1232*x^3+144464*x^2-78488*x+11993$
135: A2 = 4096*x^10+8192*x^9+1600*x^8-20608*x^7+20032*x^6+87360*x^5
136: -105904*x^4+18544*x^3+11888*x^2-3416*x+41$
137: A3 = 8192*x^10+12288*x^9+66560*x^8-22528*x^7-138240*x^6+572928*x^5
138: -90496*x^4-356032*x^3+113032*x^2+23420*x-8179$
139: A4 = 8192*x^10+20480*x^9+58368*x^8-161792*x^7+198656*x^6+199680*x^5
140: -414848*x^4-4160*x^3+171816*x^2-48556*x+469$
141: pfctr(A1*A2*A3*A4)$
142:
143: A1 = x^25-25*x^20-3500*x^15-57500*x^10+21875*x^5-3125$
144: pfctr(A1)$
145:
146: A1 = x^18+9*x^17+45*x^16+126*x^15+189*x^14+27*x^13-540*x^12-1215*x^11
147: +1377*x^10+15444*x^9+46899*x^8+90153*x^7+133893*x^6+125388*x^5
148: +29160*x^4-32076*x^3+26244*x^2-8748*x+2916$
149: pfctr(A1)$
150:
151: A1 = x^16+4*x^12-16*x^11+80*x^9+2*x^8+160*x^7+128*x^6-160*x^5+28*x^4-48*x^3+128*x^2-16*x+1$
152: A2 = x^16+4*x^12+16*x^11-80*x^9+2*x^8-160*x^7+128*x^6+160*x^5+28*x^4+48*x^3+128*x^2+16*x+1$
153: pfctr(A1*A2)$
154:
155: for ( I = 1; I <= 10; I++ )
156: pfctr((u^I+v^I)^I-(u^I-v^I)^I);
157:
158: pfctr((3*x^2+x+1)*y^2+2*x*y+x^2+x)$
159: pfctr((y^4+x^3)*(y^3+x^2)^2*(y^2+x)^3)$
160: pfctr((z+y+x+1)*(z-y+x+4)^2*(z-2*y+x+7)^3)$
161: pfctr((y+x^2+5)*(6*y+2*x^3+31)^3*(x*y^3+8*y-x)^5)$
162: pfctr((z^2+x*y*z+x^2)^2*(3*z^2+(y^2+x)*z-4)^3*(z^3+z^2+(x-1)*y)^4)$
163: pfctr((3*y^4+x+5)*(6*y^2+2*x+31)^2*((x^2+x+1)*y^3-y+x+8)^4*(x*y+8*y+x)^10)$
164: pfctr((x^4+351*x^3+27*x^2-31*x+1)^2*(6*x^5+251*x^3-372*x^2+15*x-323)^6)$
165: pfctr((x^4+351*x^3+27*x^2-31*x+1)^3*(6*x^5+251*x^3-372*x^2+15*x-323)^9)$
166: pfctr((x^3+75*x^2+68*x+1)^3*(x^2+15*x+35)^6*(7*x^2+750*x+137)^9*(x+75)^12)$
167: pfctr((x^3+75*x^2+68*x+1)^5*(x^2+15*x+35)^10*(7*x^2+750*x+137)^15*(x+75)^20)$
168: end$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>