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?
![]() | 1 | initial version |
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?
![]() | 2 | retagged |
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?