2
我是新的聖人,我有一個問題。我試圖繪製曲線f(x,y)=y^2 - x^2*(x+3)
,但它永遠不會工作。有人可以幫忙嗎?Sage數學奇點奇點橢圓曲線
我嘗試這樣做:
sage: E = EllipticCurve([0,3,0,0,0]);
sage: E;
,並給出了錯誤ArithmeticError: invariants (0, 3, 0, 0, 0) define a singular curve
。
您是否收到錯誤消息或意外的行爲?更新你的問題,爲什麼它「從來沒有工作」 – Lima
我試過這個: 'sage:E = EllipticCurve([0,3,0,0,0]); sage:E;' 它給出錯誤'ArithmeticError:不變量(0,3,0,0,0)定義一個奇異曲線' – user3233804