Re: [sage-devel] Incorrect parameter passed to eigenvalue

2021-04-20 Thread Shashank Balaji
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

[sage-devel] Incorrect parameter passed to eigenvalue

2021-04-19 Thread Shashank Balaji
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