How to solve a complicated algebraic equation with symbolic toolbox?

4 views (last 30 days)
Hi guys,
In the following image there are some expression of some parameters.
I need to solve the equality deriving from expression (17), i.e. in order to get .
I tried to solve the problem by hand but it involves many substitutions and it is full of computations.
Is there a way to perform this task by using the symbolic toolbox with as little effort as possible?

Accepted Answer

Torsten
Torsten on 9 Mar 2022
Either
delta_w = k*pi (k integer)
or
delta_w = acos(((p1*e2)^2 + (p2*e1)^2 - (p1-p2)^2)/(2*p1*p2*e1*e2))
  4 Comments
Torsten
Torsten on 9 Mar 2022
Edited: Torsten on 9 Mar 2022
Since I don't have MATLAB available at the moment:
Do you get the same formula from MATLAB as the one from my hand calculation or
/ _____________________________________________________________\
| / / 2 2 2 2 2 2\ |
| / -\e1 *p2 - 2*e1*e2*p1*p2 + e2 *p1 - p1 + 2*p1*p2 - p2 / |
+/-2*atan| / ----------------------------------------------------------- |
| / 2 2 2 2 2 2 |
\\/ e1 *p2 + 2*e1*e2*p1*p2 + e2 *p1 - p1 + 2*p1*p2 - p2 /

Sign in to comment.

More Answers (0)

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!