Using transformation formula and normal vector to create transformation matrix

Julianvn

New member
Joined
Feb 28, 2023
Messages
1
I have spent a lot of time on this question and I just cannot figure it out. I have asked peers and no one knows how to do it.

Show that, for the normal vector [imath]\overrightarrow{n} = \begin{bmatrix} n_1 \\ n_2 \\ n_3 \end{bmatrix}[/imath], using the formula [imath]f_n(x) = x-2 \left( \frac{x \cdot n}{n \cdot n} \,\cdot\,n\right)[/imath] leads to the matrix:

[imath]\qquad \qquad F_{\overrightarrow{n}} = \frac{1}{n_1^2 + n_2^2 + n_3^2} \begin{bmatrix} -n_1^2 + n_2^2 + n_3^2 & -2n_1 n_2 & -2n_1 n_3 \\ -2n_2n_1 & n_1^2 - n_2^2 + n_3^2 & -2n_2 n_3 \\ -2n_3 n_1 & -2n_3 n_2 & n_1^2 + n_2^2 - n_3^2 \end{bmatrix}[/imath]
 

Attachments

  • 2FAB78FB-ACCB-47A6-B419-56273D54A039.jpeg
    2FAB78FB-ACCB-47A6-B419-56273D54A039.jpeg
    135.1 KB · Views: 8
Last edited by a moderator:
I have spent a lot of time on this question
Hello. Please show something of what you've tried, so that people can get a sense of what you already know. Thank you! ?

[imath]\;[/imath]
 
Have you tried to express the formula for [imath]f_n(x)[/imath] through the coordinates of [imath]x[/imath] and [imath]n[/imath] ?
 
Top