How does one detect cyclic vectors in SAGE?
Given a vector v and a matrix A of dimension n, one would say that v is a cyclic vector of A if the following set is linearly independent v,Av,A2v,..,An−1v.
Is there a way to test this property on SAGE given a v and a A?