SOLUTION: Let x1<...< xm . For I = 1,…,m, define linear operators Ti : Pn --> R1 By Tip = p(xi). If m<=n, show that (T1,...Tm) is linearly independent. What happens if m>n? Explain

Algebra ->  College  -> Linear Algebra -> SOLUTION: Let x1<...< xm . For I = 1,…,m, define linear operators Ti : Pn --> R1 By Tip = p(xi). If m<=n, show that (T1,...Tm) is linearly independent. What happens if m>n? Explain      Log On


   



Question 15310: Let x1<...< xm . For I = 1,…,m, define linear operators
Ti : Pn --> R1
By Tip = p(xi). If m<=n, show that (T1,...Tm) is linearly independent. What happens if m>n? Explain

Answer by khwang(438) About Me  (Show Source):
You can put this solution on YOUR website!
Let x1<...< xm . For I = 1,…,m, define linear operators
Ti : Pn --> R1
By Tip = p(xi). If m<=n, show that (T1,...Tm) is linearly independent. What happens if m>n? Explain

Since you did not explan everything clear. No any of your work was shown.
And you posted in wrong place. I don't quite feel like to answer it.
Still .. for my weak mind
Your P%5Bn%5D supposed to be the n -dim space of polynomials over R with degree <= n-1. Here, I use y as the variable in P%5Bn%5D.
Sol: Let +f%5Bi%5D%28y%29+=+y%5E%28i-1%29+, i =1,2,..,n. We know that these n
polynomials form a basis of P%5Bn%5D.

If x%5Bi%5D+%7C+1%3C=+i%3C=m+ are m distinct real numbers.
To show (T1,...Tm) is linearly independent. We have to show that

+SIGMA+ c%5Bi%5DT%5Bi%5D%28p%29 = 0 for any p in P%5Bn%5D ...(*)
implies c%5Bi%5D = 0 for all real number c%5Bi%5D i=1,..,m
When m <= n,
Chooseing p to be one of the n polynomials of the basis
f%5Bj%5D+%7Cj=1%2C%2C..n, say f%5Bj%5D+ for some 1<= j<= n
We have +SIGMA+ c%5Bi%5DT%5Bi%5D%28f%5Bj%5D%29 = 0
Since f%5Bj%5D+%28y%29+=+y%5E%28j-1%29+} and +T%5Bi%5D%28y%5E%28j-1%29%29+=+%28x%5Bi%5D%5E%28j-1%29%29+
for all i=1,2,..,m and fixed j.
We get a system of n equations of m variables c%5Bi%5D from (*)
[ Note: i summation over 1 to m ]
+SIGMA+ c%5Bi%5D+ = 0 (j=1)
+SIGMA+ c%5Bi%5D+x%5Bi%5D = 0 (j=2)
+SIGMA+ c%5Bi%5D+x%5Bi%5D%5E2 = 0 (j=3)
...
+SIGMA+ c%5Bi%5D+x%5Bi%5D%5E%28n-1%29 = 0 (j=n)
This system is equivalent to the matrix equation
AX = 0, where A = (x%5Bj%5D%5E%28i-1%29) i=1,2,..,n, j=1,2,..,m.
X= (c%5B1%5D,c%5B2%5D,...,c%5Bm%5D) : mx1 column vector and 0 is nx1 matrix

Now consider the rank of the nxm matrix A, we know that
rank A <= min(m,n). By now A = (x%5Bj%5D%5E%28i-1%29), since all x%5Bi%5D
are distinct. Let k = min(m,n), the square kxk submatrix of A has
determinant = II (x[i] -x[j]) (i > j) , which is non-zero , so we have
rank A = min(m,n).
(e.g.
(+1+ +1+ +1+)
(x%5B1%5D x%5B2%5D x%5B3%5D+)
(x%5B1%5D%5E2 x%5B2%5D%5E2 x%5B3%5D%5E2+ )
with det = (x[1] - x[2]) (x[2] - x[3])(x[3] - x[1]) <> 0 )

If m <= n, then rank(A) = m,
The linear transformation
A: R%5Em--> R%5En, m = nullity (A) + rank(A) = nullity (A) + m.
So, we have nullity(A) = 0, this means null(A) = {0}.
That is, the equation A X = 0 has unique solution of zero vector
Hence, all c%5Bi%5D = 0 ,i=1,2,..m .
This proves that (T1,...Tm) is linearly independent.

If m > n, then rank(A) = n. By m = nullity (A) + rank(A) = nullity (A) + n.
Hence, nullity (A) = m-n > 0. This means AX = 0 has nonzero solution.
Therfore, not all c%5Bi%5D = 0 ,i=1,2,..m .
This shows that (T1,...Tm) is linearly dependent if m > n.
This proof is not quite easy for beginners. Try to read carefully to
understand it.
Kenny