Solving trigonometric equation (decoupling)
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (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 Commenti
KSSV
il 19 Ago 2020
The same answer syms also gives with futher simplifications.
Categorie
Scopri di più su Numeric Solvers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


