|
D.15.2.3 multdivisor
Procedure from library divisors.lib (see divisors_lib).
- Usage:
- multdivisor(n ,A); A*n; n = integer, A = divisor.
- Assume:
- n is an integer and A is a divisor on X.
- Return:
- a divisor on X
- Theory:
- The procedure will compute the n-th power of the numerator
and denominator ideals, respectively.
Example:
|