Ask Your Question

Oliver's profile - activity

2017-10-17 22:05:27 +0200 received badge  Famous Question (source)
2014-06-29 17:12:08 +0200 received badge  Famous Question (source)
2014-06-29 16:58:50 +0200 received badge  Popular Question (source)
2014-06-29 16:58:50 +0200 received badge  Famous Question (source)
2014-06-29 16:58:50 +0200 received badge  Notable Question (source)
2013-11-06 20:52:24 +0200 received badge  Notable Question (source)
2013-10-20 06:54:11 +0200 received badge  Notable Question (source)
2013-04-07 11:41:54 +0200 received badge  Popular Question (source)
2012-10-19 07:37:37 +0200 received badge  Popular Question (source)
2011-01-31 16:08:26 +0200 marked best answer Is it possible to run over the isomorphism classes of groups?

I don't think this is easy, or even possible, to do in native Sage. The GAP AllSmallGroups function might be helpful - you can access GAP by doing gap_console() in the Sage command line, choosing 'gap' from the system choices in the notebook, or doing sage -gap when you lauch Sage.

However, I don't think this is wrapped in Sage at this time.

2011-01-31 16:08:26 +0200 received badge  Scholar (source)
2011-01-31 11:28:14 +0200 received badge  Supporter (source)
2011-01-31 11:16:34 +0200 received badge  Nice Question (source)
2011-01-30 21:00:44 +0200 asked a question Is it possible to run over the isomorphism classes of groups?

I want to check if a certain statement is correct about groups, but it is very hard to check it by hand (and even harder to prove). Is it possible to run over isomorphism classes of groups (for any specific cardinality), so as to check that statement?

2011-01-18 08:14:42 +0200 received badge  Nice Question (source)
2011-01-18 04:52:34 +0200 received badge  Student (source)
2011-01-15 21:17:17 +0200 asked a question Normalization (integral closure)

I tried doing some calculations that involve integral closures, but I seem to run into problems:

Say I define a ring as a quotient ring: for example the quotient ring $\mathbb{C}[x,y]/(y^3-x^2)$. Then if I use the integral_closure option, he rejects me. As far as I can tell this is because he treats quotient rings as Commutative Rings rather than, say, integral domains, and so it doesn't have the option of integral closures.

I'm sure there's a way to do such things. What is it? Is the idea that we have to apply some functor so that that ring would be treated as an object in a different category?

2011-01-15 21:11:48 +0200 asked a question Compute Galois closure of an extension of a function field

Say I want to look at the field extension $Quot(\mathbb{Q}[x,y]/y^7-x)$ over $\mathbb{Q}(x)$ and then compute its Galois closure. How do I do that?

Ideally it could be done on the scheme-level (to define the scheme-morphism: (the projectivization of the affine plane curve $y^7-x$) mapping to (the projective $x$-line); and then compute its Galois closure -- a scheme!). But I don't know how to implement either version.