April 4th, 2008, 9:36 am
For the first one, see that X Y and Z are vectors in a 3-d space (generated by X, Y,Z).The question can be re formulated as follows : knowing that the cosine between X and Y is 0.9, and the one between Y and Z is 0.8, we'd like to kniw the max and min cosines (X,Z).So X is on a cone surrounding Y, and you would like to estimate the max and min cosine of angle (X,Z).This can be seen graphically : the max angle (corresponding to min correlation) is the sum of the angles (X,Y) and (Y,Z), and the min is the difference angle(Y,Z)-angle(X,Y). Hence you may calculate these cosine values by simple trigonometric manipulations.
Last edited by
amarmott on April 3rd, 2008, 10:00 pm, edited 1 time in total.