RotationMatrix
✖
RotationMatrix

给出二维旋转矩阵,使二维向量逆时针旋转 θ 角度.
RotationMatrix[θ,w]
给出三维旋转矩阵,根据三维向量 w 逆时针旋转.
RotationMatrix[{u,v}]
给出旋转矩阵,在全维中,旋转向量 u 到向量 v 的方向.
RotationMatrix[θ,{u,v}]
给出旋转矩阵,旋转在 u 和 v 的确定的平面 θ 角.
更多信息和选项

- RotationMatrix 给出绕原点旋转的向量的矩阵.
- 通常使用两种不同的矩阵旋转方式.
- RotationMatrix 的设置符合向量的规定,给出矩阵 m,其中 m.r 生成向量 r 的旋转矩阵.
- Transpose[RotationMatrix[…]] 根据可选的坐标系统规定,生成旋转矩阵,其中 r.m 生成向量 r 的旋转矩阵.
- 在 RotationMatrix 中的角度为弧度, θ Degree 或 θ° 是用度数表示的角度.
- 在 RotationMatrix[θ,{u,v}] 中,正 θ 角表示向量 u 到向量 v 的夹角.
- RotationMatrix[θ] 等同于 RotationMatrix[θ,{{1,0},{0,1}}].
- RotationMatrix[θ,w] 等同于 RotationMatrix[θ,{u,v}],其中 u⊥w, v⊥w 和 u,v,w 构成右手系坐标系统.
- RotationMatrix 给出一个行列式为 1 的正交矩阵,
维可以认为是组
的一个元素.
- RotationMatrix 支持选项 TargetStructure,该选项指定了返回的矩阵的结构. TargetStructure 的可能的设置包括:
-
Automatic 自动选择返回的形式 "Dense" 用稠密矩阵表示结果 "Orthogonal" 用正交矩阵表示结果 "Unitary" 用酉矩阵表示结果 - RotationMatrix[…,TargetStructureAutomatic] 等价于 RotationMatrix[…,TargetStructure"Dense"].
范例
打开所有单元关闭所有单元基本范例 (4)常见实例总结

https://wolfram.com/xid/0b8ds85rxe-dxdvyh


https://wolfram.com/xid/0b8ds85rxe-bg9pux


https://wolfram.com/xid/0b8ds85rxe-i9513k


https://wolfram.com/xid/0b8ds85rxe-dnaom7


https://wolfram.com/xid/0b8ds85rxe-fhv18g

范围 (6)标准用法实例范围调查

https://wolfram.com/xid/0b8ds85rxe-daxt8s

通常的三维旋转矩阵,在 t{1,1,1} + s{1,–2,1} 给定的平面内旋转:

https://wolfram.com/xid/0b8ds85rxe-jz4x8q


https://wolfram.com/xid/0b8ds85rxe-h5vtdp


https://wolfram.com/xid/0b8ds85rxe-dptofp


https://wolfram.com/xid/0b8ds85rxe-c2c0cz


https://wolfram.com/xid/0b8ds85rxe-ee74gh


https://wolfram.com/xid/0b8ds85rxe-g7xt0l

https://wolfram.com/xid/0b8ds85rxe-crv30x


https://wolfram.com/xid/0b8ds85rxe-gc95ov

https://wolfram.com/xid/0b8ds85rxe-c1y145

选项 (1)各选项的常用值和功能
应用 (2)用该函数可以解决的问题范例

https://wolfram.com/xid/0b8ds85rxe-xy9dp


https://wolfram.com/xid/0b8ds85rxe-hu0opa

https://wolfram.com/xid/0b8ds85rxe-kjghw


https://wolfram.com/xid/0b8ds85rxe-jig6qf


https://wolfram.com/xid/0b8ds85rxe-i0xxjv

属性和关系 (9)函数的属性及与其他函数的关联

https://wolfram.com/xid/0b8ds85rxe-ffirh8


https://wolfram.com/xid/0b8ds85rxe-xgyer


https://wolfram.com/xid/0b8ds85rxe-ed7fhs


https://wolfram.com/xid/0b8ds85rxe-cnwchk


https://wolfram.com/xid/0b8ds85rxe-lfu7j4

RotationMatrix[θ,{u,v}] 的逆是由 RotationMatrix[-θ,{u,v}] 给出:

https://wolfram.com/xid/0b8ds85rxe-ev1w08

RotationMatrix[θ,{u,v}] 的逆也是由 RotationMatrix[θ,{v,u}] 给出:

https://wolfram.com/xid/0b8ds85rxe-bp74di


https://wolfram.com/xid/0b8ds85rxe-3baxg

在二维图形中, RotationMatrix[θ] 的旋转由 RotationMatrix[-θ] 给出:

https://wolfram.com/xid/0b8ds85rxe-dc2llt

在三维图形中, RotationMatrix[θ,w] 的旋转由 RotationMatrix[θ,-w] 给出:

https://wolfram.com/xid/0b8ds85rxe-emezvl


https://wolfram.com/xid/0b8ds85rxe-ddq15f


https://wolfram.com/xid/0b8ds85rxe-ho53dj

可能存在的问题 (1)常见隐患和异常行为
Wolfram Research (2007),RotationMatrix,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RotationMatrix.html (更新于 2024 年).
文本
Wolfram Research (2007),RotationMatrix,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RotationMatrix.html (更新于 2024 年).
Wolfram Research (2007),RotationMatrix,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RotationMatrix.html (更新于 2024 年).
CMS
Wolfram 语言. 2007. "RotationMatrix." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/RotationMatrix.html.
Wolfram 语言. 2007. "RotationMatrix." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2024. https://reference.wolfram.com/language/ref/RotationMatrix.html.
APA
Wolfram 语言. (2007). RotationMatrix. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RotationMatrix.html 年
Wolfram 语言. (2007). RotationMatrix. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RotationMatrix.html 年
BibTeX
@misc{reference.wolfram_2025_rotationmatrix, author="Wolfram Research", title="{RotationMatrix}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/RotationMatrix.html}", note=[Accessed: 30-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_rotationmatrix, organization={Wolfram Research}, title={RotationMatrix}, year={2024}, url={https://reference.wolfram.com/language/ref/RotationMatrix.html}, note=[Accessed: 30-April-2025
]}