Re: [sage-support] spec.an_element()

2016-03-31 Thread Justin C. Walker
On Mar 31, 2016, at 12:33 , William Stein wrote: > On Thu, Mar 31, 2016 at 12:31 PM, Justin C. Walker wrote: >> Dear Sage Support: >> >> Just checking, but this seems wrong: >> >> sage: R12=Integers(12) >> sage: Spec12=Spec(R12) >> sage: Spec12.an_element() >> Point on

Re: [sage-support] spec.an_element()

2016-03-31 Thread William Stein
On Thu, Mar 31, 2016 at 12:31 PM, Justin C. Walker wrote: > Dear Sage Support: > > Just checking, but this seems wrong: > > sage: R12=Integers(12) > sage: Spec12=Spec(R12) > sage: Spec12.an_element() > Point on Spectrum of Ring of integers modulo 12 defined by the Principal >

[sage-support] spec.an_element()

2016-03-31 Thread Justin C. Walker
Dear Sage Support: Just checking, but this seems wrong: sage: R12=Integers(12) sage: Spec12=Spec(R12) sage: Spec12.an_element() Point on Spectrum of Ring of integers modulo 12 defined by the Principal ideal (0) of Ring of integers modulo 12 Checking the code (schemes/generic/scheme.py), if the