Ecc

47 views
Skip to first unread message

Rhythm Mundra

unread,
Mar 31, 2024, 7:34:36 AMMar 31
to sage-support
E = EllipticCurve([0,7887616263821947558686653170941677360444444810256780630032698031345317313838358,0,96797989774847387504509857489893926962575497188447191529471387551670316582140331,90066192920604393834167274731419299471591066103539000277218756197714564706866218])

P = E(42535791201977922181488571956592667532304947801293376812113182276087208310822786,71152331533310754530614680068197669082982426466348582120767993753731485293472031)
P.order()
what error i am doing here
i am getting this
KeyError Traceback (most recent call last) File /home/sc_serv/sage/src/sage/structure/category_object.pyx:847, in sage.structure.category_object.CategoryObject.getattr_from_category() 846 try: --> 847 return self._cached_methods[name] 848 except KeyError: KeyError: 'point_homset' 

Dima Pasechnik

unread,
Mar 31, 2024, 8:13:04 AMMar 31
to sage-s...@googlegroups.com
What Sage version is this?

Rhythm Mundra

unread,
Mar 31, 2024, 11:21:31 AMMar 31
to sage-s...@googlegroups.com
Idk V9.4 ig

--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CED84166-42C8-4009-B8FA-D0E83C4A1980%40gmail.com.

Dima Pasechnik

unread,
Apr 4, 2024, 7:01:02 AMApr 4
to sage-s...@googlegroups.com
On Sun, Mar 31, 2024 at 4:21 PM Rhythm Mundra <rhythmm...@gmail.com> wrote:
>
> Idk V9.4 ig
>
> On Sun, Mar 31, 2024, 5:43 PM Dima Pasechnik <dim...@gmail.com> wrote:
>>
>> What Sage version is this?
>>
>>
>> On 31 March 2024 11:28:08 BST, Rhythm Mundra <rhythmm...@gmail.com> wrote:
>>>
>>> E = EllipticCurve([0,7887616263821947558686653170941677360444444810256780630032698031345317313838358,0,96797989774847387504509857489893926962575497188447191529471387551670316582140331,90066192920604393834167274731419299471591066103539000277218756197714564706866218])
>>>
>>> P = E(42535791201977922181488571956592667532304947801293376812113182276087208310822786,71152331533310754530614680068197669082982426466348582120767993753731485293472031)
>>> P.order()
>>> what error i am doing here
>>> i am getting this
>>> KeyError Traceback (most recent call last) File /home/sc_serv/sage/src/sage/structure/category_object.pyx:847, in sage.structure.category_object.CategoryObject.getattr_from_category() 846 try: --> 847 return self._cached_methods[name] 848 except KeyError: KeyError: 'point_homset'

With sage 10.4.beta1 I'm getting a reasonably looking

TypeError: Coordinates
[42535791201977922181488571956592667532304947801293376812113182276087208310822786,
71152331533310754530614680068197669082982426466348582120767993753731485293472031,
1] do not define a point on Elliptic Curve defined by y^2 = x^3 +
7887616263821947558686653170941677360444444810256780630032698031345317313838358*x^2
+ 96797989774847387504509857489893926962575497188447191529471387551670316582140331*x
+ 90066192920604393834167274731419299471591066103539000277218756197714564706866218
over Rational Field

(i.e. your P is not on the curve)

>>
>> --
>> You received this message because you are subscribed to the Google Groups "sage-support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CED84166-42C8-4009-B8FA-D0E83C4A1980%40gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAH5KdXfW%2BxLQuV4qdFdJwvPoray_0%2BfutdkeJuM%2BrvbaANRAaA%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages