Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modularity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gonzalo Tornaria
modularity
Commits
7acb3d40
Commit
7acb3d40
authored
Mar 25, 2018
by
Gonzalo Tornaría
Browse files
Options
Downloads
Patches
Plain Diff
simplify test for 'hard' field for C353
parent
3eea1b7d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-field-p181.m
+12
-17
12 additions, 17 deletions
run-field-p181.m
with
12 additions
and
17 deletions
run-field-p181.m
+
12
−
17
View file @
7acb3d40
t0
:=
Cputime
()
;
AttachSpec
(
"mod.spec"
)
;
AttachSpec
(
"mod.spec"
)
;
debug
:=
false
;
debug
:=
false
;
...
@@ -73,8 +75,8 @@ procedure solve(f)
...
@@ -73,8 +75,8 @@ procedure solve(f)
//
finding
the
embeding
R1
in
R2
takes
a
long
time
otherwise
//
finding
the
embeding
R1
in
R2
takes
a
long
time
otherwise
SetClassGroupBounds
(
"GRH"
)
;
SetClassGroupBounds
(
"GRH"
)
;
time
R2
:=
AbelianExtension
(
NumberField
(
Factorization
(
ChangeRing
(
f
,
R1
))[
1
,
1
]))
;
R2
:=
AbelianExtension
(
NumberField
(
Factorization
(
ChangeRing
(
f
,
R1
))[
1
,
1
]))
;
time
R2
:=
NumberField
(
R2
)
;
R2
:=
NumberField
(
R2
)
;
////
////
...
@@ -83,26 +85,17 @@ procedure solve(f)
...
@@ -83,26 +85,17 @@ procedure solve(f)
"\nQuadratic extension given by"
;
"\nQuadratic extension given by"
;
g181a
;
g181a
;
time
proj
,
phis
:=
ModPhis
(
m
,
R2
)
;
proj
,
phis
:=
ModPhis
(
m
,
R2
)
;
"\nUsing rho(Frob)"
;
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
check
_
frob
)
:
phi
in
phis
]
;
"\nUsing rho(Frob)"
;
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
check
_
frob
,
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
"\nUsing the cycle decomposition of rho(Frob)"
;
"\nUsing the cycle decomposition of rho(Frob)"
;
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
"\nUsing the
order of
rho(Frob)"
;
"\nUsing the
actual
rho(Frob)"
;
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
only
_
order
,
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
check
_
frob
,
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
"\nNOT Using the order of rho(Frob)"
;
"\n"
;
[
ModPrimes
(
m
,
R2
,
proj
,
phi
:
debug
:=
debug
,
no
_
order
,
check
_
residual
:=
residual
_
traces
)
:
phi
in
phis
]
;
end
procedure
;
end
procedure
;
...
@@ -111,3 +104,5 @@ solve(g137b);
...
@@ -111,3 +104,5 @@ solve(g137b);
solve
(
g181a
)
;
solve
(
g181a
)
;
solve
(
g181b
)
;
solve
(
g181b
)
;
printf
"\nTotal time: %o s\n"
,
Cputime
(
t0
)
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment