View Single Post
  #5  
Old January 2nd, 2009, 03:41 PM
trante trante is offline
Newbie
 
Join Date: Jan 2009
Posts: 9
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
trante is on a distinguished road
Question Steepest descent

*Q1 Show the direction vectors are perpendicular to each other in the Steepest Descent Method;
that is
g_{k+1}^t  * g_k=0


I know that in steepest descent, the algorithm makes zigzags.
If one vector is A and the other is B.
And the angle between them is \theta.
In vector multiplication A*B=AB*cos \theta
Because of cos(90)=0 the answer is 0.

But how can i relate it with steepest descent??

Last edited by mr fantastic; January 3rd, 2009 at 03:59 AM. Reason: Moved from a new thread
Reply With Quote