Consider an arbitrary coordinate frame {A}. Consider another coordinate frame {B} which has the same origin as {A} but is rotated by -90degrees about the y-axis of frame {A}. Write the SO(3) rotation matrix that will transform the coordinates of a point, defined with respect to {B}, to the coordinates with respect to {A}.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers18
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15803 Solvers
-
Find Index of maximum Value and maximum Value of a vector
168 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1270 Solvers
-
Create an index-powered vector
955 Solvers
-
777 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You should think about having an input variable rather than describing it as only -90 degrees in the description.
Easy to do, what's your reasoning?