MuPAD - complicated solve() solutions

737 Views Asked by At

I am trying to solve an equation for one variable as shown in the picture:

solving

Judging from the output of the second command, I should be able to get an expression for $\ddot{\theta}$.

I tried several options for solve, but I still get the same long result. I only want it to move the other terms to the right hand side and divide.

Any suggestions?

1

There are 1 best solutions below

0
On BEST ANSWER

There doesn't appear to be anything wrong with the "long result" returned by solve It's giving you helpful information. Certain combinations of parameter values will result in special results. You should also be able to extract the first case from the solution if you like. Importantly, it looks like you've not told MuPAD anything about your assumptions for the parameters and variables. Read about those here.