实二次域(5/50)例2
本帖最后由 lilianjie 于 2012-1-4 17:59 编辑Q5:=QuadraticField(5) ;
Q5;
Q<w> :=PolynomialRing(Q5);Q;
EquationOrder(Q5);
M:=MaximalOrder(Q5) ;
M;
NumberField(M);
S1:=sub< M | 1 >;S2:=sub< M | 2 >;S3:=sub< M | 3 >;S4:=sub< M | 4 >;S5:=sub< M | 5 >;S25:=sub< M | 25 >;S625888888:=sub< M | 625888888 >;S625888888;
IsQuadratic(Q5);IsQuadratic(S1);IsQuadratic(S4);IsQuadratic(S25);IsQuadratic(S625888888);
Factorization(w^2-3);
Discriminant(Q5) ;
FundamentalUnit(Q5) ;
FundamentalUnit(M);
Conductor(Q5) ;
Name(Q5, 1);
Name(M, 1);
Conductor(M);
ClassGroup(Q5) ;
ClassGroup(M);
ClassNumber(Q5) ;
ClassNumber(M) ;
PicardGroup(M) ;
PicardNumber(M) ;
QuadraticClassGroupTwoPart(Q5);
QuadraticClassGroupTwoPart(M);
NormEquation(Q5, 5) ;
NormEquation(M, 5) ;
Quadratic Field with defining polynomial $.1^2 - 5 over the Rational Field
Univariate Polynomial Ring in w over Q5
Equation Order of conductor 2 in Q5
Maximal Order of Q5
Quadratic Field with defining polynomial $.1^2 - 5 over the Rational Field
Order of conductor 625888888 in Q5
true Quadratic Field with defining polynomial $.1^2 - 5 over the Rational Field
true Maximal Order of Q5
true Order of conductor 16 in Q5
true Order of conductor 625 in Q5
true Order of conductor 391736900121876544 in Q5
[
<w^2 - 3, 1>
]
5
1/2*(-Q5.1 + 1)
-$.2 + 1
5
Q5.1
$.2
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M
1
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M given by a rule [no
inverse]
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Binary quadratic forms of discriminant
5 given by a rule
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Binary quadratic forms of discriminant
5 given by a rule
true [ 1/2*(Q5.1 + 5) ]
true [ -2*$.2 + 1 ]
==============
Q5:=QuadraticField(50) ;
Q5;
Q<w> :=PolynomialRing(Q5);Q;
EquationOrder(Q5);
M:=MaximalOrder(Q5) ;
M;
NumberField(M);
S1:=sub< M | 1 >;S2:=sub< M | 2 >;S3:=sub< M | 3 >;S4:=sub< M | 4 >;S5:=sub< M | 5 >;S25:=sub< M | 25 >;S625888888:=sub< M | 625888888 >;S625888888;
IsQuadratic(Q5);
IsQuadratic(S1);
IsQuadratic(S4);
IsQuadratic(S25);
IsQuadratic(S625888888);
Factorization(w^2-50);
Discriminant(Q5) ;
FundamentalUnit(Q5) ;
FundamentalUnit(M);
Conductor(Q5) ;
Name(M, 50);
Conductor(M);
ClassGroup(Q5) ;
ClassGroup(M);
ClassNumber(Q5) ;
ClassNumber(M) ;
PicardGroup(M) ;
PicardNumber(M) ;
QuadraticClassGroupTwoPart(Q5);
QuadraticClassGroupTwoPart(M);
NormEquation(Q5, 50) ;
NormEquation(M, 50) ;
Quadratic Field with defining polynomial $.1^2 - 2 over the Rational Field
Univariate Polynomial Ring in w over Q5
Equation Order of conductor 1 in Q5
Maximal Equation Order of Q5
Quadratic Field with defining polynomial $.1^2 - 2 over the Rational Field
Order of conductor 625888888 in Q5
true Quadratic Field with defining polynomial $.1^2 - 2 over the Rational Field
true Maximal Equation Order of Q5
true Order of conductor 1 in Q5
true Order of conductor 1 in Q5
true Order of conductor 1 in Q5
[
<w - 5*Q5.1, 1>,
<w + 5*Q5.1, 1>
]
8
Q5.1 + 1
$.2 + 1
8
>> Name(M, 50);
^
Runtime error in 'Name': Argument 2 (50) should be in the range
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M
1
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Set of ideals of M given by a rule [no
inverse]
1
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Binary quadratic forms of discriminant
8 given by a rule
Abelian Group of order 1
Mapping from: Abelian Group of order 1 to Binary quadratic forms of discriminant
8 given by a rule
true [ 5*Q5.1 + 10 ]
true [ -5*$.2 ] 二次域上的分歧理论 本帖最后由 lilianjie 于 2012-1-5 12:42 编辑
基本单位计算fundamentalunit :
5 mod4 =1 50 mod 4=2
x^2 - 5y^2 = -1. x^2 - 50y^2 = 1.
x^2 - 5y^2 = 1. x^2 - 50y^2 = -1.
最小整解(±2,±1) 最小整解(±7,±1)
±7 MOD2=1
两个基本单位: lilianjie 发表于 2012-1-4 18:31 static/image/common/back.gif
基本单位fundamentalunit :
5 mod4 =1 50 mod 4=2
基本单位fundamentalunit 本帖最后由 lilianjie1 于 2012-1-4 19:16 编辑
判别式计算Discriminant
5MOD 4=1
(1+1)/2=1 (1-1)/2=0
D=5
50MOD 4=2
D=2*4=8 {:3_41:}{:3_41:}{:3_41:}{:3_41:}{:3_41:} lilianjie 发表于 2012-1-9 20:44 static/image/common/back.gif
分圆多项式总是原多项式因子:
C:=CyclotomicField(5);C;
CyclotomicPolynomial(5);
分圆域:
分圆域:123
R.<x> = Q[]
F8 = factor(x^8 - 1)
F8
(x - 1) * (x + 1) * (x^2 + 1) * (x^4 + 1)(x - 1) * (x + 1) * (x^2 + 1) * (x^4 + 1)
Q<x> := QuadraticField(8);Q;
C:=CyclotomicField(8);C;
FF:=CyclotomicPolynomial(8);FF;
F := QuadraticField(8);
F;
D:=Factorization(FF) ;D;
Quadratic Field with defining polynomial $.1^2 - 2 over the Rational Field
Cyclotomic Field of order 8 and degree 4
$.1^4 + 1
Quadratic Field with defining polynomial $.1^2 - 2 over the Rational Field
[
<$.1^4 + 1, 1>
]
R.<x> = QQ[]
F6 = factor(x^6 - 1)
F6
(x - 1) * (x + 1) * (x^2 - x + 1) * (x^2 + x + 1)(x - 1) * (x + 1) * (x^2 - x + 1) * (x^2 + x + 1)
Q<x> := QuadraticField(6);Q;
C:=CyclotomicField(6);C;
FF:=CyclotomicPolynomial(6);FF;
F := QuadraticField(6);
F;
D:=Factorization(FF) ;D;
Quadratic Field with defining polynomial $.1^2 - 6 over the Rational Field
Cyclotomic Field of order 6 and degree 2
$.1^2 - $.1 + 1
Quadratic Field with defining polynomial $.1^2 - 6 over the Rational Field
[
<$.1^2 - $.1 + 1, 1>
]
R.<x> = QQ[]
F5 = factor(x^10 - 1)
F5
(x - 1) * (x + 1) * (x^4 - x^3 + x^2 - x + 1) * (x^4 + x^3 + x^2 + x +
1)(x - 1) * (x + 1) * (x^4 - x^3 + x^2 - x + 1) * (x^4 + x^3 + x^2 + x + 1)
Q<x> := QuadraticField(10);Q;
C:=CyclotomicField(10);C;
FF:=CyclotomicPolynomial(10);FF;
F := QuadraticField(10);
F;
D:=Factorization(FF) ;D;
Quadratic Field with defining polynomial $.1^2 - 10 over the Rational Field
Cyclotomic Field of order 10 and degree 4
$.1^4 - $.1^3 + $.1^2 - $.1 + 1
Quadratic Field with defining polynomial $.1^2 - 10 over the Rational Field
[
<$.1^4 - $.1^3 + $.1^2 - $.1 + 1, 1>
]
页:
[1]