4.`*^-12 Sqrt[3.0254210421890627`*^22 - 6.25`*^22 T6^2]
The above expression is equal to
Sqrt[0.48406736675024997` - T6^2]
How can I tell Mathematica to simplify the first form into the second form?
The above expression is equal to
How can I tell Mathematica to simplify the first form into the second form? |
||||
|
Building on Silvia's comment:
The |
|||||||||||||
|
FullSimplify[MapAt[Factor, yourExpression, {2, 1}]]. – Silvia Jan 17 at 7:40FullSimplifyisn't needed;Simplifywill do. – m_goldberg Jan 17 at 7:54FullSimplify. – Silvia Jan 17 at 10:15