「線形代数の基礎 - 変換行列」の版間の差分

ナビゲーションに移動 検索に移動
157行目: 157行目:
3次元空間でのx軸、y軸、z軸周りの回転を表す回転行列は、それぞれ以下の通りである。<br>
3次元空間でのx軸、y軸、z軸周りの回転を表す回転行列は、それぞれ以下の通りである。<br>
<math>
<math>
R_x (\theta )=\begin{bmatrix}
R_x (\theta )=\begin{pmatrix}
1 &0 &0 \\
1 &0 &0 \\
0 &\cos \theta &-\sin \theta \\
0 &\cos \theta &-\sin \theta \\
0 &\sin \theta &\cos \theta \\
0 &\sin \theta &\cos \theta \\
\end{bmatrix}
\end{pmatrix}
</math><br>
</math><br>
<br>
<br>
<math>
<math>
R_y (\theta ) = \begin{bmatrix}
R_y (\theta ) = \begin{pmatrix}
\cos \theta &0 &\sin \theta \\
\cos \theta &0 &\sin \theta \\
0 & 1 & 0 \\
0 & 1 & 0 \\
-\sin \theta &0 &\cos \theta \\
-\sin \theta &0 &\cos \theta \\
\end{bmatrix}
\end{pmatrix}
</math><br>
</math><br>
<br>
<br>
<math>
<math>
R_z (\theta ) = \begin{bmatrix}
R_z (\theta ) = \begin{pmatrix}
\cos \theta &-\sin \theta &0 \\
\cos \theta &-\sin \theta &0 \\
\sin \theta &\cos \theta &0 \\
\sin \theta &\cos \theta &0 \\
0 &0 &1
0 &0 &1
\end{bmatrix}
\end{pmatrix}
</math><br>
</math><br>
<br>
<br>

案内メニュー