I am trying to produce the most abbreviated format of the following formula:
(F (-3 u[1, 0] + 6 u[1, 1] - 3 u[1, 2]))/(2 Sqrt[
u[1, 0]^2 + 3 u[1, 1]^2 - 3 u[1, 1] u[1, 2] + 3 u[1, 2]^2 -
3 u[1, 2] u[1, 3] + u[1, 3]^2 + u[1, 0] (-3 u[1, 1] + u[1, 3])])
I used "Refine" , "Simplify" and everything but could not produce the most abbreviated format..
Is there a way to do so..?
Any helps will be greatly appreciated!