SP90
- 19
- 0
Homework Statement
Given a plane \Pi with normal n=i-2j+k and a vector v=3i+4j-2k calculate the projection of v onto \Pi and the reflection of v with respect to \Pi.
The Attempt at a Solution
I need to check that I'm doing this is right.
I think I need v - (v \cdot n)n = 3i+4j-2k - 7(i-2j+k) = -4i +18j-9k
And for the refection:
v - 2(v \cdot n)n = 3i+4j-2k - 14(i-2j+k) = -11i +32j-16k
Are those correct?