isQLinearEquivalent(n, D1, D2)
Given two rational divisors, this method returns true if they linearly equivalent after clearing denominators or if some further multiple up to n makes them linearly equivalent. Otherwise it returns false.
|
|
|
|
In the above ring, every pair of divisors is Q-linearly equivalent because the Weil divisor class group is isomorphic to Z/2. However, if we don't set n high enough, the function will return false.
|
|
|
|
|
If IsGraded=>true (the default is false), then it treats the divisors as if they are divisors on the $Proj$ of their ambient ring.
|
|
|
|
|
The object isQLinearEquivalent is a method function with options.