| math links - Algebra, Algebraic Geometry, Algebraic Topology | [math links] [search] |
|
- Tell me, Gerhard, what is this Galois theory you keep working on?
- Paul, don't even think about it!
A conversation between Erdös and Hochschild, Berkeley, 1965.
|
Gröbner bases computations
x := Indeterminate (Rationals, "x"); y := Indeterminate (Rationals, "y"); z := Indeterminate (Rationals, "z"); GroebnerBasis ([x^2+y^2+z^2-1, x^2+z^2-y, x-y], MonomialLexOrdering());
ring R = 0, (x,y,z), lp; ideal I = x^2+y^2+z^2-1, x^2+z^2-y, x-y; std (I);Plural.