Wikipedia:Reference desk/Archives/Mathematics/2006 October 18

Mathematics desk
< October 17 << Sep | October | Nov >> October 19 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


October 18

edit

eigenvectors

edit

I'm not very good with these, so could someone please indicate whether the following statements are true or false (these are not homework questions, but I am hoping they are true in order to complete an assignment proof):

1) A p x p matrix A has eigenvalues  , with corresponding orthonormal eigenvectors  . Therefore the matrix can be written as:

 

2) (the converse) A p x p matrix A can be written as:

 

where the  's are orthnormal p x 1 vectors. Therefore the matrix has eigenvalues  , with corresponding orthonormal eigenvectors  .

3) (hmmm - wishful thinking?) A p x p matrix B can be written as:

 

where   and the  's are orthonormal p x 1 vectors. Therefore the matrix B has eigenvalues  , with corresponding orthonormal eigenvectors  .

4) (more wishful thinking?) A p x p matrix B can be written as:

 

where   and the  's are orthonormal p x 1 vectors. Therefore:

 

Thanks. – AlbinoMonkey (Talk) 05:57, 18 October 2006 (UTC)[reply]

For #1 and #2, look at your matrix in the basis given by your p eigenvectors. For #1, note that in general if   is the column vector with (0,...,1,...,0) in the kth place, then the image   is the kth column of A. So we know that kth column to be  , since our change of basis mapped the old   to the new  . It follows that A is diagonal[izable] with diagonal entries exactly the eigenvalues. If you're worried about the change of basis, just note that if   is the change-of-basis-ed diagonal matrix above, then  , so the linear expansion you wrote down is preserved by changes of basis.
Note that the important part here is the p linearly independent eigenvectors. The Jordan normal form tells us that as long as all our eigenvalues are in the field (as yours are), we can put the matrix in Jordan normal form -- as "close" to diagonal as we can get, in a sense. The JHF will be diagonal if and only if you have p linearly independent eigenvectors. Orthonormal is nice in general but not necessary here.
For #2, we already have a diagonal matrix (if we pass to the basis given by your eigenvectors), and the eigenvalues of a diagonal matrix are just the entries along the diagonal. So #1 and #2 are true.
#3 doesn't make much sense to me. It's impossible that n>p, since you can't find >p orthonormal (or even linearly indepedent) p x 1 vectors, and a p x p matrix has at most p eigenvalues. But if n<p, then #3 is just #1 where you've forgotten that some of the eigenvalues are 0.
#4 is true, though there's no reason to specify this   business. We know trace is a class function (constant on conjugacy classes,  ) so we can pick any basis. So take your n eigenvectors and extend to a basis of p elements (if n<p). Now as above, A will be diagonal, with your n eigenvalues along the diagonal and the rest filled in by 0. The trace of this is clearly what you claim it is. You've rediscovered, in the restricted case of a diagonalizable matrix, the general fact that the trace of any matrix is the sum of its eigenvalues. It is also true that the determinant is the product of the eigenvalues.
I will add, in case you are interested, that this is true even if the matrix "has no eigenvalues", meaning its eigenvalues do not lie in your field. For example, the real matrix   has characteristic polynomial  , which has no real roots, so there are no real eigenvalues. Nevertheless, it makes sense to say that tr(M) and det(M) are the sum and product of the eigenvalues---why? Tesseran 08:23, 18 October 2006 (UTC)[reply]
Thankyou very much. I was aware of the fact that the sum of the eigenvalues equalled the trace - ie that if #3 was true (I intended n < p, but the thought escaped me to specify it), #4 was also true, but I did not realise the expression gave me a diagonal matrix and therefore the other e'values were zero. Thanks again. – AlbinoMonkey (Talk) 08:32, 18 October 2006 (UTC)[reply]
edit

I'm studying related rates right now and am not having trouble with the concept in general, but I'm stuck on one problem. It states: "An airplane flies at an altitude of 5 miles toward a point directly over an observer. The speed of the plane is 600 miles per hour. Find the rate at which the angle of elevation is changing when the angle is 30o" I realize trigonometry is necessary here, but I still can't figure out a way to solve it without knowing either the plane's distance from the observer or the horizontal distance between the observer and the plane. Any pointers would be much appreciated. -Elmer Clark 08:04, 18 October 2006 (UTC)[reply]

(Edit conflict) From the plane drop a perpendicular to the ground. Now we have a right triangle with angle (at observer) of 30°, and opposite side 5 miles. The distance d from observer to plane is the hypotenuse, and we know that d sin 30° equals 5 miles. Lucky us, sin 30° equals 12, so now we know d. But maybe with this insight we should reconsider methods of solution. --KSmrqT 08:26, 18 October 2006 (UTC)[reply]
Imagine a line directly from the plane to the ground, it is 5 miles long. Then imagine a line (which will be parallel to the plane's flight path) from the point where the first line meets the ground to the observer. Call its distance  . Join these to form a triangle, with the angle of elevation being  . You know  , and you can use trigonometry to find an expression for   in terms of x, and hence  . From these, you can find  , and evaluate it at the given angle. – AlbinoMonkey (Talk) 08:22, 18 October 2006 (UTC)[reply]
Thank you both very much for the helpful (and quick!) responses :) -Elmer Clark 08:49, 18 October 2006 (UTC)[reply]

Can you have a consistent but biased estimator?

edit

In statistics, can an estimator be consistent but biased? If so, what would be an example of one? Thanks so much, Mihail

Choose a consistent unbiased estimator and add 1/n, where n is the sample size. You will get a consistent biased estimator.(Igny 17:36, 18 October 2006 (UTC))[reply]

What about unbiased but also inconsistent?

Take any unbiased estimator (ti)i > 0, meaning that for every possible sample size i > 0 we have an unbiased estimator ti. We turn it into a new unbiased estimator as follows: Given a sample, discard all data except the last element. Then apply t1 to it. Clearly, this is not consistent.
A possible objection to this counterexample is that a sample should be viewed as a multiset, so that there is no such thing as a "last" element. An even more silly and artificial counterexample, but one that does not suffer from this problem, is the following. Assume that the population parameter to be estimated is the mean of normally distributed data having mean μ = 0 and variance σ2 > 0. This is silly because there is a most excellent consistent, efficient and robust estimator: always estimate 0, without even looking at the sample. However, we are not aiming for excellence but instead use the sum of the sample data as estimator. This is unbiased, but not consistent.  --LambiamTalk 22:44, 18 October 2006 (UTC)[reply]