Ask Your Question

DrewC's profile - activity

2024-02-05 00:59:59 +0200 asked a question Given an order in a Quaternion algebra, determine if a type of maximal orders contains it

Given an order in a Quaternion algebra, determine if a type of maximal orders contains it Let $B$ be a definite quaterni

2024-02-03 03:58:50 +0200 received badge  Popular Question (source)
2022-08-19 04:11:37 +0200 edited question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-08-19 04:11:29 +0200 edited question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-08-19 04:11:17 +0200 edited question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-08-19 04:11:04 +0200 edited question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-08-19 04:10:53 +0200 edited question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-08-19 04:10:16 +0200 asked a question Computing ideals of a given norm in Quaternion algebra

Computing ideals of a given norm in Quaternion algebra Let $B$ be the quaternion algebra over $\mathbb{Q}$ ramified at p

2022-07-20 18:51:48 +0200 edited question glitch on isogeny_ell_graph

glitch on isogeny_ell_graph When I try to plot the supersingular $l$-iosgeny graph of elliptic curves over $\mathbb{F}_{

2022-07-20 18:48:18 +0200 edited question glitch on isogeny_ell_graph

glitch on isogeny_ell_graph When I try to plot the supersingular $l$-iosgeny graph of elliptic curves over $\mathbb{F}_{

2022-07-20 18:47:49 +0200 asked a question glitch on isogeny_ell_graph

glitch on isogeny_ell_graph When I try to plot supersingular $l$-iosgeny graphs of elliptic curves over $\mathbb{F}_{p^2

2022-07-20 18:32:47 +0200 marked best answer Reductions of elliptic curves over number fields

I have found two elliptic curves over a number field whose reductions are isomorphic to supersingular elliptic curves (used Deuring Lifting Theorem). How can I check which reduction is isomorphic to which supersingular elliptic curve?

sage: H = hilbert_class_polynomial(-64)
sage: S.<l> = H.splitting_field()
sage: R = H.roots(ring = S)
sage: for r in R:
....:     j0 = r[0]
....:     E = EllipticCurve(j=j0)
....:     I = S.ideal(p)
....:     Ebar = E.reduction(I)
....:     Ebar
....:     Ebar.j_invariant()
Elliptic Curve defined by y^2 = x^3 + (67*lbar+26)*x + (54*lbar+71) over Residue field in lbar of Fractional ideal (179)
lbar
Elliptic Curve defined by y^2 = x^3 + (112*lbar+44)*x + (125*lbar+171) over Residue field in lbar of Fractional ideal (179)
178*lbar + 35


sage: p = 179
sage: F.<i> = GF(p^2, modulus=x^2+1)
sage: Rp = H.roots(ring=F)
sage: for r in Rp:
....:     j0 = r[0]
....:     EllipticCurve(j=j0)
....:     j0
Elliptic Curve defined by y^2 = x^3 + (10*i+35)*x + (155*i+121) over Finite Field in i of size 179^2 
99*i + 107
Elliptic Curve defined by y^2 = x^3 + (169*i+35)*x + (24*i+121) over Finite Field in i of size 179^2
80*i + 107
2022-04-07 03:00:06 +0200 asked a question How to get the numeric value of a generator defining number field?

How to get the numeric value of a generator defining number field? Suppose $K$ is a number field defined by a polynomial

2022-04-07 00:34:51 +0200 edited question Reductions of elliptic curves over number fields

Reductions of elliptic curves over number fields I have found two elliptic curves over a number field whose reductions a

2022-04-06 10:05:19 +0200 asked a question Reductions of elliptic curves over number fields

Reductions of elliptic curves over number fields I have found two elliptic curves over a number field whose reductions a

2022-04-06 04:11:06 +0200 asked a question roots() does not return correct values

roots() does not return correct values I'm trying to compute the roots of a polynomial over the splitting field. sage:

2022-03-24 14:10:37 +0200 commented question How to change the label text size of vertices

@David Coudert Thanks, that method would be good enough to generate few examples. Hopefully, someone fix the issue later

2022-03-24 07:29:18 +0200 edited question How to check if two maximal orders in a quaternion algebra are isomorphic

How to check two maximal orders in a quaternion algebra are isomorphic Two maximal orders in a quaternion algebra are is

2022-03-24 07:29:09 +0200 asked a question How to check if two maximal orders in a quaternion algebra are isomorphic

How to check two maximal orders in a quaternion algebra are isomorphic Two maximal orders in a quaternion algebra are is

2022-03-24 03:02:13 +0200 asked a question How to change the label text size of vertices

How to change the label text size of vertices When I have a graph with over 1000 vertices, vertex label text is too smal

2022-03-22 15:46:09 +0200 commented answer Wrong quaternion order membership testing

I'm using older version but does it work properly on Sage 9.6? It seems there is no ticket saying it has been fixed yet.

2022-03-22 15:29:33 +0200 marked best answer Wrong quaternion order membership testing

Let Q = QuaternionAlgebra(-2167, -7) be a rational quaternion algebra with standard basis {1, i , j, k} as follows.

sage: Q.<i, j, k> = QuaternionAlgebra(-2161,-7)
sage: B = [1/2 + 2/7*j + 1/14*k, 1/32*i + 13/32*j + 19/8*k, 4/7*j + 1/7*k, 4*k]
sage: O = Q.quaternion_order(B)
sage: O
Order of Quaternion Algebra (-2161, -7) with base ring Rational Field
  with basis (1/2 + 2/7*j + 1/14*k, 1/32*i + 13/32*j + 19/8*k, 4/7*j + 1/7*k, 4*k)

I think this (maximal Z-)order doesn't contain k but I get

sage: k in O
True

The is inconsistent with the result on Magma:

> K := Rationals();
> Q<i, j, k> := QuaternionAlgebra<K|-2161, -7>;
> B := [ 1/2 + 2/7*j + 1/14*k, 1/32*i + 13/32*j + 19/8*k, 4/7*j + 1/7*k, 4*k ];
> O := QuaternionOrder(B);
> O;
Order of Quaternion Algebra with base ring Rational Field, defined by i^2 = -2161, j^2 = -7
with coefficient ring Integer Ring
> k in O;
false
> 2*k in O;
false
> 4*k in O;
true

What is the issue here?

2022-03-22 12:58:56 +0200 edited question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q = (-2167, -7) be a rational quaternion algebra with

2022-03-22 12:58:43 +0200 edited question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q = (-2167, -7) be a rational quaternion algebra with

2022-03-22 12:44:16 +0200 edited question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q = (-2167, -7) be a rational quaternion algebra with

2022-03-22 12:43:42 +0200 edited question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q = (-2167, -7) be a rational quaternion algebra with

2022-03-22 12:43:30 +0200 edited question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q = (-2167, -7) be a rational quaternion algebra with

2022-03-22 12:43:30 +0200 received badge  Editor (source)
2022-03-22 12:34:10 +0200 asked a question Wrong quaternion order membership testing

something wrong with the checking if an element is in an order Let Q be a rational quaternion algebra with standard basi

2022-02-01 17:07:59 +0200 commented answer How to construct an isogeny [i] such that [i]^2= -1?

Thank you for your answer. As long as I can evaluate the map point-wise it would be okay.

2022-02-01 16:59:22 +0200 marked best answer How to construct an isogeny [i] such that [i]^2= -1?

Let $E: y^2 = x^3 + x$ be an elliptic curve over a field $K$ of characteristic $p\neq 2, 3$. It is well known that the map $[i]$ defined as below is an endomorphism on $E$ and $[i]^2=-1$

$[i]:(x,y)\mapsto(-x, iy)$

I'm wondering how to construct this isogeny on sage when $K$ is a finite field. If I can define an isogeny by giving its rational maps then I can simply compute a fourth root of unity $i$ in $K$ and let $\phi = (-x, iy)$, but as I know of sage doesn't let you define an isogeny from rational maps?

2022-02-01 16:59:22 +0200 received badge  Scholar (source)
2022-02-01 16:59:21 +0200 received badge  Supporter (source)
2022-02-01 14:31:06 +0200 received badge  Nice Question (source)
2022-01-31 21:56:51 +0200 received badge  Student (source)
2022-01-31 15:51:07 +0200 asked a question How to construct an isogeny [i] such that [i]^2= -1?

How to construct isogeny [i] such that [i]^2= -1? Let $E: y^2 = x^3 + x$ be an elliptic curve over a field $K$ of chara