You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# unfortunately is_prime() is only implemented in a small
180
180
# number of cases
181
181
ifcheckandnotP.is_prime():
182
-
raiseValueError("The argument %s must be a prime ideal of %s"%(P, R))
182
+
raiseValueError("The argument %s must be a prime ideal of %s"%(P, R))
183
183
SchemeTopologicalPoint.__init__(self, S)
184
184
self.__P=P
185
185
@@ -197,7 +197,7 @@ def _repr_(self):
197
197
sage: pt._repr_()
198
198
'Point on Projective Space of dimension 2 over Rational Field defined by the Ideal (-x^2 + y*z) of Multivariate Polynomial Ring in x, y, z over Rational Field'
199
199
"""
200
-
return"Point on %s defined by the %s"%(self.scheme(),
200
+
return"Point on %s defined by the %s"%(self.scheme(),
201
201
self.prime_ideal())
202
202
203
203
defprime_ideal(self):
@@ -247,7 +247,7 @@ def __init__(self, f):
247
247
self.__f=f
248
248
249
249
def_repr_(self):
250
-
return"Point on %s defined by the morphism %s"%(self.scheme(),
250
+
return"Point on %s defined by the morphism %s"%(self.scheme(),
0 commit comments