Find angle giving highest rotated vector Z conponent (around X axis)
To all
trying to remember my school days and the use of derivative (if that's the tool to use). Given the following
an X,Y,Z Cartesian co-ordinate system
a vector v with components (vx, vy, vz)
a rotation matrix around x-axis Rx(theta)
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| 1 | 0 | 0 |
| 0 | cos(theta) | -sin(theta) |
| 0 | sin(theta) | cos(theta) |
Is there a way of finding at which angle theta the z component is the highest?
Thanks
Regards
JXB

