rotation_matrix_z

rotation_matrix_z(phi)[source]

Rotation matrix around the z-axis.

Computes the rotation matrix for the angle phi(radiant) around the z-axis

Parameters
phi: float

rotation angle (radiant)

Returns
R: array

3x3 rotation matrix