How to solve a set of equations?
1 view (last 30 days)
Show older comments
[ cos(phi)*cos(theta), -sin(theta), -cos(theta)*sin(phi)]= 1
[ cos(phi)*sin(theta), cos(theta), -sin(phi)*sin(theta)]=0
[ sin(phi), 0, cos(phi)]=0
How to solve the phi and theta?
I tried A\B, it seems don't work.
Thanks,
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!