剪切矩阵是正交矩阵吗?

发布于 2024-11-18 03:42:08 字数 117 浏览 2 评论 0原文

伙计们, 旋转矩阵是正交矩阵。

剪切矩阵是正交矩阵吗?

这是一个二维剪切矩阵。

H(s) = |1  s|
       |0  1| 

guys,
Rotation matrix is orthogonal matrix.

Shearing matrix is orthogonal matrix?

Here is a 2D shearing matrix.

H(s) = |1  s|
       |0  1| 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟柳画桥 2024-11-25 03:42:08

不,如果 s 非零,则该矩阵不是正交的。正交矩阵具有正交的行和列,但第一行和第二行的点积为 s,因此如果 s 非零,则矩阵不是正交的。

更一般地,正交矩阵表示刚性变换。剪切不是刚性变换,因为它会扭曲一个轴相对于另一个轴的关系。

No, this matrix is not orthogonal if s is nonzero. An orthogonal matrix has orthogonal rows and columns, but the dot product of the first and second row is s, and so if s is nonzero the matrix is not orthogonal.

More generally, orthogonal matrices represent rigid transforms. A shear is not a rigid transform, since it distorts one of the axes in relationship to the other.

只是一片海 2024-11-25 03:42:08

仅当 s=0 时。

事实上,为了使其正交,您有 1^2+s^2 = 1 和 0^2 + 1^2 = 1,即 s^2 = 0。

Only if s=0.

Indeed, for it to be orthogonal you much have 1^2+s^2 = 1 and 0^2 + 1^2 = 1, i.e. s^2 = 0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文