Week1-4

作者: 忻恆 | 来源:发表于2020-03-19 00:21 被阅读0次

7. theta,\theta, [ˈθeɪtə] ;psi,\psi,/psaɪ/;

8.x^\prime, x prime

9. To change the rotation of a vector, is a good example of orthogonal matrix:

                                                {\rm R}_\theta \rm x= x ^ \prime

because in this case, the length (the norm) of the vector doesn't change.

10. trigonometry : 三角学, 研究平面三角形和球面三角形

11. 

向量旋转(counterclockwise)

\begin{align}\rm x ^ \prime &= \rm r \cos \left(\psi+\theta\right) \\&= \rm r\cos\psi\cos\theta -\rm r\sin\psi\sin\theta \\&= \rm x\cos\theta -\rm y\sin\theta \end{align}               \begin{align}\rm y ^ \prime &= \rm r \sin \left(\psi+\theta\right) \\&= \rm r\sin\psi\cos\theta +\rm r \cos\psi\sin\theta \\&= \rm y \cos \theta +\rm x\sin\theta \end{align}

so, {\rm R}_\theta  就是:

\begin{pmatrix} \cos \theta & -\sin \theta\\ \sin \theta & \cos \theta  \end{pmatrix}\begin{pmatrix} x\\y \end{pmatrix} = \begin{pmatrix} x ^ \prime\\y ^ \prime \end{pmatrix}

clockwise的话就是\theta 转为 - \theta,所以就是:

\begin{pmatrix} \cos \theta & \sin \theta\\ -\sin \theta & \cos \theta  \end{pmatrix},其实就是 {\rm R}_\theta ^ \rm T

so, this is an orthogonal matrix, because {\rm R}_\theta ^ \rm T = {\rm R}_\theta ^ {\rm -1},逆时针旋转就是顺时针旋转的逆操作。

相关文章

  • python学习之旅-第一周week1-4

    week1-4作业学习python的第一周 5.18号完成练习week1-4 抓取霉霉图片 主要目标:下载下图片...

  • ETC2410_Exam_Notes

    Week1-4: MCQ: • Types of data • Predictive versus prescri...

  • Week1-4

    7. theta,,[ˈθeɪtə] ;psi,,/psaɪ/; 8., x prime 9. To change...

  • week1已学内容总结

    week1-4第一章Android基础入门 Android简介 通信技术 1G 2G 3G 4G 5G Andro...

  • 【飞乐鸟进阶作业】week1-4

    —— 【摸底小活动】 —— 完成2易1难共3张手账即可 相比于“手绘食物简笔画”的课程,更青睐“飞乐鸟”的手绘基础...

网友评论

    本文标题:Week1-4

    本文链接:https://www.haomeiwen.com/subject/kgihyhtx.html