unknown terminal "dumb"
[was@form 389]$ Magma V2.8-BETA   Mon Jun 25 2001 11:14:36 on form     [Seed = 1]
Linked at:        Tue Jun 12 2001 15:45:49
Type ? for help.  Type <Ctrl>-D to quit.

Loading startup file "/home/was/magma/local/emacs.m"

Loading "/home/was/magma/local/init.m"
> [p : p in [2..100] | IsPrime(p) and p mod 9 eq 1];
[ 19, 37, 73 ]
> P := $1;
> E := MS("389A",+1);
> p := P[1]; factor(Evaluate(Tn(E,p)[1,1],p+1));

>> p := P[1]; factor(Evaluate(Tn(E,p)[1,1],p+1));
                             ^
Runtime error in 'Evaluate': Bad argument types
Argument types given: FldRatElt, RngIntElt
> p := P[1]; factor(p+1 - Tn(E,p)[1,1]);
[ <3, 1>, <5, 1> ]
> p := P[2]; factor(p+1 - Tn(E,p)[1,1]);
[ <2, 1>, <23, 1> ]
> 
> 
> EE := EllipticCurve(E);
> EE;
Elliptic Curve defined by y^2 + y = x^3 + x^2 - 2*x over Rational Field
> quit;

Total time: 3.499 seconds
[was@form 389]$ 
[was@form 389]$ 
[was@form 389]$