I have been playing around with vectors, and have managed to do all the usual mathmatical things with them, except for this.
How do i figure the value for |a|
I have vectors a, b, c.
I have tried help, and google, but cant seem to find out how to find |a|
Any help appreciated, thanks.
VectorNorm or DotProduct
You can use either
VectorNormorDotProductas follows:I understand that. So how do
I understand that.
So how do i got a step further an calculate
a.b
or
a * b
I understand one is dot product and the other dot ???
Thanks for the reply
Vectors, Dot Products, Cross Products
Anyone reading this who is interested in viewing a lecture concerning vectors, and more specifically the dot products and cross products being discussed here, below is a link to a video presented by "MITOPENCOURSEWARE". The professor giving the lecture, does an extraordinary job in all the lectures provided at the site. He uses a lot of visual aids to greatly simplify the understanding of some difficult subjects.
The link: tinyurl.com/2bsnj8
DotProduct and CrossProduct
I suppose that
a * bmeans the cross product of the vectorsaandb, something I would write asa x b. UseDotProduct(as before, but now on two different vectors, which is really what it is meant for), andCrossProductas follows:You may also write the cross product as