Solving trigonometric equation (decoupling)
Mostrar comentarios más antiguos
I wanted to solve ϕ as a function of other variables

Is is possible to decouple this equation ?
Even matlab symbolic gave me some kind of log function. I don't understand what that mean actually.
any help is apperciated
Respuesta aceptada
Más respuestas (1)
Hand calculation is also possible.....
syms phi psi theta
eqn = cos(psi)*sin(phi)+cos(theta)*sin(phi)-cos(phi)*sin(psi)*sin(theta)==0
s = solve(eqn,psi)
5 comentarios
KSSV
el 19 de Ag. de 2020
The same answer syms also gives with futher simplifications.
Categorías
Más información sobre Numeric Solvers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


