What are scalar multiples and projections in vector operations?

lypaza
Messages
17
Reaction score
0
[PLAIN]http://img62.imageshack.us/img62/5319/49966749.png

What is the scalar multiples of a vector actually?
I was thinking L = c[2 1 2]T
Then I looked for projection of v on L. But I got c in my answers which are not supposed to be...
 
Last edited by a moderator:
Physics news on Phys.org
lypaza said:
[PLAIN]http://img62.imageshack.us/img62/5319/49966749.png

What is the scalar multiples of a vector actually?
I was thinking L = c[2 1 2]T
Then I looked for projection of v on L. But I got c in my answers which are not supposed to be...
Every vector in L is some scalar multiple of <2, 1, 2>. The line goes through the origin - the zero multiple of this vector is 0<2, 1, 2> = <0, 0, 0>, a vector that starts and ends at the origin. The line goes through the point (-4, -2, -4), which you can get by taking the -2 multiple of the vector.

For the reflection of v in the line, you want to find another vector w that is in the same plane as v and L, but is on the opposite side of L, and makes the same angle with L.
 
Last edited by a moderator:
So I have to find angle theta between v and L, and then find vector w with negative theta?
I also have to find the plane of v and L by cross product of v and L ...
 
Last edited:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top