Abel map - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


algcurves

  

AbelMap

  

compute the Abel map between two points on a Riemann surface

 

Calling Sequence

Parameters

Description

Notes

Examples

Calling Sequence

AbelMap(F, x, y, P, P_0, t, accuracy)

Parameters

F

-

irreducible polynomial in x and y specifying a Riemann surface by F(x,y) = 0

x

-

variable

y

-

variable

P

-

Puiseux representation, in a parameter t of a point on the Riemann surface specified by F(x,y)=0

P_0

-

same as P

accuracy

-

number of desired accurate decimal digits

Description

• 

The AbelMap command computes the Abel map between two points P and P_0 on a Riemann surface R of genus g, that is a g-tuple of complex numbers. The jth element of the Abel map is the integral of the jth normalized holomorphic differential integrated along a path from P to P_0.

• 

The Riemann surface is entered as F; an irreducible, square-free polynomial in x and y. Floating point numbers are not allowed as coefficients of F. Algebraic numbers are allowed. Curves of arbitrary finite genus with arbitrary singularities are allowed.

• 

The points P and P_0 are entered as &lsqb;x=a+btr,y=Laurent seriesint&rsqb;, where a and b are constants, and r is an integer. If r < 0, that is, if entering one of the points for x=, then a = 0.

• 

The differentials are normalized such that the jth differential integrated around the kth cycle, as given by algcurves[homology], is Kronecker delta (j, k).

  

Note: The Abel map will almost always be computed along with other objects associated with some polynomial F, such as the Riemann matrix. It is imperative that the order of the differential be the same for each of the objects, and at each stage of the calculation. As no order is imposed by algcurves[differentials], make sure to compute AbelMap and, for instance algcurves[periodmatrix], without a restart (or quit) in between.

Notes

• 

This command is based on code written by Bernard Deconinck, Michael A. Nivala, and Matthew S. Patterson.

Examples

withalgcurves&comma;AbelMap&comma;genus&comma;puiseux

AbelMap&comma;genus&comma;puiseux

(1)

fy2x21x24x29x216

fy2x21x24x29x216

(2)

Give a look first at the genus

genusf&comma;x&comma;y

3

(3)

puiseuxf&comma;x=1&comma;y&comma;0&comma;t

x=720t2+1&comma;y=720t

(4)

puiseuxf&comma;x=4&comma;y&comma;0&comma;t

x=10080t2+4&comma;y=10080t

(5)

Compute the Abel map for this curve

P_0,Pop,op

P_0,Px=720t2+1&comma;y=720t,x=10080t2+4&comma;y=10080t

(6)

AAbelMapf&comma;x&comma;y&comma;P&comma;P_0&comma;t&comma;7

A−0.50867323901.395818333I&comma;0.5158465233+0.3733240360I&comma;0.007169975510.3585270829I

(7)

See Also

algcurves

algcurves[differentials]

algcurves[genus]

algcurves[puiseux]