Hi there,
I have this function of a[t], and it's a long function of other variables in time and some constant parameter (Ixx, Iyy, Izz), which I really want to explicit in a somatory of any combination of those constant parameters. I've tried to Simplify and then Apart, but Mathematica doesn't group similar coefficients. I wonder if I could get this result applying some kind of mapping (...)?
Well, below is the function a[t]:
a[t_] := -((Cos[?[t]]*
Izz[t]*(Ty[t] -
Cos[?[t]]*Iyy[t]*Derivative[1][?][t]*
Derivative[1][?][t] +
Cos[?[t]]*(-Ixx[t] + Izz[t])*
(Sin[?[t]]*Derivative[1][?][t] +
Derivative[1][?][t])*((-Cos[?[t]])*
Tan[?[t]]*Derivative[1][?][t] +
Derivative[1][?][t]) +
Iyy[t]*Derivative[1][?][
t]*(Cos[?[t]]*Sin[?[t]]*
Derivative[1][?][t] +
Cos[?[t]]*Sin[?[t]]*
Derivative[1][?][t])) -
Iyy[t]*Sin[?[t]]*(Tz[t] +
Izz[t]*Sin[?[t]]*Derivative[1][?][t]*
Derivative[1][?][
t] + (Ixx[t] -
Iyy[t])*(Sin[?[t]]*Derivative[1][?][t] +
Derivative[1][?][t])*
(Cos[?[t]]*Cos[?[t]]*
Derivative[1][?][t] +
Sin[?[t]]*Derivative[1][?][t]) +
Izz[t]*Derivative[1][?][
t]*(Cos[?[t]]*Cos[?[t]]*
Derivative[1][?][t] -
Sin[?[t]]*Sin[?[t]]*
Derivative[1][?][t])))/((-Cos[?[t]]^2)*
Cos[?[t]]*Iyy[t]*Izz[t] -
Cos[?[t]]*Iyy[t]*Izz[t]*Sin[?[t]]^2));
Summarizing, what I want is a way to say : rewrite a[t] factorizing in a sum by these terms (Ixx, Iyy, Izz) on any combination between them. ( In other way, I could ask the same by rewriting a[t] factorizing in terms that don't vary in time? Would this be possible/easier? )
Can anybody suggest a good thing to try?
Thanks.
Attachments: