DOT PRODUCT.
- From: jeuro2 <jai_125@xxxxxxxxx>
- Date: Tue, 31 Jan 2006 15:15:06 EST
When performing scalar operations(dot product) with vectors ie (a*b*cos0)
Is it that you use x*x*cos0? or x*y*cos0
As an example cos = 66
x2-66 y2-148
x1-73 y1-34
Would it be
1)x2*x1*cos66? or
2)y2*x1*cos66 or
3)x2*y1*cos66 or
4)y2*y1*cos66?
What is the pattern or sequence? is it a set sequence? or it depends on the direction of the vector i.e up or down?
I am looking for educative tips that would prove helpful.
.
- Follow-Ups:
- Re: DOT PRODUCT.
- From: jeuro2
- Re: DOT PRODUCT.
- Prev by Date: Re: nth term of a Series when d is not constant
- Next by Date: Re: nth term of a Series when d is not constant
- Previous by thread: nth term of a Series when d is not constant
- Next by thread: Re: DOT PRODUCT.
- Index(es):