• Keine Ergebnisse gefunden

Be- stimmex, y∈P2 derart, dassV \Γ(f) ={x, y}

N/A
N/A
Protected

Academic year: 2021

Aktie "Be- stimmex, y∈P2 derart, dassV \Γ(f) ={x, y}"

Copied!
2
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Universit¨at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Christoph Hanselka

Wintersemester 2011/2012 Markus Schweighofer

Ubungsblatt 13 zur Algorithmischen Algebraischen Geometrie¨

Aufgabe 1.

Im folgenden verwenden wir die Notation aus Aufgabe 3 auf dem letzen Blatt, wobei n= 2 undC =C. Seif = T21−4 ∈C(T). Betrachtef als Abbildung vonA1\ {±2} nach A1 und bezeichne Γ(f)⊆A2 den Graphen von f.

(a) Zeige, dass Γ(f) eine irreduzible affine C-Variet¨at ist.

(b) Sei V der projektive Abschluss von Γ(f). Dabei identifizieren wir A2 mit U0. Be- stimmex, y∈P2 derart, dassV \Γ(f) ={x, y}.

(c) Sei außerdemz := (0, f(0))∈A2. Zeichne jeweils ϕ−1i (V)∩R2 f¨ur i∈ {0,1,2} und skizziere jeweils die Lage vonx,y und z.

(d) Finde einen (Vektorraum-)Automorphismus Φ vonC3 und eine Abbildungϕ:P2 → P2 derart, dass das Diagramm

C3 Φ //

π

C3

π

P2 ϕ //P2

kommutiert und dass ϕ(x) = (−1,0) und ϕ(y) = (1,0) als Punkte in A2 = U0

aufgefasst und zeichneϕ(V)∩R2, wobeiR2 ⊆A2=U0⊆P2.

Aufgabe 2. (Fortsetzung von Aufgabe 1 auf Blatt 12)

Erkl¨are sehr ausf¨uhrlich und im Detail, warum verschiedene Resultate aus der Vorlesung zusammen mit demSINGULAR-Code auf der R¨uckseite dieses Blatts zeigen, dass

{(3 cosϕ+ cos(9ϕ),3 sinϕ+ sin(9ϕ))|ϕ∈[0,2π)}=

{(y1, y2)∈R2 |y118+ 9y161 y22−18y116+ 36y114y24−144y114y22+ 27y141 + 84y112y62−504y112y24 + 189y112y22+ 150y112+ 126y101 y82−1008y101 y62+ 567y101 y42+ 900y101 y22+ 873y101 + 126y18y210

−1260y18y82+ 945y81y26+ 2250y18y42+ 4365y81y22−34128y18+ 84y16y122 −1008y61y102 + 945y61y28 +3000y16y26+8730y16y42+1123200y16y22+30720y16+36y41y214−504y41y212+567y41y210+2250y41y28 + 8730y14y62−2724192y41y24+ 92160y14y22+ 147456y14+ 9y12y216−144y21y214+ 189y12y122 +900y12y210+4365y12y28+1123200y21y62+92160y12y42+294912y12y22+y218−18y216+27y142 +150y212

+ 873y102 −34128y82+ 30720y26+ 147456y24−16777216 = 0}.

(2)

LIB "poly.lib"; // for having the "substitute" command

proc Re(poly p) {return(reduce((p+conj(p))/2,J))} // real part

proc Im(poly p) {return(reduce(-ii*(p-conj(p))/2,J))} // imaginary part ring R=0,(ii,x0,x1,x2,y1,y2),lp;

ideal J=ii^2+1; // imaginary unit

map conj=R,-ii,x0,x1,x2,y1,y2; // complex conjugation poly f1=3*x1*x0^8+Re((x1+ii*x2)^9);

poly f2=3*x2*x0^8+Im((x1+ii*x2)^9);

poly g=x1^2+x2^2-x0^2;

ideal I=f1-x0^9*y1,f2-x0^9*y2,g; // homogeneous in the x-variables /* projective elimination of the x-variables */

ideal G0=groebner(substitute(I,x0,1));

ideal G1=groebner(substitute(I,x1,1));

ideal G2=groebner(substitute(I,x2,1));

int i;

for (i=1; i<=size(G0); i++) {print(variables(G0[i]),"%s");}

for (i=1; i<=size(G1); i++) {print(variables(G1[i]),"%s");}

for (i=1; i<=size(G2); i++) {print(variables(G2[i]),"%s");}

G0[1]==G1[1];

G0[1]==G2[1];

G0[1]; // the polynomial defining the projection on the y-space /* exclude solutions at infinity */

groebner(substitute(I,x0,0));

/* exclude non-real solutions */

substitute(f2,x1,y1,x2,y2)==substitute(f1,x1,y2,x2,y1); // detect symmetry ring A=0,(ii,a,b,c,d),lp;

map conj=A,-ii,a,b,c,d; // complex conjugation map phi=R,ii,1,a+b*ii,c+d*ii,0,0;

ideal J=ii^2+1; // imaginary unit

ideal K=Im(phi(f1)),Im(phi(f2)),Re(phi(g)),Im(phi(g));

ideal H=groebner(K);

H[1];

Abgabe bis Montag, den 30. Januar 2012, 10:14 Uhr in die Zettelk¨asten neben F411.

Referenzen

ÄHNLICHE DOKUMENTE

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Sebastian Gruler Fachbereich Mathematik und Statistik Mar´ıa L´ opez Quijorna.. Wintersemester 2012/2013

Universit¨ at Konstanz Christoph Hanselka Fachbereich Mathematik und Statistik Markus Schweighofer Wintersemester 2012/2013. Ubungsblatt 3 zur Darstellungstheorie endlicher