belong
> anymore to the symbolic ring.
>
> sage: parent(i)
> Number Field in I with defining polynomial x^2 + 1 with I = 1*I
>
> Best
> Vincent
>
> Le 19/04/2021 à 21:20, Shashank Balaji a écrit :
> > Hello,
> >
> > I am using version 9.2 of Sage. I
Hello,
I am using version 9.2 of Sage. I encountered the following error:
*Input*:
m = matrix([[1 - 2 * i, 2, 3 - i], [0, -1 + i, 4], [3, i, -1]])
t = linear_transformation(m)
t.eigenvalues()
*Output*:
TypeError Traceback (most recent call last)
in
> 1 t.ei