The code to verify this question

The code to verify this question

G = AffineGroup(2, QQ)

A = G.reflection([3,-4])

B = A.matrix()

for i in B.eigenvectors_left(): print i

You need to be careful when reading this code, as A is considered as an affine transformation and not a linear transformations.

JeromeLefebvre (talk)17:48, 8 December 2013