On Tuesday, June 9, 2015 at 11:44:46 AM UTC-7, Nils Bruin wrote:
>
> On Tuesday, June 9, 2015 at 10:05:26 AM UTC-7, Phoenix wrote:
>>
>> @Lee Worden
>>
>> Your code is deciding the linear independence of the set 
>> {v,v*A,v*A^2,...,v*A^{dim(A)}} 
>>
>
> That would always be linear dependent and not what the proposed code does
>  
>
>> But I want to decide the linear independence of the set {v, 
>> A*v,..,,A^{dim(A)-1}*v} 
>>
>
> Reading the documentation of A.iterates or the documentation of 
> A.transpose will allow you to construct a solution to that problem quite 
> easily.
>
 
Yes, I forgot the 'rows' option: 
http://doc.sagemath.org/html/en/reference/matrices/sage/matrix/matrix0.html#sage.matrix.matrix0.Matrix.iterates

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to