Good mornig,
I've this expression

And I would order the factors in order to have all the factors with S(theta,phi) after (or before) ALL the factors with Q(theta,phi).
I've tried with sort(..., Q(theta,phi)) but this seems not work on the derivative like diff(Q(...),theta)
So, there is a metod to obtein this ordering? Or (better) to print this expression like two differential operator acting on S and Q?
Thank you
S.
Sorry for the code, I
Sorry for the code, I don't know what happened. Here there is the more readable version:
Good mornig, I've this expression:
and I would order the factors in order to have all the factors with S(theta,phi) after (or before) ALL the factors with Q(theta,phi). I've tried with sort(..., Q(theta,phi)) but this seems not work on the derivative like diff(Q(...),theta) So, there is a metod to obtein this ordering? Or (better) to print this expression like two differential operator acting on S and Q? Thank you S.
a trick
that you may use just for display purposes:
and operator form
I see the html tags in my
I see the html tags in my posts after I post it, and I don't know why...
Plain text input format
The problem was that you set your input format to "Plain Text" this causes everything that you type to appear in your post including the HTML tags.
The WYSYWIG editor automatically inserts tags for you, so you shouldn't need to use the plain text input format. I've set your post to the right format.
____
William Spaetzel
MaplePrimes Administrator
Software Developer, Maplesoft
Hi perphs ...
Ciao, I try using factor simply selecting your expression, and things came in order first Q then S.
I do know if the command alterate the original formula, since I'm not a Maple expert.
I'm not sure either this will answer your question since you are talking about operators (that I assumed be Qand S, but as said I might be wrong)
Nevetheless it's worted to at list propose it...
take care
F.
Thankyou
Thanks everybody, expecially to Jakubi, for the tricks, it works perfectly!
S.