Q1
> why did you use sudo ?
This appears to be completely unnecessary.
I am sorry for showing that. But now, I can use sagemath with this command
in *.bashrc*
*alias sage=''sudo ~/SageMath/sage'*
I think this is *because* I use sagemath the first time with *sudo*.* I
don't know what happened du
On Wednesday, May 15, 2019 at 10:08:05 PM UTC+9, Santanu wrote:
>
>
> What is the value of $\frac{xy}{(x^2 + x + 1) } +
>>>
>>> \frac{1}{x^2 + x + 1}+$ Place $(x^2 + x + 1, x y + 1)$?
>>>
>>>
>> You cannot add an element of the function field with a place.
>>
> Actually by this we meant the ele
On Wednesday, May 15, 2019 at 10:08:05 PM UTC+9, Santanu wrote:
>
>
>
> On Wed, 15 May 2019 at 17:03, Kwankyu >
> wrote:
>
>> Hi Chandra,
>>
>> What is Place (x^2 + x + 1, x*y + 1)? Is it ideal generated by
>>>
>>> (x^2 + x + 1, x*y + 1).
>>>
>>>
>> No. Place (x^2 + x + 1, x*y + 1) is the uniqu
On Wed, 15 May 2019 at 17:03, Kwankyu wrote:
> Hi Chandra,
>
> What is Place (x^2 + x + 1, x*y + 1)? Is it ideal generated by
>>
>> (x^2 + x + 1, x*y + 1).
>>
>>
> No. Place (x^2 + x + 1, x*y + 1) is the unique place of the function field
>
> at which both functions x^2 + x +1, x*y + 1 vanish.
>
Hi Chandra,
What is Place (x^2 + x + 1, x*y + 1)? Is it ideal generated by
>
> (x^2 + x + 1, x*y + 1).
>
>
No. Place (x^2 + x + 1, x*y + 1) is the unique place of the function field
at which both functions x^2 + x +1, x*y + 1 vanish.
> What is the value of $\frac{xy}{(x^2 + x + 1) } +
>
>
Dear all,
I have written the following code:
K. = FunctionField(GF(2));
R. = K[]
L. = K.extension(y^2 +y+x+1/x)
print L.places(2)
p = L.places(2)[1]
print p
G=p.divisor()
LG=G.basis_function_space()
print LG
Output is as follows:
[Place (x^2 + x + 1, x*y + 1), Place (x^2 + x + 1, x*y +
On Tue, May 14, 2019 at 10:16 PM 刘鹏 wrote:
>
> Dear my friends,
>
> After I installed the sagemath 8.7 in Windows Subsystem for Linux Ubuntu
> 18.04, crash happend.
>
> (decomperssed ==> move folder to my home directory ==> sudo ./sage).
why did you use sudo ?
This appears to be completely unnec