[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1157.0. "Linear Alg Question??" by --UnknownUser-- () Fri Dec 08 1989 16:12

T.RTitleUserPersonal
Name
DateLines
1157.1vectors are independentHERON::BUCHANANAndrew @vbo DTN 828-5805Fri Dec 08 1989 17:4726
>    GIVEN    A   an  n x n  matrix
>             p   a postive integer
>             x   any vector
>    
>    and        p
>              A  x    does NOT equal 0
>                
>               p+1
>              A  x    =    0
>                  
>                                                      2        p
>    Question :   are the elements of the set (x  Ax  A x......A x)
>                                                                
>                  dependent or independent

	These p+1 vectors must perforce (a word I haven't used in a while) be
independent.   Say not, then there are a bunch of coefficients, t_i, such
that S = sum(i=0...p) t_i * A(^i) * x = 0.   And not all the t_i are 0.   Then
there will be some smallest I such that t_I is non zero.

	Now what is A(^(p-I)) * S ?   It is evidently just t_I * A(^p) * x,
since all higher terms vanish.   But S = 0.   Contradiction.   So the vectors
are independent.

Regards,
Andrew.
1157.4understand..thanksLEVERS::J_FERRARAFri Dec 08 1989 18:332
    I understand your analysis..thanks much
    John