| |
| | jacal - Algebra |
 | | e15 : poly(y, [16, 32, 24, 8, 1]); 2 3 4 e15: 16 + 32 y + 24 y + 8 y + y e16 : poly(y, 16, 32, 24, 8, 1); 2 3 4 e16: 16 + 32 y + 24 y + 8 y + y |
 | | e24 : content(2*x*y+4*x^2*y^2,y); 2 e24: [2 x, y + 2 x y ] |
 | | e19 : x^4+4 mod 3; 4 e19: 1 + x e20 : x^4+4 mod x^2=2; e20: 8 e22 : mod(x^3*a*7+x*8+34, -3); 3 e22: 1 - x + a x e23 : mod(5,2); e23: 1 e24 : mod(x^4+4,x^2=2,x); e24: 8 |
| www-swiss.ai.mit.edu /~jaffer/jacal_2.html (1412 words) |
|