Skip to main content

Questions tagged [magma-cas]

Magma is a computer algebra system distributed by the University of Sydney, and designed for solving problems in algebra, number theory, geometry and combinatorics.

2 votes
1 answer
121 views

Computing the different of an order $\mathcal{O} \subset \mathbb{Z}[\zeta_9]$

Consider the cyclotomic field $K = \mathbb{Q}(\zeta_9)$. There is a totally real subfield $K_0 = \mathbb{Q}(\alpha)$ of $K$ where $\alpha = \zeta_9 + \zeta_9^{-1}$. Let $\mathcal{O}_{K_0}$ be the ring ...
Adrian's user avatar
  • 35
1 vote
0 answers
55 views

Ramification locus of a projection

I'm trying to write a code in magma (or sage) that given a smooth cubic surface in $\mathbb{P}^3$ and a point on the surface, it give me the ramifiaction locus (so a quartic). For writing the map I ...
tommaso faustini's user avatar
1 vote
1 answer
77 views

Constructing an explicit isomorphism between extension of a finite field and quotient of ring of integers by a prime ideal

Consider the number field $K := \mathbb{Q}[x]/(x^3 - 3x + 1)$ with ring of integers $\mathcal{O}_K = \mathbb{Z}[\alpha]$ where $\alpha$ satisfies the equation $\alpha^3 - 3\alpha + 1 = 0$. A short ...
Adrian's user avatar
  • 35
0 votes
0 answers
46 views

$B(3,3), C(2,3)$ Magma notation

When one asks for composition factors of groups, Magma sometimes gives notations like $B(3,3), C(2,3), 2A(3,3)$. What are these? Are they groups of Lie type? I did some searching but just couldn't get ...
scsnm's user avatar
  • 1,303
1 vote
0 answers
14 views

Accessing CharacterTable information in MAGMA

In MAGMA CharacterTable(G)[2][1] will list the degree of the second character in the character table. The character table has other information included, such as ...
NewViewsMath's user avatar
0 votes
1 answer
32 views

MAGMA: How to efficiently do coercion of element of HomGrp to element of GrpAuto? [closed]

Suppose I have a finite $p$-group $G$ as GrpPC in MAGMA. The computation of the automorphism group $\mathrm{Aut}(G)$ takes a very long time. Suppose that I also ...
Aericura's user avatar
  • 261
0 votes
0 answers
29 views

Homomorphism between vector spaces in MAGMA

I've recently started to use Magma, and I'm stuck with the following problem. Let $\mathbb{F}_q$ be a quadratic extension of $\mathbb{F}_p$, $p$ prime and let $t$ be the generator of the extension. ...
MJane's user avatar
  • 131
0 votes
1 answer
63 views

Why does magma give a cubic as the second coordinate of a Mumford representation for genus 2 curves?

I'm working with Magma to do computations with Jacobians of genus 2 hyperelliptic curves, and I find some behavior for elements that I don't understand. Specifically, let us take the prime $p = 431$ ...
Krijn's user avatar
  • 1,945
0 votes
1 answer
40 views

Alternating Frobenius form in Sage

Given an alternating, non-degenerate matrix $A$ over the integers, I need to compute the matrix "closest" to the standard symplectic form that can be obtained from $A$ by an integer change ...
Oliver Miller's user avatar
1 vote
1 answer
56 views

Magma - Differential field extension over a differential field

I want to construct the differential field $\mathbb{Q}(x,\,\log x,\,\log(\log x))$ in Magma. I have tried the following: ...
Mitchell Holt's user avatar
0 votes
1 answer
60 views

Iterate through the finite groups in MAGMA

How may I iterate over the finite groups in MAGMA of orders between $1$ and $N$ (where possible), and compute a given property of them?
Robin's user avatar
  • 3,940
0 votes
0 answers
60 views

How Do I Calculate The Galois Group And Intermediate Fields Of A Certain Extension Using Magma?

here MAGMA Commands for Galois Theory calculations it is discussed how to calculate the galois group when the the field that is fixed is say the rationals. But what if the field that is fixed is $\Bbb{...
Harry Crane's user avatar
0 votes
1 answer
124 views

Check if a polynomial is primitive over a galois field using Magma calculator

I want to check if the polynomial $f(x) = 1 + x^{18} + x^{29} + x^{42} + x^{57} + x^{67} + x^{80}$ is primitive over the Galois Field $GF(2^{80})$ using the Magma Calculator (http://magma.maths.usyd....
Divye Kalra's user avatar
1 vote
1 answer
113 views

Idempotent polynomials over the finite field $\mathbb F_p$, mod $x^p-x$.

Is there any way of characterizing the idempotent elements of the ring of polynomials in $m$ variables $x,~y,~z, \ldots$ over a finite field $F_p$, modulo $x^p-x$, so that I am really considering ...
user173611's user avatar
1 vote
1 answer
216 views

Checking whether two algebras are isomorphic with MAGMA

I want to use MAGMA to check whether to given finite dimensional algebras over a field are isomorphic. Here my attempt: ...
Mare's user avatar
  • 2,332

15 30 50 per page
1
2 3 4 5
13